-
Notifications
You must be signed in to change notification settings - Fork 2
/
.config.subr.example
55 lines (43 loc) · 999 Bytes
/
.config.subr.example
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
43
44
45
46
47
48
49
50
51
52
53
54
55
#
# - m.barnaba@ifad.org Wed Nov 5 16:47:58 CET 2014
#
# The mirror root
#
MIRROR_DIR=/srv/opensuse
# Which OpenSuSE versions to mirror, whitespace separated
#
VERSIONS="12.3 13.1 13.2"
# The rsync host to fetch from
#
RSYNC_HOST=rsync.opensuse.org
# rsync.opensuse.org configuration
#
RSYNC_FULL_ROOT=opensuse-full/opensuse
RSYNC_BUILDSERVICE_ROOT=buildservice-repos
RSYNC_EVERGREEN_ROOT=buildservice-repos
# ftp.gwdg.de
#
#RSYNC_FULL_ROOT=pub/opensuse
#RSYNC_BUILDSERVICE_ROOT=pub/opensuse/repositories
#RSYNC_EVERGREEN_ROOT=pub/opensuse/repositories
# The FTP host used for legacy distros
#
FTP_HOST=ftp5.gwdg.de
# This host name
#
LOCAL_HOST=packages.ifad.org
# Path to rsync binary
#
RSYNC=/usr/bin/rsync
# Path to wget binary
#
WGET=/usr/bin/wget
# Buildservice repos to mirror
#
BUILDSERVICE_REPOS="home:/vjt:/ifad network:/ha-clustering:/Stable"
# Evergreen version to fetch
#
EVERGREEN_VERSION=11.4
# Load functions library
#
source $(dirname $(realpath $0))/.functions.subr