public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: dwz@sourceware.org, jakub@redhat.com
Subject: [committed] Add contrib/release dir
Date: Tue, 01 Jan 2019 00:00:00 -0000	[thread overview]
Message-ID: <20191028091346.GA23194@delia> (raw)

Hi,

Add a contrib/release directory and move the related scripts from directory
contrib there.

Committed to trunk.

Thanks,
- Tom

Add contrib/release dir

2019-10-28  Tom de Vries  <tdevries@suse.de>

	* contrib/gen-copyright-years.sh: Move this ...
	* contrib/copyright-lines.awk: ... and this ...
	* contrib/do-release.sh: ... and this ...
	* contrib/upload-release.sh: ... and this ...
	* contrib/release: ... to here.  New directory.

---
 contrib/{ => release}/copyright-lines.awk    | 0
 contrib/{ => release}/do-release.sh          | 0
 contrib/{ => release}/gen-copyright-years.sh | 2 +-
 contrib/{ => release}/upload-release.sh      | 0
 4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/copyright-lines.awk b/contrib/release/copyright-lines.awk
similarity index 100%
rename from contrib/copyright-lines.awk
rename to contrib/release/copyright-lines.awk
diff --git a/contrib/do-release.sh b/contrib/release/do-release.sh
similarity index 100%
rename from contrib/do-release.sh
rename to contrib/release/do-release.sh
diff --git a/contrib/gen-copyright-years.sh b/contrib/release/gen-copyright-years.sh
similarity index 98%
rename from contrib/gen-copyright-years.sh
rename to contrib/release/gen-copyright-years.sh
index 1ef6f3f..d081cd2 100755
--- a/contrib/gen-copyright-years.sh
+++ b/contrib/release/gen-copyright-years.sh
@@ -136,7 +136,7 @@ main ()
 	echo processing file: $f
 
 	grep -v '"' $f \
-	    | awk -f contrib/copyright-lines.awk \
+	    | awk -f contrib/release/copyright-lines.awk \
 		  > $tmp
 
 	while read line; do
diff --git a/contrib/upload-release.sh b/contrib/release/upload-release.sh
similarity index 100%
rename from contrib/upload-release.sh
rename to contrib/release/upload-release.sh

                 reply	other threads:[~2019-10-28  9:13 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=20191028091346.GA23194@delia \
    --to=tdevries@suse.de \
    --cc=dwz@sourceware.org \
    --cc=jakub@redhat.com \
    /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).