Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-12 07:59:04 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-12 07:59:04 (GMT)
commite7bf9fb382955dd89e4981527d7947dbaff01cbd (patch)
treeb3e29dfb2e80e366bcc3a491519b5735a18ef501
parent1016ccec0001c4bfcff9816b0a2a46cf694cfb14 (diff)
Snapshot 1016ccec00.
-rw-r--r--NEWS2
-rwxr-xr-xmaint-helper.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c4cc1a1..3d92834 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Snapshot 1016ccec00
+
Snapshot 91d9239340
* Themes improvements (benzea)
diff --git a/maint-helper.py b/maint-helper.py
index e1bbe22..7192de4 100755
--- a/maint-helper.py
+++ b/maint-helper.py
@@ -70,6 +70,8 @@ def cmd_build_snapshot():
if retcode:
sys.exit(0)
+ if 'JOYBUILD_PATH' in os.environ:
+ tarball = os.path.join(os.environ['JOYBUILD_PATH'], 'source', tarball)
os.rename('%s-%s.tar.bz2' % (name, version), tarball)
print 'Update NEWS.sugar...'