diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 64732c7..4fe293a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @AiyionPrime +* @AiyionPrime @g3n35i5 @lbckmnn diff --git a/.github/workflows/ci_ubuntu_verify_external_installation.yml b/.github/workflows/ci_ubuntu_verify_external_installation.yml index 068f331..2794c22 100644 --- a/.github/workflows/ci_ubuntu_verify_external_installation.yml +++ b/.github/workflows/ci_ubuntu_verify_external_installation.yml @@ -12,9 +12,9 @@ jobs: cm_versions: ${{ steps.extract-versions.outputs.cm_versions }} steps: - name: Install maintainer publickey - run: curl -s --compressed https://wibu-packages.vorausrobotik.com/ubuntu/burfeind_jan-niklas.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg + run: curl -s --compressed https://wibu-packages.vorausrobotik.com/ubuntu/wibu-packages-maintainers.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg - name: Add local repo to APT sources - run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg] https://wibu-packages.vorausrobotik.com/ubuntu/ ./" | sudo tee /etc/apt/sources.list.d/voraus-wibu.list + run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg] https://wibu-packages.vorausrobotik.com/ubuntu/ ./" | sudo tee /etc/apt/sources.list.d/voraus-wibu.list - name: update apt run: sudo apt-get update - name: Get available versions of c-lite @@ -35,9 +35,9 @@ jobs: version: ${{ fromJson(needs.fetch_installations_externally.outputs.cm_versions) }} steps: - name: Install maintainer publickey - run: curl -s --compressed https://wibu-packages.vorausrobotik.com/ubuntu/burfeind_jan-niklas.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg + run: curl -s --compressed https://wibu-packages.vorausrobotik.com/ubuntu/wibu-packages-maintainers.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg - name: Add local repo to APT sources - run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg] https://wibu-packages.vorausrobotik.com/ubuntu/ ./" | sudo tee /etc/apt/sources.list.d/voraus-wibu.list + run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg] https://wibu-packages.vorausrobotik.com/ubuntu/ ./" | sudo tee /etc/apt/sources.list.d/voraus-wibu.list - name: Update apt run: sudo apt-get update - name: Install codemeter-lite in version ${{ matrix.version }} diff --git a/.github/workflows/ci_ubuntu_verify_installation.yml b/.github/workflows/ci_ubuntu_verify_installation.yml index 373da29..41a48b9 100644 --- a/.github/workflows/ci_ubuntu_verify_installation.yml +++ b/.github/workflows/ci_ubuntu_verify_installation.yml @@ -16,9 +16,9 @@ jobs: run: nohup python3 -m http.server 8080 & working-directory: ./ubuntu/ - name: Install maintainer publickey - run: curl -s --compressed http://localhost:8080/burfeind_jan-niklas.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg + run: curl -s --compressed http://localhost:8080/wibu-packages-maintainers.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg - name: Add local repo to APT sources - run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg] http://localhost:8080 ./" | sudo tee /etc/apt/sources.list.d/localrepo.list + run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg] http://localhost:8080 ./" | sudo tee /etc/apt/sources.list.d/localrepo.list - name: update apt run: sudo apt-get update - name: Get available versions of c-lite @@ -47,9 +47,9 @@ jobs: run: nohup python3 -m http.server 8080 & working-directory: ./ubuntu/ - name: Install maintainer publickey - run: curl -s --compressed http://localhost:8080/burfeind_jan-niklas.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg + run: curl -s --compressed http://localhost:8080/wibu-packages-maintainers.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg - name: Add local repo to APT sources - run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg] http://localhost:8080 ./" | sudo tee /etc/apt/sources.list.d/localrepo.list + run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg] http://localhost:8080 ./" | sudo tee /etc/apt/sources.list.d/localrepo.list - name: Update apt run: sudo apt-get update - name: Install codemeter-lite in version ${{ matrix.version }} diff --git a/.github/workflows/ci_ubuntu_verify_repo.yml b/.github/workflows/ci_ubuntu_verify_repo.yml index d0bb12d..029af69 100644 --- a/.github/workflows/ci_ubuntu_verify_repo.yml +++ b/.github/workflows/ci_ubuntu_verify_repo.yml @@ -53,7 +53,7 @@ jobs: done working-directory: ./ubuntu/ - name: Try to import the pubkey - run: gpg --import burfeind_jan-niklas.gpg + run: gpg --import wibu-packages-maintainers.gpg working-directory: ./ubuntu/ - name: Verify Release.gpg run: gpg --verify Release.gpg Release diff --git a/README.md b/README.md index f40eaee..84ac199 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ our customers, free of charge[^KB-0336]. At first the maintainers publickey should be installed as trusted for `apt` packages like this: ```console -curl -s --compressed https://wibu-packages.vorausrobotik.com/ubuntu/burfeind_jan-niklas.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg > /dev/null +curl -s --compressed https://wibu-packages.vorausrobotik.com/ubuntu/wibu-packages-maintainers.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg > /dev/null ``` Afterwards this repo can be added to the `apt` package sources: ```console -echo "deb [signed-by=/etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg] https://wibu-packages.vorausrobotik.com/ubuntu/ ./" | sudo tee /etc/apt/sources.list.d/voraus-wibu.list +echo "deb [signed-by=/etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg] https://wibu-packages.vorausrobotik.com/ubuntu/ ./" | sudo tee /etc/apt/sources.list.d/voraus-wibu.list ``` At this point the package manager can update its sources and be used to install e.g. `codemeter-lite`. @@ -53,8 +53,8 @@ python -m http.server 8080 While in another terminal, the installation of both the public key and the sources list can take place: ```bash -curl -s --compressed http://localhost:8080/burfeind_jan-niklas.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg -echo "deb [signed-by=/etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg] http://localhost:8080 ./" | sudo tee /etc/apt/sources.list.d/localrepo.list +curl -s --compressed http://localhost:8080/wibu-packages-maintainers.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg +echo "deb [signed-by=/etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpg] http://localhost:8080 ./" | sudo tee /etc/apt/sources.list.d/localrepo.list sudo apt-get update ``` diff --git a/index.html b/index.html index cfc1ac1..e68890d 100644 --- a/index.html +++ b/index.html @@ -76,14 +76,14 @@