Use newer reprepro version
This commit is contained in:
parent
f9b756cf5f
commit
289784ee86
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ steps:
|
|||
- apt update
|
||||
- apt install -y git reprepro wget
|
||||
# Need >= 5.4.0, which isn't in the repos
|
||||
- wget http://ftp.us.debian.org/debian/pool/main/r/reprepro/reprepro_5.4.1-1_amd64.deb && dpkg -i ./reprepro_5.4.1-1_amd64.deb
|
||||
- rm ./reprepro_5.4.1-1_amd64.deb
|
||||
- wget http://ftp.us.debian.org/debian/pool/main/r/reprepro/reprepro_5.4.2-1_amd64.deb && dpkg -i ./reprepro_5.4.2-1_amd64.deb
|
||||
- rm ./reprepro_5.4.2-1_amd64.deb
|
||||
|
||||
- bash ./import-gpg.sh
|
||||
- bash ./prepare-pages.sh
|
||||
|
|
Reference in a new issue