diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-07 17:42:54 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-07 17:42:54 -0400 |
commit | 7ba8b1d20a158b5c4cbfabdeb5cba6601cab69f6 (patch) | |
tree | 589e377845bb0c00fcebeff6430d23c47ac385f8 /Makefile | |
parent | afe60270d7ffa08b53d968e5b36ecd4038ac5a53 (diff) |
Debug group-writable repository staging.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |