# HG changeset patch # User Michael Schloh von Bennewitz # Date 1229254908 -3600 # Node ID b6635ff398ca6d64af6bf4e00d1aeb2369535dc3 # Parent b7d16ba482172b2d741f7e41143942496ca9475d Change FTP server name where new releases are hosted. diff -r b7d16ba48217 -r b6635ff398ca README --- a/README Fri Dec 05 23:16:09 2008 +0100 +++ b/README Sun Dec 14 12:41:48 2008 +0100 @@ -46,4 +46,4 @@ The documentation and latest release can be found on o http://asgui.europalab.com/ - o ftp://ftp.ossp.org/pkg/tool/asgui/ + o ftp://ftp.europalab.com/pub/sfw/asgui/ diff -r b7d16ba48217 -r b6635ff398ca devtool.conf --- a/devtool.conf Fri Dec 05 23:16:09 2008 +0100 +++ b/devtool.conf Sun Dec 14 12:41:48 2008 +0100 @@ -47,6 +47,7 @@ make distclean >/dev/null 2>&1 echo "+++ fixing" ./shtool fixperm -v . + echo "Please find . -exec grep myusername {}" echo "+++ rolling" V=`./shtool version -l c -d short as_version.cpp` ./shtool tarball -o as-gui-${V}.tar.gz -d as-gui-${V} \