[tor-commits] [torouter/master] add target to update apt archive
ioerror at torproject.org
ioerror at torproject.org
Thu Aug 18 17:08:25 UTC 2011
commit 0ef8a64dfe06afd61d61e5e1648a11e27137ef3f
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Thu Aug 18 18:51:38 2011 +0200
add target to update apt archive
---
packages/Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/packages/Makefile b/packages/Makefile
index eec600c..3fff908 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -10,3 +10,8 @@ prepdeb:
mvdebs:
mv *.deb *.build *.changes *.dsc *.tar.gz packages-for-upload/
+
+updatearchive:
+ scp packages-for-upload/* vescum.torproject.org:/srv/torrouter.torproject.org/ftp-archive/archive/pool/torrouter/
+ ssh vescum.torproject.org make -C /srv/torrouter.torproject.org/ftp-archive
+
More information about the tor-commits
mailing list