[evolution-rss] add packaging scripts directory
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] add packaging scripts directory
- Date: Mon, 2 Aug 2010 19:17:13 +0000 (UTC)
commit 4fd073382ff998eb7ed0ad2fbc6edf602105a540
Author: Lucian Langa <lucilanga gnome org>
Date: Thu Jul 22 08:23:30 2010 +0300
add packaging scripts directory
scripts/create-snapshot.sh | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/scripts/create-snapshot.sh b/scripts/create-snapshot.sh
new file mode 100755
index 0000000..5697b74
--- /dev/null
+++ b/scripts/create-snapshot.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+MAJOR_VERSION=0.2.1
+rm -Rf /tmp/evolution-rss
+git clone git://git.gnome.org/evolution-rss /tmp/evolution-rss
+cd /tmp/evolution-rss
+git_version=`git log --oneline -1|cut -d" " -f1`
+gitdate=`date +%Y%m%d`
+git archive --format=tar --prefix=evolution-rss-${MAJOR_VERSION}/ ${git_version} | gzip > /tmp/evolution-rss-${MAJOR_VERSION}-${gitdate}.tar.gz
+echo "HEAD: "`git log -1 --pretty=format:%h`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]