Changeset 723 for trunk/technical/common/build/svn_osc_build.sh
- Timestamp:
- Oct 2, 2008, 5:51:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/svn_osc_build.sh
r722 r723 62 62 63 63 cd $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 70 rsync --checksum -r -v --delete $BUILDSRC_DIR/. . --exclude .osc 65 71 66 72 # osc build DIST ARCH
Note:
See TracChangeset
for help on using the changeset viewer.