summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-06 10:57:23 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-06 10:57:23 -0400
commitd7201b8bc433159089faf257e31f3e937b60eca7 (patch)
tree9ede6b8f90bb09e85a61aeb3277147a5ef25b758 /SConstruct
parentb01dc0e9b4469369a6c92d2c7ca77b505afb9090 (diff)
downloadgpsd-d7201b8bc433159089faf257e31f3e937b60eca7.tar.gz
Another step towards automated delivery to Savannah.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct9
1 files changed, 9 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index fee79991..6d944ab2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1613,6 +1613,15 @@ if os.path.exists("gpsd.c") and os.path.exists(".gitignore"):
upload_tags,
upload_web])
+ # Experimental release mechanics using shipper
+ # This will ship a freecode metadata update
+ Utility("ship_release", [tarball], ['shipper -u -m'])
+
+ env.Alias("release", [releaseprep,
+ ship_release,
+ upload_tags])
+
+
# The following sets edit modes for GNU EMACS
# Local Variables:
# mode:python