[tor-commits] [torouter/master] move built packages into a directory
ioerror at torproject.org
ioerror at torproject.org
Thu Aug 18 15:37:26 UTC 2011
commit 0faeb93621c5c626931bd372c9d4987e69e37f1a
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Thu Aug 18 17:27:12 2011 +0200
move built packages into a directory
---
packages/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/packages/Makefile b/packages/Makefile
index 2a25f11..eec600c 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -1,4 +1,4 @@
-debs: webdeb prepdeb
+debs: webdeb prepdeb mvdebs
webdeb:
# By default we will but not sign for now
@@ -7,3 +7,6 @@ webdeb:
prepdeb:
# By default we will but not sign for now
cd torouter-prep && debuild --no-tgz-check -us -uc
+
+mvdebs:
+ mv *.deb *.build *.changes *.dsc *.tar.gz packages-for-upload/
More information about the tor-commits
mailing list