X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sign_and_upload_debian_r;fp=sign_and_upload_debian_r;h=1475080745d4911241865815bf716031f3643169;hb=20597277d4d84e9a71427267456e9eb34568320b;hp=5663eb00960b6b7e2b9109805c3d91f06b2ec7bc;hpb=b485292a468461e6d2b2176c4c3c5caddb4ddae5;p=bin.git diff --git a/sign_and_upload_debian_r b/sign_and_upload_debian_r index 5663eb0..1475080 100755 --- a/sign_and_upload_debian_r +++ b/sign_and_upload_debian_r @@ -14,7 +14,10 @@ else fi; -ssh $C2DEBMACHINE "find . -type f -iname '*.changes' -print0|perl -n0e '$b = $_; $b =~ s/.changes/.upload/; -e $b || print $_.qq(\0);'" | \ - xargs -0 debsign -r $C2DEBMACHINE -k$KEYID +ssh $C2DEBMACHINE find . -type f -iname '*.changes' -print0 \| \ + perl -n0e '$b = $_; $b =~ s/.changes/.upload/; -e $b || print $_.qq(\0);' | \ + xargs -0 debsign -r $C2DEBMACHINE -k$KEYID; -ssh $C2DEBMACHINE "find . -type f -iname '*.changes' -print0|perl -n0e '$b = $_; $b =~ s/.changes/.upload/; -e $b || print $_.qq(\0);' | xargs -0 dupload --to debianr )" +ssh $C2DEBMACHINE find . -type f -iname '*.changes' -print0 \| \ + perl -n0e '$b = $_; $b =~ s/.changes/.upload/; -e $b || print $_.qq(\0);' \| \ + xargs -0 dupload --to debianr;