texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/texi2html/test manage_test_archives.sh ...


From: Patrice Dumas
Subject: texinfo/texi2html/test manage_test_archives.sh ...
Date: Mon, 30 Jul 2012 20:20:08 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/07/30 20:20:08

Modified files:
        texi2html/test : manage_test_archives.sh 
        texi2html/test/manuals: tests-parser.txt tests.txt 

Log message:
        Minor improvements.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/manage_test_archives.sh?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/manuals/tests-parser.txt?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/manuals/tests.txt?cvsroot=texinfo&r1=1.17&r2=1.18

Patches:
Index: manage_test_archives.sh
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/manage_test_archives.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- manage_test_archives.sh     29 Jul 2012 09:27:05 -0000      1.3
+++ manage_test_archives.sh     30 Jul 2012 20:20:08 -0000      1.4
@@ -43,7 +43,7 @@
   wget -N -r -np -A '*.tar.gz*' http://$download_dir/ || exit 1
   for file in $texi2html_tests_name $tp_tests_name; do
     if [ -f  $download_dir/$file.tar.gz ]; then
-      cp -a $download_dir/$file.tar.gz .
+      cp -a $download_dir/$file.tar.gz ..
     fi
   done
 elif [ $command = 'clean' ]; then
@@ -53,19 +53,19 @@
   (
   cd ..
   for file in $texi2html_tests_name $tp_tests_name; do
-    if [ -f test/$file.tar.gz ]; then
-      tar x -z -f test/$file.tar.gz
+    if [ -f $file.tar.gz ]; then
+      tar x -z -f $file.tar.gz
     fi
   done
   #tar x -z -f test/$manuals.tar.gz
   )
 elif [ $command = 'upload' ]; then
-  mkdir -p upload
+  mkdir -p ../upload
   #cp -a $texi2html_tests_name.tar.gz upload
   #gpg -b --use-agent upload/$texi2html_tests_name.tar.gz
-  cp -a $tp_tests_name.tar.gz upload
-  gpg -b --use-agent upload/$tp_tests_name.tar.gz
-  rsync -a --delete -essh upload/ address@hidden:/releases/texinfo/
+  cp -a $tp_tests_name.tar.gz ../upload
+  gpg -b --use-agent ../upload/$tp_tests_name.tar.gz
+  rsync -a -essh ../upload/ address@hidden:/releases/texinfo/
 else
   echo "Unknown command (pack/packt2h/unpack/get/clean/upload)"
   exit 1

Index: manuals/tests-parser.txt
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/manuals/tests-parser.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- manuals/tests-parser.txt    28 Jul 2012 23:47:40 -0000      1.2
+++ manuals/tests-parser.txt    30 Jul 2012 20:20:08 -0000      1.3
@@ -4,7 +4,7 @@
 texi mini_ker.texi
 texi hello.texi
 hello hello.texi
-hello_nodes hello.texi --split node --node-files hello.texi
+hello_nodes hello.texi --split node --node-files
 info-stnd info-stnd.texi --split chapter --node-files 
 texinfo texinfo.texi --split chapter --ifinfo 
address@hidden@internal_links_texinfo.txt
 # FIXME /dev/null not portable

Index: manuals/tests.txt
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/manuals/tests.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- manuals/tests.txt   9 Apr 2011 00:10:47 -0000       1.17
+++ manuals/tests.txt   30 Jul 2012 20:20:08 -0000      1.18
@@ -4,7 +4,7 @@
 texi mini_ker.texi
 texi hello.texi
 hello hello.texi
-hello_nodes hello.texi --split node --node-files hello.texi
+hello_nodes hello.texi --split node --node-files
 info-stnd info-stnd.texi --split chapter --node-files 
 texinfo texinfo.texi --split chapter --ifinfo --set-init-var 'IDX_SUMMARY 1' 
address@hidden@internal_links_texinfo.txt
 # FIXME /dev/null not portable



reply via email to

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