/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerheadd

  • Committer: Colin Watson
  • Date: 2019-09-19 08:10:36 UTC
  • mfrom: (491.2.62 breezy)
  • Revision ID: cjwatson@canonical.com-20190919081036-q1symc2h2iedtlh3
[r=cjwatson] Switch loggerhead over to using the Breezy rather than Bazaar APIs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    SUDO="sudo -H -u $LHUSER"
23
23
fi
24
24
 
25
 
# If serve-branches is not in your path, you will need to specify the full path:
26
 
SERVE_BRANCHES_CMD=serve-branches
 
25
# If loggerhead-serve is not in your path, you will need to specify the full path:
 
26
SERVE_BRANCHES_CMD=loggerhead-serve
27
27
 
28
28
LOG_FOLDER=/var/log/loggerhead
29
29
LOG_FILE=$LOG_FOLDER/loggerheadd.log
33
33
#please specify the base directory to serve:
34
34
BZRROOT=/bzrroot
35
35
 
36
 
# You can add additional options to serve-branches here:
 
36
# You can add additional options to loggerhead-serve here:
37
37
START_CMD="$SERVE_BRANCHES_CMD --prefix=$URL_PREFIX --log-folder=$LOG_FOLDER --port=$PORT $BZRROOT"
38
38
 
39
39