Changeset 596


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

Merge fix for #156 into confman-1.9.

Closes #156

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 595
  • branches/confman-1.9/confmanlib.sh.in

    r594 r596  
    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.