[git] GnuPG - branch, master, updated. gnupg-2.1.13-4-ge1a9298
by Werner Koch
cvs at cvs.gnupg.org
Thu Jun 16 19:13:50 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via e1a929849c1fdbbe6a1858833e21b1a4a529889f (commit)
from 5dea40f810d3350151425e68f1016be0765e01f1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
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.
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,
-----------------------------------------------------------------------
Summary of changes:
build-aux/speedo.mk | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list