Changeset 595 for trunk


Ignore:
Timestamp:
12/30/2011 15:20:14 (5 months ago)
Author:
blee
Message:

Include meta/.svn/entries in recipe-style exports when
CONF_EXPORT_FILEDB_PLUS_SVN is enabled too.

Fixes #156

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confmanlib.sh.in

    r593 r595  
    599599                    modules=$(conf_get_recipe $(conf_recipe_dir)/${recipe}) 
    600600                    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 1 
     601                        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 
    602602                    else 
    603603                        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.