Navigation Menu

Skip to content

Commit

Permalink
sign in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 30, 2010
1 parent 53d5399 commit 47f7448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yum/sign-rpm.sh
Expand Up @@ -21,5 +21,6 @@ run()

for distribution in ${DISTRIBUTIONS}; do
run rpm -D "_gpg_name `$script_base_dir/gpg-uid.sh`" \
--resign $script_base_dir/${distribution}/*/*/*/*.rpm
--resign $script_base_dir/${distribution}/*/*/*/*.rpm &
done
wait

0 comments on commit 47f7448

Please sign in to comment.