Changeset 750 for trunk/dassbuild/dassbuild.sh
- Timestamp:
- Jun 12, 2009, 4:36:59 PM (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/dassbuild/dassbuild.sh
r745 r750 16 16 # 17 17 # config file: 18 # / usr/local/etc/build18 # /etc/dassbuild.conf 19 19 # lists the sources for the different distributions 20 20 # 21 21 # the rest is controlled by environment variables 22 22 # 23 # build.sh uses sudo. /etc/sudoers needs a line like:24 # %users ALL=(ALL) NOPASSWD: /usr/ local/bin/buildscript23 # dassbuild.sh uses sudo. /etc/sudoers needs a line like: 24 # %users ALL=(ALL) NOPASSWD: /usr/bin/dassbuild_wrapper.sh 25 25 # for automatic building (create a symlink or copy the file, 26 26 # see also the Variable BUILDSCRIPT and content of this script) … … 42 42 export LC_ALL=C 43 43 44 CONFIG_FILE=/ usr/local/etc/build45 BUILDSCRIPT=/usr/ local/bin/buildscript44 CONFIG_FILE=/etc/dassbuild.conf 45 BUILDSCRIPT=/usr/bin/dassbuild_wrapper.sh 46 46 BUILD_CMD=/usr/bin/build 47 47 … … 64 64 # create source archive file 65 65 # 66 svn_build_prepare.sh $*66 dassbuild_prepare.sh $* 67 67 RT=$? 68 68 if [ $RT -eq 1 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.