X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=nokia-lintian%2Freporting%2Fcheckout-release;fp=nokia-lintian%2Freporting%2Fcheckout-release;h=0000000000000000000000000000000000000000;hb=bf47c4c43f1f5f4986e85b74fc82b32048aeb846;hp=ea49d54e5f34203a839899e10e4244c116af2436;hpb=19fdce4b743853cee27edb892096cf64295c2874;p=maemian diff --git a/nokia-lintian/reporting/checkout-release b/nokia-lintian/reporting/checkout-release deleted file mode 100755 index ea49d54..0000000 --- a/nokia-lintian/reporting/checkout-release +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# Copyright 2008 Frank Lichtenheld , if at all copyrightable - -# Helper script for updating lintian.debian.org to the latest lintian release -# Call with the release number as only argument, e.g. -# $ cd /org/lintian.debian.org && ./root/reporting/checkout-release 1.25.0 - -set -e - -if [ $# -ne 1 ]; then - echo "Usage: checkout-release " - exit 2 -fi - -release=$1 - -set -x - -svn co http://svn.wolffelaar.nl/lintian/releases/$release lintian-$release - -sed -i "s//$release/" lintian-$release/frontend/lintian - -(cd lintian-$release/doc && LANG=C debiandoc2html lintian.sgml) - -rm root && ln -s lintian-$release root -