[Reproducible-commits] [blog] 01/01: explain its basically just git push
Holger Levsen
holger at layer-acht.org
Wed Apr 13 23:55:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository blog.
commit 898d287208a1fc5b621fe8a2e5104c0c8b588de5
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Apr 14 01:55:09 2016 +0200
explain its basically just git push
---
README | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/README b/README
index 9d38bba..5e88536 100644
--- a/README
+++ b/README
@@ -11,10 +11,12 @@ credits the many people who help towards our goals.
Basically what need's to be done each week is:
- do the 9 steps with tool support to create the basic template.mdwn for this
week
-- copy this template.mdwn to drafts/$NR.mdwn and ask for review and help on IRC.
+- copy this template.mdwn to drafts/$NR.mdwn in git and ask for review and
+ help on IRC.
+- publishing is simply done via git push.
- polish drafts/$NR.mdwn until it's good.
- git mv drafts/$NR.mdwn posts/
-- publish.
+- publish the final as the drafts, with git push.
About each of these steps in a bit more detail:
@@ -43,17 +45,18 @@ Read that README and follow those steps as described there.
Turning the template into a draft and finishing it
--------------------------------------------------
-Copy this template.mdwn to drafts/$NR.mdwn and ask for review and help on IRC.
+Copy this template.mdwn to drafts/$NR.mdwn in git, commit and push, which will
+immediatly publish the draft. Then ask for review and help on IRC.
-Unpublished drafts are available for easy review at at
+Unfinished drafts are available for easy review at
https://reproducible.alioth.debian.org/blog/drafts/
Then polish drafts/$NR.mdwn until it's good.
-Then git mv drafts/$NR.mdwn posts/ ; git commit ; git push.
-Then publish. This is not automated yet and needs to be done by h01ger
-manually. Which also means that publishing the draft doesn't work except
-when h01ger does this manually.
+Then just git mv drafts/$NR.mdwn posts/ ; git commit ; git push.
+
+Voila. Once it's in posts/ and has been pushed it will automatically show up
+on http://planet.debian.org - yay!
This README is work in progress and will be written as we limp along and get going.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git
More information about the Reproducible-commits
mailing list