[Debbits-commit] [SCM] Git repository for debbits branch, master, updated. 55536f250167bac2f3436e1bd7e041c53d0d80ec

Ana Beatriz Guerrero ?==?UTF-8?Q?López ana at ekaia.org
Sun Mar 24 19:19:41 UTC 2013


The following commit has been merged in the master branch:
commit 55536f250167bac2f3436e1bd7e041c53d0d80ec
Author: Ana Beatriz Guerrero López <ana at ekaia.org>
Date:   Sun Mar 24 20:20:42 2013 +0100

    Update README, add list of software needed and instructions to generate the
    blog in master

diff --git a/README b/README
index 2d16103..778d04d 100644
--- a/README
+++ b/README
@@ -12,3 +12,43 @@ content/        contains the source for the contents
 content/pages/  contains the static pages
 content/2013/   contains the blog posts for 2013
 output/         should be always empty, it is for generate the blog locally
+
+Software
+--------
+This blog is powered by pelican that isn't yet packaged in Debian. If you
+want to build the blog, you will need to install the following packages
+in Wheezy:
+# apt-get install python-unidecode python-jinja2 python-pygments python-docutils  \
+  python-markdown  python-tz python-typogrify python-six
+
+And then install locally:
+ * feedgenerator (ITP #702229)
+ * blinker (ITP #702231)
+ * pelican (ITP #702222)
+
+Make sure you add the installation path to your PYTHONPATH or the pelican
+binary will fail!
+
+
+Updating the blog in master.d.o
+-------------------------------
+
+This is only valid for people in the debbits group.
+
+1. Log in master.debian.org and get a copy of the debbits repository or
+update your current copy:
+
+$ git clone git://anonscm.debian.org/debbits/debbits.git
+
+2. Execute:
+
+$ cd debbits
+$ make mhtml
+
+This will remove all the files at /srv/bits-master.debian.org/htdocs and will
+regenerate a new copy of the website
+
+3. Propagate this change to all the hosts:
+
+$ /usr/local/bin/static-update-component bits.debian.org
+

-- 
Git repository for debbits



More information about the Debbits-commit mailing list