Automated commit for debian release 0.9.0-2
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 4 Sep 2012 23:20:10 +0000 (17:20 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 4 Sep 2012 23:20:10 +0000 (17:20 -0600)
debian/upload.sh

index 08192cfce77f4c4496b6c1387343a457ccdc7847..a2ba45293747720f6dc673873b6c71a917425a91 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/bash -e
 
 #!/bin/bash -e
 
-dup cl-rss -Ufiles.b9.com -D/home/ftp/cl-rss -C"(umask 022; /home/kevin/bin/remove-old-versions cl-rss latest)" -su $*
+dup cl-rss -Ufiles.b9.com -D/home/ftp/cl-rss -su \
+    -C"(umask 022; cd /srv/www/html/cl-rss; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*