projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
25a22cb
)
Change group to 'staff' after signing pkgs
author
Jakub Skoczen
<jakub@indexdata.dk>
Mon, 12 Jul 2010 11:50:19 +0000
(13:50 +0200)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Mon, 12 Jul 2010 11:50:19 +0000
(13:50 +0200)
update-archive/update-yum-archve.sh
patch
|
blob
|
history
diff --git
a/update-archive/update-yum-archve.sh
b/update-archive/update-yum-archve.sh
index
4c35250
..
54b208a
100755
(executable)
--- a/
update-archive/update-yum-archve.sh
+++ b/
update-archive/update-yum-archve.sh
@@
-93,7
+93,9
@@
for vdist in centos/5.5 rhel/5.5; do
done
done
echo "Signing pakages (default ID PPH is empty):"
-rpm --addsign $pkgs_to_sign ${pkgs_to_sign}
+rpm --addsign ${pkgs_to_sign}
+chgrp staff ${pkgs_to_sign}
+chmod g+w ${pkgs_to_sign}
echo "Updating repository meta:"
echo ${dirs_to_upd}
for rdir in ${dirs_to_upd}; do