build: update
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 13:55:05 +0000 (15:55 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 13:55:05 +0000 (15:55 +0200)
bin/build

index 6ffa564..3a26d85 100755 (executable)
--- a/bin/build
+++ b/bin/build
@@ -31,8 +31,8 @@ function QUIT
 function run
 {
   QUIT
-  #mockrun fedora-17-x86_64     "cd $PWD; "'export PATH="$HOME/bin:$PATH"; '"$*"
-  mockrun fedora-rawhide-x86_64 "cd $PWD; "'export PATH="$HOME/bin:$PATH"; '"$*"
+  mockrun fedora-19-x86_64     "cd $PWD; "'export PATH="$HOME/bin:$PATH"; '"$*"
+  #mockrun fedora-rawhide-x86_64 "cd $PWD; "'export PATH="$HOME/bin:$PATH"; '"$*"
 }
 
 function hammock
@@ -57,7 +57,7 @@ for i in gdb binutils;do
     rmdir $new
   fi
   cd $HOME/redhat/$i-cvs-master
-  cvs update -A
+  cvs update # -A is expensive with new sourceware.org
   cd ..
   rm -rf $i-cvs-clean
   cp -a $i-cvs-master $i-cvs-clean
@@ -88,7 +88,7 @@ git pull
 #      cd $HOME/redhat/gdb-master$i
 #      git pull
 #done
-for i in "" 74 73 72 -nopython;do
+for i in "" 76 -nopython;do # 75 74 73 72
 #      cd $HOME/redhat/gdb-master$i
 #      git pull
 
@@ -148,7 +148,7 @@ mkdir $HOME/redhat/glibc-build
  run make install
  )
 
-for d in rawhide f17 f16 f15;do
+for d in rawhide f19 f18 f17;do
        hammock -c fedoragdb -i $I-fedoragdb-$d -d $d
 done
 ### hammock -c fedoragdb -d rawhide --cd f12! -i $I-fedoragdb-f12-on-rawhide
@@ -161,7 +161,7 @@ for i in \
        binutilscvs                             \
        archer-jankratochvil-vla                \
 ; do
-       #hammock -c $i -i $I-$i-f17 -d f17
+       #hammock -c $i -i $I-$i-f19 -d f19
        hammock -c $i -i $I-$i-rawhide -d rawhide
 done
 #      archer-tromey-threaded-dwarf            \
@@ -170,7 +170,7 @@ done
 #      archer-jankratochvil-ifunc              \
 #      archer-jankratochvil-watchpoint3        \
 
-for d in rawhide f17 f16 f15 epel6 epel5;do
+for d in rawhide f19 f18 f17 epel6 epel5;do
        hammock -c gdbcvs -i $I-gdbcvs-$d -d $d
 done
 
@@ -200,17 +200,17 @@ hammock -c gdbcvs -i $I-gdbcvs-nomcheck-rawhide -d rawhide --options "--nomcheck
 ### done
 ### done
 
-cd $HOME/redhat/linux-2.6
-git fetch --all
-git pull
-ctags
+#cd $HOME/redhat/linux-2.6
+#git fetch --all
+#git pull
+#ctags
 
 cd $HOME/redhat/gccgit
 git pull
 ctags
 (cd gcc;ctags)
 
-for gcc in gcchead gcc47 gcc46 gcc45;do
+for gcc in gcchead gcc48;do # gcc47 gcc46 - texinfo errors
 (
 set -e
 cd $HOME/redhat/${gcc}
@@ -238,9 +238,9 @@ cd
 )
 done
 
-hammock -c gdbcvs -i $I-gdbcvs-gcc47-rawhide           -d rawhide -a x86_64 --path ~/redhat/gcc47-root/bin
-hammock -c gdbcvs -i $I-gdbcvs-gcchead-rawhide         -d rawhide -a x86_64 --path ~/redhat/gcchead-root/bin
-hammock -c gdbcvs -i $I-gdbcvs-dwarf41-gcchead-rawhide -d rawhide -a x86_64 --path ~/redhat/gcchead-root/bin --dwarf=41
+hammock -c gdbcvs -i $I-gdbcvs-gcc48-rawhide           -d rawhide -a x86_64 --prefixpath ~/redhat/gcc48-root
+hammock -c gdbcvs -i $I-gdbcvs-gcchead-rawhide         -d rawhide -a x86_64 --prefixpath ~/redhat/gcchead-root
+hammock -c gdbcvs -i $I-gdbcvs-dwarf41-gcchead-rawhide -d rawhide -a x86_64 --prefixpath ~/redhat/gcchead-root --dwarf=41
 
 #hammock -c gdbcvs -i $I-gdbcvs-valgrind-rawhide -d rawhide --valgrind