Indefero

Indefero Commit Details


Date:2008-08-12 13:36:41 (16 years 4 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3, svn
Commit:0918d1d54200fd214197e08e3c8ffa37a7d2c318
Parents: 7955aa60777df42c7bf2916bb7442c05e09b381b
Message:Added the release script.

This includes the command to generate the .pot file.
Changes:

File differences

release-script
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
last="$1"
new="$2"
echo "xgettext -o idf.pot -p ./IDF/locale --force-po --from-code=UTF-8 --keyword --keyword=__ --keyword=_n:1,2 -L PHP ./IDF/*.php"
echo "find ./ -iname \"*.php\" -exec xgettext -o idf.pot -p ./IDF/locale/ --from-code=UTF-8 -j --keyword --keyword=__ --keyword=_n:1,2 -L PHP {} \;"
echo "# git tag v$new"
echo "git archive --format=zip --prefix=indefero-$new/ v$new > indefero-$new.zip"
echo "git log --no-merges v$new ^v$last > ChangeLog-$new"
echo "git shortlog --no-merges v$new ^v$last > ShortLog"
echo "git diff --stat --summary -M v$last v$new > diffstat-$new"

Archive Download the corresponding diff file

Page rendered in 0.07461s using 13 queries.