From cbe350703aa3cf00d2b0dda721ad03a5005f95ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 20 Dec 2012 22:38:21 +0200 Subject: [PATCH] rename autoup.sh to update-source.sh to have more common filename --- autoup.sh => update-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename autoup.sh => update-source.sh (99%) diff --git a/autoup.sh b/update-source.sh similarity index 99% rename from autoup.sh rename to update-source.sh index 3d44ba5..152ea77 100755 --- a/autoup.sh +++ b/update-source.sh @@ -1,6 +1,6 @@ #!/bin/sh # Usage: -# ./autoup.sh +# ./update-source.sh # env variables controlling behaviour # build_package=[0|1] - build package when new version is fetched # publish_packages=[0|1] - publish built packages in ~/public_html/$dist/$arch -- 2.44.0