Changeset 750 for trunk/dassbuild


Ignore:
Timestamp:
Jun 12, 2009, 4:36:59 PM (15 years ago)
Author:
joergs
Message:

apdapt file names to dass-prefix

Location:
trunk/dassbuild
Files:
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/dassbuild/dassbuild.sh

    r745 r750  
    1616#
    1717# config file:
    18 # /usr/local/etc/build
     18# /etc/dassbuild.conf
    1919# lists the sources for the different distributions
    2020#
    2121# the rest is controlled by environment variables
    2222#
    23 # build.sh uses sudo. /etc/sudoers needs a line like:
    24 # %users  ALL=(ALL)       NOPASSWD: /usr/local/bin/buildscript
     23# dassbuild.sh uses sudo. /etc/sudoers needs a line like:
     24# %users  ALL=(ALL)       NOPASSWD: /usr/bin/dassbuild_wrapper.sh
    2525# for automatic building (create a symlink or copy the file,
    2626# see also the Variable BUILDSCRIPT and content of this script)
     
    4242export LC_ALL=C
    4343
    44 CONFIG_FILE=/usr/local/etc/build
    45 BUILDSCRIPT=/usr/local/bin/buildscript
     44CONFIG_FILE=/etc/dassbuild.conf
     45BUILDSCRIPT=/usr/bin/dassbuild_wrapper.sh
    4646BUILD_CMD=/usr/bin/build
    4747
     
    6464# create source archive file
    6565#
    66 svn_build_prepare.sh $*
     66dassbuild_prepare.sh $*
    6767RT=$?
    6868if [ $RT -eq 1 ]; then
  • trunk/dassbuild/dassbuild_osc.sh

    r745 r750  
    2222
    2323
    24 svn_build_prepare.sh $*
     24dassbuild_prepare.sh $*
    2525RT=$?
    2626if [ $RT -eq 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.