commit 0faeb93621c5c626931bd372c9d4987e69e37f1a
Author: Jacob Appelbaum <[email protected]>
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/

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to