]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
reprepro fixup
authorSage Weil <sage@newdream.net>
Sun, 20 Feb 2011 04:42:16 +0000 (20:42 -0800)
committerSage Weil <sage@newdream.net>
Sun, 20 Feb 2011 04:42:16 +0000 (20:42 -0800)
push_to_repo.sh

index 5adc1ee4cbc5346c63c8b7ccbc16fa81740e8e44..5f1de223f96d6583bea6f10f873cd4f72da6f19d 100755 (executable)
@@ -32,6 +32,6 @@ do
     for f in $releasedir/$cephvers/*${bpvers}_*.changes
     do
        echo file $f
-       reprepro --ask-passphrase -b $repo -C $component --ignore=wrongdistribution include $dist $f
+       reprepro --ask-passphrase -b $repo -C $component --ignore=undefinedtarget --ignore=wrongdistribution include $dist $f
     done
 done