Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=8e32898c5364379981a04c918ee31a0b0f14cb07

commit 8e32898c5364379981a04c918ee31a0b0f14cb07
Author: bouleetbil <[email protected]>
Date:   Wed Aug 25 23:57:46 2010 +0200

added script for create archive

diff --git a/Create_archive.sh b/Create_archive.sh
new file mode 100755
index 0000000..d478693
--- /dev/null
+++ b/Create_archive.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# For create release
+VERSION=0.1
+mkdir -p releases
+tar -cf releases/frugal-mono-tools-$VERSION.tar --exclude=releases/* 
--exclude=.git* releases/frugal-mono-tools-$VERSION.tar -v .
+cd releases
+gpg -ba -u 20F55619 frugal-mono-tools-$VERSION.tar
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to