public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/grss:master commit in: utils/
@ 2015-08-11 23:32 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2015-08-11 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     99e3162cd7527e45cfb439c0307589a85d1d6d9a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 23:35:20 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 23:35:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=99e3162c

utils/bundleit.sh: simple release bundling utility.

 utils/bundleit.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/utils/bundleit.sh b/utils/bundleit.sh
new file mode 100755
index 0000000..727d9d9
--- /dev/null
+++ b/utils/bundleit.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+if [[ ${#@} != "1" ]]; then
+	echo "usage: $0 <tag>"
+fi
+
+tag=$1
+ver=${tag/v}
+git archive --format=tar --prefix=grss-${ver}/ $tag | gzip - > ../grss-${ver}.tar.gz


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/grss:master commit in: utils/
@ 2015-08-11 23:58 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2015-08-11 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a9a2f36348c1c3181bcab0ca3a0d5f1c42a6ba3a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 23:59:12 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 23:59:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=a9a2f363

utils/bundleit.sh: switch name to 'grs'

 utils/bundleit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/bundleit.sh b/utils/bundleit.sh
index 727d9d9..839035e 100755
--- a/utils/bundleit.sh
+++ b/utils/bundleit.sh
@@ -6,4 +6,4 @@ fi
 
 tag=$1
 ver=${tag/v}
-git archive --format=tar --prefix=grss-${ver}/ $tag | gzip - > ../grss-${ver}.tar.gz
+git archive --format=tar --prefix=grs-${ver}/ $tag | gzip - > ../grs-${ver}.tar.gz


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-11 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11 23:58 [gentoo-commits] proj/grss:master commit in: utils/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2015-08-11 23:32 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox