- Timestamp:
- 10/25/07 09:45:09 (6 years ago)
- File:
-
- 1 edited
-
scripts/autobuild.bash (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/autobuild.bash
r2331 r2332 5 5 # 6 6 # Created: 2007-10-20 15:10 +330 GMT 7 # Updated: 2007-10-25 09:58+330 GMT7 # Updated: 2007-10-25 11:13 +330 GMT 8 8 # 9 9 # TODO: … … 296 296 # Add package to the repo 297 297 cd $LOCAL_REPO_ROOT 298 reprepro -Vb . include $DIST_NAME $SVN_REPO_PATH/$COMPONENT/$SRC_PKG_NAME/build-area/$CHANGES_FILE >> $LOG_FILE298 reprepro -Vb --ignore=wrongdistribution . include $DIST_NAME $SVN_REPO_PATH/$COMPONENT/$SRC_PKG_NAME/build-area/$CHANGES_FILE >> $LOG_FILE 299 299 else 300 300 echo "${GREEN}Signing and adding ${YELLOW}plat_indep${NORMAL} ${GREEN}packages to the APT repository...${NORMAL}" … … 332 332 # Add package to the repo 333 333 cd $LOCAL_REPO_ROOT 334 reprepro -Vb . include $DIST_NAME $SVN_REPO_PATH/$COMPONENT/$SRC_PKG_NAME/build-area/$CHANGES_FILE >> $LOG_FILE334 reprepro -Vb --ignore=wrongdistribution . include $DIST_NAME $SVN_REPO_PATH/$COMPONENT/$SRC_PKG_NAME/build-area/$CHANGES_FILE >> $LOG_FILE 335 335 fi 336 336
Note: See TracChangeset
for help on using the changeset viewer.


