# HG changeset patch # User František Kučera # Date 1389368800 -3600 # Node ID 5bb73142671df67336a8d734d76bc715b0fecea1 # Parent 7a3382823fc31f6c16f5bc60fcda262982b743f9 distributions: src release script diff -r 7a3382823fc3 -r 5bb73142671d .hgignore --- a/.hgignore Wed Jan 08 23:50:22 2014 +0100 +++ b/.hgignore Fri Jan 10 16:46:40 2014 +0100 @@ -10,3 +10,4 @@ java/sql-dk/data/info/globalcode/sql/dk/help.txt distributions/debian/*.deb +distributions/src/*.tar.gz \ No newline at end of file diff -r 7a3382823fc3 -r 5bb73142671d distributions/src/archive.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/distributions/src/archive.sh Fri Jan 10 16:46:40 2014 +0100 @@ -0,0 +1,3 @@ +#!/bin/bash + +hg archive -r ${1} sql-dk_${1}_src.tar.gz