autodist-tool: remove forgotten debugging code

This commit is contained in:
Silvan Calarco 2012-08-16 11:51:02 +02:00
parent f842044af6
commit 79e63cd2a3

View File

@ -31,9 +31,9 @@ ${me[0]} ${me[1]}
"$"Usage"":
$me makepatch package [build|update|remove]
$me schedule job_regexp
$me unschedule job_regexp
$me skip job_regexp
$me schedule job_regexp..
$me unschedule job_regexp..
$me skip job_regexp..
"
}
@ -85,9 +85,6 @@ if [ "$COMMAND" = "makepatch" ]; then
exit 0
fi
echo diff $spec_dir/.$JOB.spec.autodist.pre$OPERATION $spec_dir/$JOB.spec > \
$AUTOUPDATEDIR/spec-patches-$OPERATION/$JOB.spec.patch
diff $spec_dir/.$JOB.spec.autodist.pre$OPERATION $spec_dir/$JOB.spec > \
$AUTOUPDATEDIR/spec-patches-$OPERATION/$JOB.spec.patch
RET=$?