]> git.sur5r.net Git - bacula/bacula/blob - bacula/release/README
Update makeall and add README to release directory
[bacula/bacula] / bacula / release / README
1
2 This directory contains the scripts that we use to create a new
3 set of release files.
4
5 In general, you do the following:
6
7 1. Copy the entire contents of this directory out of the 
8    Bacula source tree (this may not be required, but is cleaner).
9
10 2. Edit the makeall file, and update the following enviroment variables
11    to point to the correct directories on your system.  They should
12    point to directories that contain git repos:
13
14    bacula
15    docs
16    rescu
17
18 3. Ensure that the environment variable "version" is set correctly 
19    (yes, this could be automatically pulled from $bacula).
20
21 4. Run the makeall script.  There should be no errors.  If 
22    there are, fix them, and re-run the script or re-run the scripts
23    that makeall calls:
24
25    makeclean
26    makebacularel ...
27    makedocsrel ...
28    makerescuerel ...
29    makewinrel ...
30
31 5. All the output files should be put in this directory.
32
33 6. Before releasing, detar the main Bacula source into some
34    directory and run all the regression tests using the files
35    in the bacula-xx.xx.xx.tar.gz file.  This ensures that there
36    are no missing files.          
37
38 7. Also before releasing, run at least one backup using the 
39    Win32 and/or Win64 file daemon.