]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
build-debian.sh: Don't copy to other dists
authorGary Lowell <glowell@inktank.com>
Tue, 30 Jul 2013 05:48:25 +0000 (22:48 -0700)
committerGary Lowell <glowell@inktank.com>
Tue, 30 Jul 2013 05:48:25 +0000 (22:48 -0700)
Don't copy the just build packgaes to the other distros in
the repo.  There are no per distro builds.

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
scripts/build-debian.sh

index 19446a49a2589f35bc8b3553f1c863a0c1b1db57..4e477f97725fda015b98858848a4da7535f2b2b4 100755 (executable)
@@ -53,14 +53,14 @@ SignWith: $KEYID
 EOF
 done
 
-echo "Adding package to repo, dist: $DEB_BUILD"
+echo "Adding package to repo, dist: $DEB_BUILD ($PKG)"
 reprepro --ask-passphrase -b $REPO -C $COMPONENT --ignore=undefinedtarget --ignore=wrongdistribution include $DEB_BUILD $PKG
 
-for DIST in $DEB_DIST
-do
-    [ "$DIST" = "$DEB_BUILD" ] && continue
-    echo "Copying package to dist: $DIST"
-    reprepro -b $REPO --ignore=undefinedtarget --ignore=wrongdistribution copy $DIST $DEB_BUILD ceph-deploy
-done
+#for DIST in $DEB_DIST
+#do
+#    [ "$DIST" = "$DEB_BUILD" ] && continue
+#    echo "Copying package to dist: $DIST"
+#    reprepro -b $REPO --ignore=undefinedtarget --ignore=wrongdistribution copy $DIST $DEB_BUILD ceph-deploy
+#done
 
 echo "Done"