summaryrefslogtreecommitdiffstats
path: root/packaging/bin/fill-templates
Commit message (Collapse)AuthorAgeFilesLines
* s3/packaging: Fix typo in comment.Karolin Seeger2009-03-091-1/+1
| | | | Karolin
* s3:packaging: fix parsing of include.h in fill-templatesMichael Adam2009-02-111-3/+3
| | | | | | | The content has changed slightly in master for the merged build, and we must be more exact when parsing the lines. Michael
* s3:packaging: fix path to calling update-pkginfo after pushd in fill-templatesMichael Adam2009-02-111-1/+1
| | | | Michael
* s3:packaging: paths cosmetics in fill-templatesMichael Adam2009-02-111-1/+1
| | | | Michael
* packaging: don't clutter the output of fillup-templates with popd outputMichael Adam2009-02-111-2/+2
| | | | Michael
* packaging: fix fill-templates call to update-pkginfo to pushd appropriately ↵Michael Adam2009-02-111-1/+2
| | | | | | first Michael
* packaging: fix source dir to source3 in fill-templatesMichael Adam2009-02-111-1/+1
| | | | Michael
* packaging: add script fill-templatesMichael Adam2009-02-101-0/+46
This is a standalone-wrapper for update-pkginfo, which is usually called from create-tarball. It basically repeats some functionality of create-tarball. Michael