public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [cygport - the Cygwin packaging tool] branch master, updated. 0.33.1-22-gebdc5a5
@ 2020-04-07 13:57 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2020-04-07 13:57 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=ebdc5a5609af24a845bb0dbcbba4a27433af2954

commit ebdc5a5609af24a845bb0dbcbba4a27433af2954
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Mon Apr 6 20:13:33 2020 -0400

    pkg_pkg: inform when packaging as test
    
    Based on suggestion of Achim Gratz "Show pkg_tag in chatter".

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=8476688bd0df966bd3b0677ea21502b416093484

commit 8476688bd0df966bd3b0677ea21502b416093484
Author: Achim Gratz <Stromeko@Stromeko.DE>
Date:   Sat Apr 20 18:02:33 2013 +0200

    Switch submodule gnuconfig to HTTPS protocol
    
    Live more easily with stupid firewalls...


Diff:
---
 .gitmodules         | 2 +-
 lib/pkg_pkg.cygpart | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 2a4c09d..f050a76 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "data/gnuconfig"]
 	path = data/gnuconfig
-	url = git://git.sv.gnu.org/config.git
+	url = https://git.sv.gnu.org/r/config.git
diff --git a/lib/pkg_pkg.cygpart b/lib/pkg_pkg.cygpart
index ff6e9ab..0abc627 100644
--- a/lib/pkg_pkg.cygpart
+++ b/lib/pkg_pkg.cygpart
@@ -707,6 +707,11 @@ __pkg_dist() {
 #  libfoo-devel will use libfoo_devel_CONFLICTS.
 #****
 
+	if defined pkg_tag
+	then
+		inform "Tagging package hint files as ${pkg_tag}"
+	fi
+
 	n=0;
 	while defined pkg_name[${n}]
 	do



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-07 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 13:57 [cygport - the Cygwin packaging tool] branch master, updated. 0.33.1-22-gebdc5a5 Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).