[Pkg-gnupg-commit] [gnupg2] 05/160: speedo: New target w32-release-offline

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jul 15 09:36:31 UTC 2016


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

dkg pushed a commit to branch upstream
in repository gnupg2.

commit e1a929849c1fdbbe6a1858833e21b1a4a529889f
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jun 16 19:12:00 2016 +0200

    speedo: New target w32-release-offline
    
    --
    
    As long as a current swdb.lst is available and all directories below
    ~/b carry the appropriate tarballs this target can be used to build a
    w32-installer w/0 any network access.
---
 build-aux/speedo.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 67ccbb4..fbe258c 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -109,6 +109,10 @@ w32-release: check-tools
 	$(SPEEDOMAKE) TARGETOS=w32 WHAT=release    WITH_GUI=0 SELFCHECK=0 \
                                                    installer-from-source
 
+w32-release-offline: check-tools
+	$(SPEEDOMAKE) TARGETOS=w32 WHAT=release    WITH_GUI=0 SELFCHECK=0 \
+	  CUSTOM_SWDB=1 pkgrep=${HOME}/b pkg10rep=${HOME}/b  \
+	  installer-from-source
 
 
 # Set this to "git" to build from git,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list