[Xfce4-commits] <midori:master> tools/release: list changes, LP release, update FAQ

Christian Dywan noreply at xfce.org
Tue Feb 26 20:14:05 CET 2013


Updating branch refs/heads/master
         to 831a908964ab840678eeb1bb7a9a9142e43806c9 (commit)
       from e41d7af3f8cfcab1e3a5df210ebb4ee80380b777 (commit)

commit 831a908964ab840678eeb1bb7a9a9142e43806c9
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Feb 26 20:10:36 2013 +0100

    tools/release: list changes, LP release, update FAQ

 tools/release |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/tools/release b/tools/release
new file mode 100755
index 0000000..286dc40
--- /dev/null
+++ b/tools/release
@@ -0,0 +1,20 @@
+#! /bin/sh
+
+# Copyright (C) 2013 Christian Dywan <christian at twotoasts.de>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# See the file COPYING for the full license text.
+
+curl http://wiki.xfce.org/_export/xhtml/midori/faq | \
+    sed 's at This is a list of frequently asked questions at This is <a href="http://wiki.xfce.org/midori/faq">a snapshot of the online FAQ</a>@g' | \
+    sed 's@<link rel="style.*>@<link rel="stylesheet" href="faq.css" />@g' > data/faq.html
+git log --pretty=format:%s $(git describe --abbrev=0)..HEAD | grep -v l10n
+if [ -n $(which bugreleaser 1>/dev/null) ]; then
+    bugreleaser midori
+else
+    bzr branch lp:~mgiuca/+junk/launchpad-tools
+fi


More information about the Xfce4-commits mailing list