public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowitz@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [cygport - the Cygwin packaging tool] branch master, updated. 0.33.1-22-gebdc5a5
Date: Tue,  7 Apr 2020 13:57:40 +0000 (GMT)	[thread overview]
Message-ID: <20200407135740.2B6F7385BF83@sourceware.org> (raw)




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



                 reply	other threads:[~2020-04-07 13:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200407135740.2B6F7385BF83@sourceware.org \
    --to=yselkowitz@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).