Changes between Version 16 and Version 17 of Download/SCDB


Ignore:
Timestamp:
Oct 16, 2006, 5:51:03 PM (19 years ago)
Author:
Yannick Patois
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v16 v17  
    4141# Fetch the quattor specific post-commit hook
    4242wget  --no-check-certificate "https://trac.lal.in2p3.fr/Quattor/browser/trunk/src/hooks/post-commit?format=raw" -O /var/svn/quattor/hooks/post-commit
     43# Quattor deployment scripts (used by post-commit svn hook)
     44mkdir -p /root/quattor/scripts
     45wget  --no-check-certificate "https://trac.lal.in2p3.fr/Quattor/browser/trunk/src/hooks/build-tag.pl?format=raw" -O /root/quattor/scripts/build-tag.pl
     46
    4347}}}
    4448
    4549The {{{post-commit}}} file have to be edited. In particular, check for:
    46 {{{QUATTORSRV}}}, {{{DEPLOYSCRIPT}}}, {{{SSH}}} and {{{NOTIFY}}} variables (everything should be self-explaining). ''Note to Michel: toutes les variables à modifier devraient être groupées au début du fichier.''
     50{{{QUATTORSRV}}}, {{{DEPLOYSCRIPT}}}, {{{MAILER/SVNLOOK/SSH}}} and {{{NOTIFY}}} variables (everything should be self-explaining). ''Note to Michel: toutes les variables à modifier devraient être groupées au début du fichier.''
     51One should also edit {{{build-tag.pl}}} file, look for {{{JAVA_HOME}}}, {{{$repo}}} and {{{$cache}}}.
    4752
    4853== DHCP and TFTPD installation ==