xf86-input-wacom hasn't used them for years now, and they're far less popular to download anyway.
Signed-off-by: Jason Gerecke <killert...@gmail.com> --- configure.ac | 2 +- release.sh | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index c10df41..13fc466 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AM_MAINTAINER_MODE AC_PROG_CC diff --git a/release.sh b/release.sh index 622eee9..9aed4b2 100755 --- a/release.sh +++ b/release.sh @@ -62,10 +62,6 @@ http://$webpath/$tarbz2/download MD5: `cd $tarball_dir && $MD5SUM $tarbz2` SHA1: `cd $tarball_dir && $SHA1SUM $tarbz2` -http://$webpath/$targz/download -MD5: `cd $tarball_dir && $MD5SUM $targz` -SHA1: `cd $tarball_dir && $SHA1SUM $targz` - RELEASE } @@ -167,12 +163,10 @@ fi modulever=$module-$version tarbz2="$modulever.tar.bz2" -targz="$modulever.tar.gz" announce="$tarball_dir/$modulever.announce" echo "checking parameters" if ! [ -f "$tarball_dir/$tarbz2" ] || - ! [ -f "$tarball_dir/$targz" ] || [ -z "$tag_previous" ]; then echo "error: incorrect parameters!" usage @@ -199,8 +193,7 @@ echo "Sleeping for 30 seconds, because this sometimes helps against sourceforge' sleep 30 echo "checking for an existing release" -if ssh $user$host ls $srv_path/$module/$targz >/dev/null 2>&1 || -ssh $user$host_people ls $srv_path/$module/$tarbz2 >/dev/null 2>&1; then +if ssh $user$host_people ls $srv_path/$module/$tarbz2 >/dev/null 2>&1; then if [ "x$force" = "xyes" ]; then echo "warning: overriding released file ... here be dragons." else @@ -214,7 +207,7 @@ gen_announce_mail >$announce echo " at: $announce" echo "installing release into server" -scp $tarball_dir/$targz $tarball_dir/$tarbz2 $user$host:$srv_path +scp $tarball_dir/$tarbz2 $user$host:$srv_path echo "pushing tag upstream" git push $remote $tag_current -- 2.3.3 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel