Ignore:
Timestamp:
Oct 2, 2008, 5:51:33 PM (16 years ago)
Author:
joergs
Message:

trying to avoid new version for the build server, when nothing has changed. Unfortunally, transfering data to the build server (tar.bz2) changes the file, resulting in a new commit every time the script is called.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/svn_osc_build.sh

    r722 r723  
    6262
    6363cd $OSC_PACKAGE
    64 rsync -a --delete $BUILDSRC_DIR/. . --exclude .osc
     64# rsync -a: -rlptgoD
     65# but we don't want to check for timestamps
     66# TODO: if our data (tar.bz2) is transfered to the
     67#       openSUSE server, the size changed!!! Why?
     68#       Therefore every new build run
     69#       results in a new commit for the build server
     70rsync --checksum -r -v --delete $BUILDSRC_DIR/. . --exclude .osc
    6571
    6672# osc build DIST ARCH
Note: See TracChangeset for help on using the changeset viewer.