mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
fix release script
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ EOF
|
||||
|
||||
# Add the DEB package to the APT repo
|
||||
DEBFILE=bundles/$VERSION/ubuntu/lxc-docker*.deb
|
||||
reprepro -b "$APTDIR" includedeb docker "$DEBFILE"
|
||||
reprepro -b $APTDIR includedeb docker $DEBFILE
|
||||
|
||||
# Sign
|
||||
for F in $(find $APTDIR -name Release); do
|
||||
|
||||
Reference in New Issue
Block a user