summaryrefslogtreecommitdiff
path: root/bugfix.txt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-01 17:27:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-10-01 17:27:31 +0200
commit017756f494ec95fc22bd3f43ef03e53834105674 (patch)
treed34b349c523129547825863ade98430b47bdc413 /bugfix.txt
parentb80502d210428de4471cc8a642dcd19aaa60ef26 (diff)
0.4.0 release updates0.4.0
Diffstat (limited to 'bugfix.txt')
-rw-r--r--bugfix.txt50
1 files changed, 0 insertions, 50 deletions
diff --git a/bugfix.txt b/bugfix.txt
deleted file mode 100644
index db67c84..0000000
--- a/bugfix.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-
-- See if makes sense to cherry-pick other fixes/changes
-
-- Update NEWS
-
-- Update version in vesion, manifest, build/bootstrap.build, version.hxx
-
-- Regenerate odb.sh, cli.sh
-
-- b 'dist(<proj>-default/)'
-
- sha256sum -b ...
- copy to build-0.X, cppget.org/.../queue
-
-- Regenerate queue using current release toolchain
-
- cd cppget.org
- ./update -t ../etc1/install/0.X.0 repository/1/queue/
-
- ./test -t ../etc1/install/0.X.0 -c cxx \
- -c config.cxx.loptions=-L/usr/local/lib \
- -c config.cxx.poptions="-I/usr/include/apache2 -I/usr/include/apr-1.0" \
- repository/1/queue/
-
-- Stage queue
-
- etc/stage
-
-- Perform any additional tests on queue (depending on the project)
-
-- Move packages from queue to alpha, regenerate repositories.
-
- cd cppget.org
- ./update -t ../etc1/install/0.X.0 repository/1/
-
-- Publish to production (build2.org/cppget.org).
-
- etc/publish 0.X
-
-- Might need to rebuild a copy of the toolchain (see release.txt)
-
-- Commit, tag, and push project
-
- git tag -a X.Y.Z -m "Tag version X.Y.Z"
-
-- Commit and push cppget.org
-
-- Write and send announcements, remember to include checksum.
-
-- Checkout master, regenerate odb.sh, cli.sh