diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-21 17:01:54 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-21 17:01:54 +0200 |
commit | 146e152a15c4f8e2535fd09089a5d5cd50e615ac (patch) | |
tree | 19ea62f6a4b9c81a629442c4fcaecb00972f36ee /scripts | |
parent | Rekonq 0.2.0 (diff) | |
download | rekonq-146e152a15c4f8e2535fd09089a5d5cd50e615ac.tar.xz |
Upgraded RELEASE file
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/RELEASE_HOWTO | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/scripts/RELEASE_HOWTO b/scripts/RELEASE_HOWTO index 0e545234..e59935e3 100644 --- a/scripts/RELEASE_HOWTO +++ b/scripts/RELEASE_HOWTO @@ -18,7 +18,12 @@ SECTION 1: Preparation FIXME SECTION 2: Creating and Testing the Tarball -* Run the release.rb script; OR Follow the guide lines in appendix A +* Run the "release_script.sh" + VERSION=qualcosina + git tag -s $VERSION + git archive --prefix=rekonq-$VERSION/ $VERSION | bzip2 > releases/rekonq-$VERSION.tar.bz2 + git archive --prefix=rekonq-$VERSION/ $VERSION | gzip > releases/rekonq-$VERSION.tar.gz + * Test the following: $ ./configure && make @@ -54,22 +59,6 @@ Section 4: The Release Day -------------------------------------------------------------------------------- - -APPENDIX A (TODO remove this) - -This is what the release_amarok script does: - -1. Checkout a fresh copy of amarok, its docs and po; cd into the root -2. Update APP_VERSION in amarok/src/amarok.h -3. $ `find -name .svn -exec rm {} \;` -4. $ export WANT_AUTOMAKE=1.6 -5. $ make -f Makefile.cvs -6. $ rm -rf autom4te.cache config.h config.log -7. $ pushd amarok; mv README TODO INSTALL ChangeLog AUTHORS COPYING amarok.lsm ..; popd -8. $ mv ../multimedia ../amarok-VERSION -9. $ tar cjf ../amarok-VERSION.tar.bz2 ../amarok-VERSION - - APPENDIX B (TODO create an analogue script) To create a changelog in html format for updating the various articles and websites, run generate_changelog.rb. |