- Timestamp:
- 12/30/2011 15:20:14 (5 months ago)
- File:
-
- 1 edited
-
trunk/confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmanlib.sh.in
r593 r595 599 599 modules=$(conf_get_recipe $(conf_recipe_dir)/${recipe}) 600 600 if ${CONF_EXPORT_FILEDB_PLUS_SVN}; then 601 tar -hczf "${exportpath}/${recipe}.tgz" -C "${WORK_PATH}" "meta/meta.fdb" "meta/ recipes/${recipe}" $(for module in ${modules}; do echo "meta/${module}.fdb"; done) ${modules} || return 1601 tar -hczf "${exportpath}/${recipe}.tgz" -C "${WORK_PATH}" "meta/meta.fdb" "meta/.svn/entries" "meta/recipes/${recipe}" $(for module in ${modules}; do echo "meta/${module}.fdb"; done) ${modules} || return 1 602 602 else 603 603 tar -hczf "${exportpath}/${recipe}.tgz" -C "${WORK_PATH}" --exclude='*.svn*' "meta/meta.fdb" "meta/recipes/${recipe}" $(for module in ${modules}; do echo "meta/${module}.fdb"; done) ${modules} || return 1
Note: See TracChangeset
for help on using the changeset viewer.
