[Cryptech-Commits] [user/sra/novena-releng] 02/04: Debug group-writable repository staging.

git at cryptech.is git at cryptech.is
Wed Jul 8 03:07:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/novena-releng.

commit 7ba8b1d20a158b5c4cbfabdeb5cba6601cab69f6
Author: Rob Austein <sra at hactrn.net>
Date:   Tue Jul 7 17:42:54 2015 -0400

    Debug group-writable repository staging.
---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 363b2de..f960bad 100644
--- a/Makefile
+++ b/Makefile
@@ -79,15 +79,18 @@ DCH =	test -f debian/changelog || \
 # enough, but in this case (dedicated build VM) the risk is lower than
 # the risk of running builds as root or of trying to synchronize
 # separate copies of the release tree for each release engineer.
+#
+# The alternative to would be to pull a fresh copy of the published
+# tree via rsync each time, modify that, then rsync the changes back.
 
-REPOSITORY  := /home/aptbot/novena-repository
+REPOSITORY  := /home/aptbot/novena
 GNUPGHOME   := /home/aptbot/gnupg
 CODENAME    := wheezy
 REPO_UMASK  := 002
 UPLOAD_USER := aptbot
 UPLOAD_URI  := rsync://apt.cryptech.is/novena/
 
-export GPGHOME
+export GNUPGHOME
 
 
 all: init sw rtl



More information about the Commits mailing list