Welcome to mirror list, hosted at ThFree Co, Russian Federation.

relman.cfg.example « shared - github.com/openwrt/buildscripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd2d669fa868358cd9b9bad493bc0a62c13f1242 (plain)
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
# This is an example configuration for the release management scripts.
# Rename the file to `relman.cfg` and adjust the values as needed.

# Common release properties
release_tag  = CC 15.05
release_name = Chaos Calmer 15.05
release_feed = http://git.openwrt.org/15.05/openwrt.git
release_url  = openwrt@downloads.openwrt.org:chaos_calmer/15.05
# release_url = https://downloads.openwrt.org/chaos_calmer/15.05
# release_url = file:///CC/sync/chaos_calmer/15.05

# Cache/build directory
cache_dir = $PWD/.cache

# SSH identity (used for rsync)
ssh_ident = $HOME/.ssh/id_rsa_openwrt_rsync

# File glob patterns (used for rsync/lftp)
pattern{sdk}  = OpenWrt-SDK-*.tar.bz2
pattern{feed} = Packages.*

# Recipient list for package update notifications
recipients_standard[0] = openwrt-devel@lists.openwrt.org
recipients_standard[1] = openwrt-users@lists.openwrt.org

# Recipient list for security critical updates
recipients_security[0] = openwrt-security-announce@lists.openwrt.org
recipients_security[1] = openwrt-devel@lists.openwrt.org
recipients_security[2] = openwrt-users@lists.openwrt.org

# Mapping of feed names to respective online source browser
commitlink{base}       = http://git.openwrt.org/?p=15.05/openwrt.git;a=commit;h=%s
commitlink{luci}       = https://github.com/openwrt/luci/commit/%s
commitlink{management} = https://github.com/openwrt-management/packages/commit/%s
commitlink{packages}   = https://github.com/openwrt/packages/commit/%s
commitlink{routing}    = https://github.com/openwrt-routing/packages/commit/%s
commitlink{telephony}  = https://github.com/openwrt/telephony/commit/%s

# SMTP settings for mail notifications
smtp{from} = example@openwrt.org
smtp{host} = mail.example.org
smtp{user} = example
smtp{pass} = secret