summaryrefslogtreecommitdiff
path: root/packaging/bin/fill-templates
AgeCommit message (Collapse)AuthorFilesLines
2009-03-09s3/packaging: Fix typo in comment.Karolin Seeger1-1/+1
Karolin
2009-02-11s3:packaging: fix parsing of include.h in fill-templatesMichael Adam1-3/+3
The content has changed slightly in master for the merged build, and we must be more exact when parsing the lines. Michael
2009-02-11s3:packaging: fix path to calling update-pkginfo after pushd in fill-templatesMichael Adam1-1/+1
Michael
2009-02-11s3:packaging: paths cosmetics in fill-templatesMichael Adam1-1/+1
Michael
2009-02-11packaging: don't clutter the output of fillup-templates with popd outputMichael Adam1-2/+2
Michael
2009-02-11packaging: fix fill-templates call to update-pkginfo to pushd appropriately ↵Michael Adam1-1/+2
first Michael
2009-02-11packaging: fix source dir to source3 in fill-templatesMichael Adam1-1/+1
Michael
2009-02-10packaging: add script fill-templatesMichael Adam1-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