[projects/pld-ftp-admin] cleanups

glen glen at pld-linux.org
Sat Sep 5 22:01:53 CEST 2015


commit e5cf8fa2180b8e452049ec60a976c0d29a1af262
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sat Sep 5 23:01:46 2015 +0300

    cleanups

 wwwbin/consistency-check.sh | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/wwwbin/consistency-check.sh b/wwwbin/consistency-check.sh
index 285770e..acba415 100755
--- a/wwwbin/consistency-check.sh
+++ b/wwwbin/consistency-check.sh
@@ -52,7 +52,7 @@ gen_list() {
 	arch=$1
 	shift
 	date
-	/usr/bin/poldek -O "auto directory dependencies = yes" \
+	poldek -O "auto directory dependencies = yes" \
 	--ignore "*-debuginfo-*" \
 	--ignore "opera-plugin32-*" \
 	--ignore "nspluginwrapper-*" \
@@ -63,7 +63,7 @@ gen_list() {
 	--ignore "libpurple-protocol-skype-*.x86_64" \
 	--ignore "nagios-plugin-check_cciss-*" \
 	--ignore "libpng1*" \
-	--verify=deps -Q "$@" | filter_deps $arch | group_deps | sort | pkg2src "$@"
+	--verify=deps -Q "$@" | filter_deps $arch | group_deps | sort | pkg2src
 }
 
 gen_list_uniq() {
@@ -85,8 +85,5 @@ for arch in x86_64 i686 x32 ; do
 	gen_list_uniq $arch -s $ftpdir/PLD/$arch/RPMS/ -s $ftpdir/PLD/noarch/RPMS/ -s $ftpdir/ready/$arch/RPMS/ -s $ftpdir/ready/noarch/RPMS/ -s $ftpdir/test/$arch/RPMS/ -s $ftpdir/test/noarch/RPMS/ > $t && cat $t > $HOME/www/main-ready-test$outfext
 done
 
-# that does not make sense anymore iMO - baggins
-# (date; $HOME/bin/ac-th-diff.py) > $t && cat $t > $HOME/www/ac-th-diff.txt
-
 chmod 644 $HOME/www/*.txt
 rm -f $t
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-ftp-admin.git/commitdiff/e5cf8fa2180b8e452049ec60a976c0d29a1af262



More information about the pld-cvs-commit mailing list