Changeset 924 for branches/1.1/Makefile


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.