]> git.koha-community.org Git - koha.git/commit
Various fixes for buildrelease script contributed by a.c.li
authortonnesen <tonnesen>
Wed, 18 Sep 2002 03:56:51 +0000 (03:56 +0000)
committertonnesen <tonnesen>
Wed, 18 Sep 2002 03:56:51 +0000 (03:56 +0000)
commit199734e4a0051c12b320ac5577d816a254e154d0
treedec8b3ffc0184a634cd7d7b02d093d2a30de0a2c
parent066dd7175f729a2467e6d8e0bf8e81591fe8ec3d
Various fixes for buildrelease script contributed by a.c.li

(1) Guess the location of koha-html in a hopefully more sensible way

(2) Use getpwuid() to figure where root's home directory is; traditionally /root
is usually not right

(3) Check for the return code of chdir calls

(4) Removed compilation warning messages (replaced \RC with explicit use of
concatenation operator)

(5) The questions about tagging and updates could be quite confusing to the new
user (of buildrelease); I tried to reword a couple of sentences a bit, and
rearranged their orders a bit, to reduce the likelihood of getting confused.
Needless questions need not be asked (confirming whether to tag when the user
says he/she doesn't want to tag).

(6) Don't say it is tagging the CVS files when it is not.
buildrelease