Fix aptly parameter
This commit is contained in:
parent
80b005ce34
commit
3f5b774e48
@ -299,7 +299,7 @@ chroot_installpackages()
|
||||
# NOTE: this works recursively
|
||||
aptly -config=$conf repo add temp $DEST/debs/extra/$RELEASE/
|
||||
# -gpg-key="925644A6"
|
||||
aptly -keyring="$SRC/lib/extras-buildpkgs/buildpkg-public.gpg" -secret-keyring="$SRC/lib/extras-buildpkgs/buildpkg.gpg" -batch -config=$conf \
|
||||
aptly -keyring="$SRC/lib/extras-buildpkgs/buildpkg-public.gpg" -secret-keyring="$SRC/lib/extras-buildpkgs/buildpkg.gpg" -batch=true -config=$conf \
|
||||
-gpg-key="925644A6" -passphrase="testkey1234" -component=temp -distribution=$RELEASE publish repo temp
|
||||
aptly -config=$conf -listen=":8189" serve &
|
||||
local aptly_pid=$!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user