[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[committed] Add contrib/release dir



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