From d70ce47c224b328c429a5f2406e5e793b009541d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:44 -0600 Subject: Additional kde to tde renaming --- release_howto | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'release_howto') diff --git a/release_howto b/release_howto index c4bbcb456..49b847b06 100644 --- a/release_howto +++ b/release_howto @@ -3,7 +3,7 @@ David Faure , 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 , 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. -- cgit v1.2.1