More cleanup, changing references to orca to cthulhu instead.
This commit is contained in:
@ -22,17 +22,17 @@ Make sure you are up to date:
|
||||
Update ./NEWS with changes from the last tagged release. You can use
|
||||
commands like the following:
|
||||
|
||||
Detailed commits since the ORCA_40_BETA tag:
|
||||
Detailed commits since the CTHULHU_40_BETA tag:
|
||||
|
||||
git log ORCA_40_BETA..
|
||||
git log CTHULHU_40_BETA..
|
||||
|
||||
Short list of translation changes with author names and files:
|
||||
|
||||
git log ORCA_40_BETA.. --grep translation --pretty=format:"%s - %an" --name-only
|
||||
git log CTHULHU_40_BETA.. --grep translation --pretty=format:"%s - %an" --name-only
|
||||
|
||||
Quick-and-dirty formatted list of translation changes:
|
||||
|
||||
git log ORCA_40_BETA.. --grep translation --pretty=format:"%s,%an" --name-only |
|
||||
git log CTHULHU_40_BETA.. --grep translation --pretty=format:"%s,%an" --name-only |
|
||||
awk -F/ '/\.(po|am)/ {gsub("(\.po|Makefile.am)", "", $NF); printf(",%s",$NF); next;}
|
||||
{gsub("(Updated* |Add(ed)* | translation| help)", "", $0); printf("\n%s",$0);}' |
|
||||
awk -F, '!seen[$0]++ {if (NF == 3) printf(" %-15s %-25s %s\n", $3, $1, $2);}' |
|
||||
@ -40,7 +40,7 @@ Quick-and-dirty formatted list of translation changes:
|
||||
|
||||
Short list of non-translation commits:
|
||||
|
||||
git log ORCA_40_BETA.. --grep translation --invert-grep --pretty=format:" * %s%n"
|
||||
git log CTHULHU_40_BETA.. --grep translation --invert-grep --pretty=format:" * %s%n"
|
||||
|
||||
NOTE: You should also make sure the external dependencies listed in
|
||||
configure.ac and README are accurate.
|
||||
@ -56,8 +56,8 @@ COMMIT RELEASE CHANGES AND TAG THE RELEASE:
|
||||
|
||||
git commit -a
|
||||
git push
|
||||
git tag -a -s ORCA_40_RC
|
||||
git push origin ORCA_40_RC
|
||||
git tag -a -s CTHULHU_40_RC
|
||||
git push origin CTHULHU_40_RC
|
||||
|
||||
|
||||
UPLOAD THE RELEASE:
|
||||
|
Reference in New Issue
Block a user