Changeset 924 for branches/1.1


Ignore:
Timestamp:
05/24/13 16:31:52 (11 years ago)
Author:
olahaye
Message:

[default config] Correctly set the JOBARCHIVE_RRDS in both jobarchived.conf anf web/conf.php.in

Location:
branches/1.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/Makefile

    r919 r924  
    8989        @echo "Using $(JOBARCHIVE_RRDS) as jobarchive path to  store rrds files. If it's not what"
    9090        @echo "you want, use make JOBARCHIVE_RRDS=/path/to/you/jobarchived/rrdsfiles ."
    91         @sed -i -e 's|/var/lib/jobarchive|$(JOBARCHIVE_RRDS)|g' jobarchived/jobarchived.conf web/addons/job_monarch/conf.php
     91        @sed -i -e 's|__JOBARCHIVE_RRDS__|$(JOBARCHIVE_RRDS)|g' jobarchived/jobarchived.conf web/addons/job_monarch/conf.php
    9292        @#
    9393        @# Files in SBIN_DIR
  • branches/1.1/jobarchived/jobarchived.conf

    r892 r924  
    6969# Where to store the archived rrd's
    7070#
    71 ARCHIVE_PATH                    : /usr/local/jobmonarch
     71ARCHIVE_PATH                    : __JOBARCHIVE_RRDS__
    7272
    7373# Archive's SQL dbase to use
  • branches/1.1/web/conf.php.in

    r847 r924  
    8282// Path to the job archive rrd files
    8383//
    84 $JOB_ARCHIVE_DIR = "/var/lib/jobarchive";
     84$JOB_ARCHIVE_DIR = "__JOBARCHIVE_RRDS__";
    8585
    8686// Location of the job archive (postgres) database
Note: See TracChangeset for help on using the changeset viewer.