]> git.pld-linux.org Git - packages/vim.git/commitdiff
update source no longer works after using github tarball
authorElan Ruusamäe <glen@delfi.ee>
Mon, 1 Feb 2016 20:41:32 +0000 (22:41 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 1 Feb 2016 20:41:32 +0000 (22:41 +0200)
update-source.sh

index 1a4a51198d8a77a455dd2ca0cb9a7a841b3d7187..d99de22e02839d30b2d6168b287682a3f2beacb0 100755 (executable)
@@ -6,6 +6,9 @@
 #  publish_packages=[0|1] - publish built packages in ~/public_html/$dist/$arch
 #  quiet=[0|1] - discard stdout of process
 
+echo >&2 This script no longer works
+exit 1
+
 # work in package dir
 dir=$(dirname "$0")
 cd "$dir"
This page took 0.043641 seconds and 4 git commands to generate.