[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: wheezy release notes



Hi,

On 21/07/2012 10:49, Julien Cristau wrote:
> "[...] adapt the build
> script", but he can't get to it before next week.

The attached tiny patch should do the trick, but I can't test it right
now, and may not be able to fix it if something goes wrong before next
week, so thanks in advance for reviewing and committing.

Cheers

David

From 5b2472a148dad6dcf41d59111da350d5436b4c97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taffit@debian.org>
Date: Sat, 21 Jul 2012 11:34:18 -0600
Subject: [PATCH] Build Wheezy's release notes

---
 parts/7release-notes |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parts/7release-notes b/parts/7release-notes
index 2f7080b..bb508da 100755
--- a/parts/7release-notes
+++ b/parts/7release-notes
@@ -15,12 +15,12 @@ date > $notesdir/build.log
 # is needed just add it here
 #
 # Add the release name once released/branched out of trunk
-for release in squeeze ; do
+for release in squeeze wheezy ; do
     echo "rebuilding the release notes for $release" >> $notesdir/build.log
     if ! [ -d "$notesdir/$release" ] ; then
         echo "directory $notesdir/$release does not exist. checking out SVN" >> $notesdir/build.log
         cd $notesdir
-        if [ "$release" = "squeeze" ]; then
+        if [ "$release" = "wheezy" ]; then
             svn checkout svn://svn.debian.org/svn/ddp/manuals/trunk/release-notes $release >> $notesdir/build.log 2>&1
         else
             svn checkout svn://svn.debian.org/svn/ddp/manuals/tags/release-notes/$release >> $notesdir/build.log 2>&1
-- 
1.7.2.5

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: