diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
commit | d70ce47c224b328c429a5f2406e5e793b009541d (patch) | |
tree | cef1f2b51b5429229c2c5fad2436b60dddbcf6cc /release_howto | |
parent | 480ccc4ed6441c8e663dc62be689c19499d806ea (diff) | |
download | tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip |
Additional kde to tde renaming
Diffstat (limited to 'release_howto')
-rw-r--r-- | release_howto | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/release_howto b/release_howto index c4bbcb456..49b847b06 100644 --- a/release_howto +++ b/release_howto @@ -3,7 +3,7 @@ David Faure <faure@kde.org>, 02-Aug-2005, last update 12-Mar-2007. # First ensure that translations are uptodate, running "translate". -# Packing kdepim doesn't pack the translations themselves, but still, +# Packing tdepim doesn't pack the translations themselves, but still, # at release time we have to ensure they are ok. # @@ -11,7 +11,7 @@ David Faure <faure@kde.org>, 02-Aug-2005, last update 12-Mar-2007. cd kde-common/release mkdir clean cache dirty sources sources-old -echo kdepim > modules +echo tdepim > modules # Now save the patch below to a file, and apply it. @@ -23,7 +23,7 @@ Index: common koffice-l10n) version=1.3.98 ;; -+ kdepim) ++ tdepim) + version=3.5.6.enterprise.0.20070227.637543 + ;; *) @@ -38,9 +38,9 @@ Index: versions DESTURL=tags/koffice/1.4.0/$1 subname=$1 ;; -+ kdepim) -+ HEADURL=branches/kdepim/enterprise/$1 -+ DESTURL=tags/kdepim/enterprise.0.20070227.637543/$1 ++ tdepim) ++ HEADURL=branches/tdepim/enterprise/$1 ++ DESTURL=tags/tdepim/enterprise.0.20070227.637543/$1 + subname=$1 + export UNSERMAKE= + ;; @@ -64,21 +64,21 @@ Index: versions ./tag_all -# tag_all checks out the enterprise branch of kdepim into a temporary tagging directory +# tag_all checks out the enterprise branch of tdepim into a temporary tagging directory # and then allows to commit - to create the tag. # The script needs the variables SVNUSER and SVNPROTOCOL to be set. # If you used the "cache" feature with an older release, remove it first -rm -rf cache/kdepim +rm -rf cache/tdepim # Ready? OK, let's pack it: -./pack kdepim +./pack tdepim # On failure it's always possible to restart from where it stopped, e.g. with -# cd dirty ; ../dist kdepim +# cd dirty ; ../dist tdepim # if the "dist" step failed -# (and then ../taritup kdepim for the last step) +# (and then ../taritup tdepim for the last step) # But if all goes well, "pack" will have done it all. # You can find the resulting tar.bz2 in sources/, scp it somewhere. |