diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 937aff3..a652427 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Install needed packages - run: apt update && apt install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev debhelper libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig -y + run: apt update && apt install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev debhelper libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar dpkg-sig -y - name: Import GPG key id: import_gpg diff --git a/release.sh b/release.sh index 22d6e01..2e9264e 100755 --- a/release.sh +++ b/release.sh @@ -4,6 +4,9 @@ dpkg-sig --sign builder ./output/*.deb # Pull down existing ppa repo db files etc rsync -azqP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo +wget -nv https://launchpad.net/ubuntu/+archive/primary/+files/reprepro_5.3.0-1.4_amd64.deb +apt install -y ./reprepro_5.3.0-1.4_amd64.deb + # Add the new package to the repo reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb