Changeset 523


Ignore:
Timestamp:
08/12/2011 20:00:19 (9 months ago)
Author:
blee
Message:

Unbreak inclusion of metadata in recipe-style exports

See #140

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confmanlib.sh.in

    r522 r523  
    421421                recipe=${recipefile#$(conf_recipe_dir)/} 
    422422                modules=$(conf_get_recipe ${recipefile}) 
    423                 tar -hczf "${exportpath}/${recipe}.tgz" -C "${WORK_PATH}" "${recipefile}" ${modules} 
     423                tar -hczf "${exportpath}/${recipe}.tgz" -C "${WORK_PATH}" "meta/.svn/entries" "meta/recipes/${recipe}" ${modules} 
    424424            done 
    425425            ;; 
Note: See TracChangeset for help on using the changeset viewer.