X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=scripts%2Frelease_helper.sh;h=cb32c51a02d0212d580168565f7df2eb29399b0f;hp=b5cd99d5008880a1a0081ed093a050a963ddeb27;hb=4d1178f7de7bb4da7a26979da47ce11ab1ccc1b2;hpb=cc7e99d97f3782f74f875a4482188334c70c844f diff --git a/scripts/release_helper.sh b/scripts/release_helper.sh index b5cd99d..cb32c51 100755 --- a/scripts/release_helper.sh +++ b/scripts/release_helper.sh @@ -5,31 +5,6 @@ # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. ################################################################################ -## How to set up autobuild (for automatically updating grml-live.git and -## build packages out of git tree and install them, e.g. for usage on -## daily.grml.org): -# echo "deb file:/home/grml-live-git/grml-live.build-area/ ./" >> /etc/apt/sources.list.d/grml-live.list -# adduser --disabled-login --disabled-password grml-live-git -# visudo -> add "grml-live-git ALL=NOPASSWD: /usr/bin/apt-get" -# su - grml-live-git -# mkdir /home/grml-live-git/grml-live.build-area -# git clone git://git.grml.org/grml-live.git -# git config --global user.name "Grml-Live Git Autobuild" -# git config --global user.email "grml-live-git@$(hostname)" -# -# Finally install a cron job (as user grml-live-git) like: -# 30 00 * * * cd /home/grml-live-git/grml-live.git/ && env AUTOBUILD=1 scripts/release_helper.sh >/home/grml-live-git/grml-live-build.log -# -# Tip: To find out the build date of the installed grml-live package just run: -# -# % apt-cache policy grml-live | grep 'Installed.*autobuild' -# Installed: 0.13.1~autobuild1300450381 -# -# and run "date -ud @$STRING" where $STRING is the number -# behind the "autobuild", like: -# % date -ud @1300450081 -# Fri Mar 18 12:08:01 UTC 2011 -################################################################################ set -e set -u