[freeside-commits] branch master updated. 4745efea9b2308b1fba8a8180a1a0b5da2986794

Ivan ivan at 420.am
Thu Mar 15 13:58:52 PDT 2012


The branch, master has been updated
       via  4745efea9b2308b1fba8a8180a1a0b5da2986794 (commit)
      from  7d68066ea33f9f85fe14ce663372642d7ec2ad20 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4745efea9b2308b1fba8a8180a1a0b5da2986794
Author: Ivan Kohler <ivan-debian at 420.am>
Date:   Thu Mar 15 13:58:51 2012 -0700

    fix make release target

diff --git a/Makefile b/Makefile
index bd87669..b603b8c 100644
--- a/Makefile
+++ b/Makefile
@@ -426,13 +426,13 @@ release:
 	git pull
 
 	# Tag the release
-	git tag ${TAG}
+	git tag -f ${TAG}
 
 	#cd /home/ivan
-	git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz
+	git archive --prefix=freeside-${VERSION}/ ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz
 
 	scp freeside-${VERSION}.tar.gz ivan at 420.am:/var/www/www.sisd.com/freeside/
-	mv freeside-${VERSION} freeside-${VERSION}.tar.gz ..
+	mv freeside-${VERSION}.tar.gz ..
 
 	#these things failing should not make release target fail, so: "|| true"
 

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list