public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed] Add contrib/release dir
@ 2019-01-01  0:00 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz, jakub

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

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

only message in thread, other threads:[~2019-10-28  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [committed] Add contrib/release dir Tom de Vries

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).