m4-patches
[Top][All Lists]
Advanced

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

FYI: synch func_update_po with CVS GNU tar [m4--devo--1.0--patch-25]


From: Gary V. Vaughan
Subject: FYI: synch func_update_po with CVS GNU tar [m4--devo--1.0--patch-25]
Date: Mon, 5 Dec 2005 15:09:13 +0000 (GMT)
User-agent: mailnotify/0.7

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/m4--devo--1.0--patch-24 to compare with
  * comparing to address@hidden/m4--devo--1.0--patch-24
  M  bootstrap
  M  ChangeLog
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * bootstrap (func_update_po): Synch with CVS GNU tar.  wget 1.9.x
        and 1.10.x support --cache=off, so $WGETFLAGS are not necessary.
        Reported by Eric Blake <address@hidden>
  
  --- orig/bootstrap
  +++ mod/bootstrap
  @@ -57,11 +57,6 @@
   
   TP_URL="http://www.iro.umontreal.ca/translation/maint/m4/";
   
  -WGETFLAGS="--no-cache"
  -case `wget $WGETFLAGS 2>&1` in
  -  *"unrecognized option \`--no-cache'"*) WGETFLAGS="--cache=off" ;;
  -esac
  -
   func_update_po ()
   {
       if test $# = 1; then
  @@ -70,12 +65,12 @@
        *)     POFILE=$1.po ;;
         esac
         func_echo "getting translation for $1..."
  -      $WGET -r $WGETFLAGS $TP_URL/$POFILE
  +      $WGET -r --cache=off $TP_URL/$POFILE
       else
         func_echo "getting translations into po..."
         (cd po &&
          rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
  -         $WGET -nv -nd -r -l 1 -A .po $WGETFLAGS $TP_URL &&
  +         $WGET -nv -nd -r -l 1 -A .po --cache=off $TP_URL &&
         rm -f index.html index.html.[0-9]*
          ls *.po | sed 's/\.po$//' > LINGUAS
         ) || exit
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 1.0
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDlFgXFRMICSmD1gYRAqwjAKC16oxpXH+gzH75biqPrPhDnyX6YACgtnHr
7WHJ8S1cJz9tSLxKyHSmaS4=
=XUXB
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]