forked from man-group/pkglib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-org.ini
44 lines (28 loc) · 846 Bytes
/
example-org.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This is an example organisation configuration for PkgLib
[pkglib]
pypi_url = http://pypi.acme.example
jenkins_url = http://jenkins.acme.example
namespaces =
acme
platform_packages =
acme.lab
blackmesa.lab
default_platform_package = acme.lab
deploy_path = /apps/python/packages
deploy_bin = /apps/python/bin
vcs = svn
virtualenv_executable = ${VIRTUALENV_DIR}/bin/virtualenv
sphinx_theme_package = acme.sphinx
sphinx_theme = acme.sphinx.acme_theme
installer_search_path =
/lib/python/eggs/release
/lib/python/eggs/unstable
graph_easy = /usr/local/share/graph_easy
test_egg_namespace = acmetests
test_linter_package = flake8
test_linter = flake8
[testing]
java_executable = ${JAVA_HOME}/bin/java
jenkins_war = /var/lib/jenkins/jenkins.war
mongo_bin = /usr/sbin
redis_executable = /usr/sbin/redis-server