Revision 99d39120 ci/ci_wheezy.conf

b/ci/ci_wheezy.conf
5 5
apt_repo =
6 6
    deb http://apt.dev.grnet.gr wheezy/
7 7
    deb http://packages.x2go.org/debian wheezy main
8

  
8 9
# Synnefo git repo.
9 10
# If not set, snf-ci will copy and use the local repo.
10 11
synnefo_repo = https://code.grnet.gr/git/synnefo
11 12
# Git branch to test (specify sha1 or branch name). If not set, the
12 13
# branch/sha will result from the current repository.
13 14
synnefo_branch =
15

  
16
# pithos-web-client git repo
17
pithos_webclient_repo = https://code.grnet.gr/git/pithos-web-client
18
# Git branch to use for pithos-web-client
19
# If not set, snf-ci will decide which one to use
20
pithos_webclient_branch =
21

  
14 22
# Defines the schema that snf-deploy will use
15 23
schema = one_node_wheezy
16 24
# Local dir to save builded packages
17 25
pkgs_dir = /tmp/synnefo_pkgs
18 26
# If True patch the pydist.py module (see Debian bug #657665)
19 27
patch_pydist = False
28

  
20 29
# Configuration of git (on remote server)
21 30
git_config_name = Buildbot
22 31
git_config_mail = synnefo@builder.dev.grnet.gr
32

  
23 33
# Network address from which we allow access to server.
24 34
# If not set, access to server is not restricted.
25 35
accept_ssh_from =

Also available in: Unified diff