summaryrefslogtreecommitdiff
path: root/doc/releasing.txt
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-03 21:35:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-03 22:32:31 +0200
commitc1732322a1e370a7ca92335718c4703fa325ae77 (patch)
treeb659b36519c6566ded795c68414bcb6064da4b74 /doc/releasing.txt
parentc759dcbb5b8ff45c0d2da5eaab1e7d3a57c47061 (diff)
downloadinstallation-guide-c1732322a1e370a7ca92335718c4703fa325ae77.zip
Update some docs to git workflow
Diffstat (limited to 'doc/releasing.txt')
-rw-r--r--doc/releasing.txt17
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/releasing.txt b/doc/releasing.txt
index 282af8608..03a8d61fe 100644
--- a/doc/releasing.txt
+++ b/doc/releasing.txt
@@ -2,7 +2,7 @@ This document briefly describes how to make a installation-guide release.
- First make sure to be up to date
- svn up
+ git pull
- Set the release date
@@ -12,17 +12,10 @@ This document briefly describes how to make a installation-guide release.
- Commit that
- svn commit
+ git commit
- and remember the commit number (say, 12345)
+- Build (use a machine with a lot of cores to make this fast)
-- Prepare a bare tree
-
- svn export $PWD /tmp/manual-build
-
-- Build from it (use a machine with a lot of cores to make this fast)
-
- cd /tmp/manual-build
pdebuild
- Compare against a previous version to make sure we didn't mess it up
@@ -34,4 +27,6 @@ This document briefly describes how to make a installation-guide release.
- When ACCEPTed, Tag the commit:
- svn cp svn+ssh://svn.debian.org/svn/d-i/trunk/manual@12345 svn+ssh://svn.debian.org/svn/d-i/tags/manual/2017XXXX
+ git tag 2017XXXX
+ git push
+ git push --tags