Line | |
---|
1 | #
|
---|
2 | # dasscm configuration
|
---|
3 | #
|
---|
4 |
|
---|
5 | #
|
---|
6 | # TODO:
|
---|
7 | # - set unique DASSCM_REPOSITORY_NAME.
|
---|
8 | # Normally use the full qualified hostname
|
---|
9 | # - for security reasons, it is recommended
|
---|
10 | # to set DASSCM_CHECKOUT_USERNAME and DASSCM_CHECKOUT_PASSWORD
|
---|
11 | # individually (maybe host specific)
|
---|
12 | #
|
---|
13 |
|
---|
14 | #
|
---|
15 | # host specific name
|
---|
16 | # it is required, to set this unique
|
---|
17 | # normally, use the result of `hostname -f`
|
---|
18 | #
|
---|
19 | DASSCM_REPOSITORY_NAME=
|
---|
20 |
|
---|
21 | #
|
---|
22 | # local base directory
|
---|
23 | #
|
---|
24 | DASSCM_LOCAL_REPOSITORY_BASE=/var/lib/dasscm/
|
---|
25 |
|
---|
26 | #
|
---|
27 | # subversion server settings
|
---|
28 | # (dassit preconfigured, choose between internal and external)
|
---|
29 | #
|
---|
30 | #DASSCM_SVN_REPOSITORY_BASE=https://svn.dass-it.de/svn/dasscm/
|
---|
31 | #DASSCM_SVN_REPOSITORY_BASE=https://svn.dass-it/svn/internal-dasscm/
|
---|
32 | #DASSCM_CHECKOUT_USERNAME=dasscm
|
---|
33 | #DASSCM_CHECKOUT_PASSWORD=
|
---|
34 |
|
---|
35 | #
|
---|
36 | # file to store the permissions of the checked-in file
|
---|
37 | #
|
---|
38 | DASSCM_PERMISSION_FILE="/etc/permissions.d/dasscm.permission_backup"
|
---|
39 |
|
---|
40 | #
|
---|
41 | # plugin definitions
|
---|
42 | #
|
---|
43 | DASSCM_PLUGIN_TEST_RPMLIST="type rpm && test /var/lib/rpm/Packages -nt /var/lib/dasscm/plugin-results/RPMLIST"
|
---|
44 | DASSCM_PLUGIN_CMD_RPMLIST="rpm -qa --last"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.