Bacula-users

[Bacula-users] Running nightly regression scripts

2009-08-04 10:49:56
Subject: [Bacula-users] Running nightly regression scripts
From: Kern Sibbald <kern AT sibbald DOT com>
To: "bacula-beta" <bacula-beta AT lists.sourceforge DOT net>
Date: Tue, 4 Aug 2009 16:45:22 +0200
Hello, 

If you are currently running nightly regression scripts for Bacula, I thank 
you very much because your test results help us find subtle OS dependent 
bugs.

Due to the change from SVN to git, you will need to make some minor 
modifications to get the regression scripts running again.  (Thanks to Frank 
Sweetser for making the svn to git regress patch).

First ensure that git is installed on your machine.

If you currently have the following directory structure for running the 
regression scripts:

xxxx
xxxx/bacula
xxxx/regress

Then please copy "xxxx/regress/config" to some temporary location,

e.g.

cp xxxx/regress/config /tmp/config

then do the following, which will delete and replace your xxxx directory by 
the git version.

rm -rf xxxx
git clone git://bacula.git.sourceforge.net/gitroot/bacula xxxx
cp /tmp/config xxxx/regress/config

where in each case, replace xxxx by the full path to directory containing 
bacula and regress.

Once you have done the above, the regression scripts can be run exactly as 
they were before.  In fact, if you have a cron job that does it, it should 
continue to work as before.

Thanks for testing and sorry for the inconvenience.

Best regards,

Kern


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Running nightly regression scripts, Kern Sibbald <=