From a588885b107ba1473e88d2e98a557fcf86f53cef Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 25 Jun 2010 23:38:01 +0000 Subject: Generalize the packge building scripts to be able to be run on more than one 'head' node, rather than just pointyhat itself. Constants are factored out into installation-specific files known as portbuild/conf/server.conf and portbuild/conf/client.conf. There is only one server.conf file. Individual directories may have their own client.conf files, or may symlink to ../conf/client.conf. Note the change of the misnomer filename 'cvsdone' to '.updated'. Feature safe: yes --- Tools/portbuild/scripts/processlogs2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tools') diff --git a/Tools/portbuild/scripts/processlogs2 b/Tools/portbuild/scripts/processlogs2 index 8676b353b0f0..8296003d6711 100755 --- a/Tools/portbuild/scripts/processlogs2 +++ b/Tools/portbuild/scripts/processlogs2 @@ -17,8 +17,8 @@ if [ $(echo $(cat .tmp | wc -l)) = 0 ]; then else set $(cat .tmp) num=$# - if [ -s cvsdone ]; then - echo "(cvs update finished at: $(cat cvsdone))
" >> $of + if [ -s .updated ]; then + echo "(ports update finished at: $(cat .updated))
" >> $of fi echo "(timestamp of newest log: $(ls -rtTl | grep '\.log$' | tail -1 | awk '{printf("%s %s %s %s\n",$6,$7,$8,$9)}'))

" >> $of echo "" >>$of -- cgit v1.2.3