blob: 6c6e6189ab189c75295a339b844a4f57b7e2d7b5 (
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
|
gnu_ftp_host-alpha = alpha.gnu.org
gnu_ftp_host-beta = alpha.gnu.org
gnu_ftp_host-major = ftp.gnu.org
gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
url_dir_list = \
ftp://$(gnu_rel_host)/gnu/coreutils
gpg_key_ID = B9AB9A16
local-checks-to-skip = changelog-check strftime-check patch-check \
sc_prohibit_atoi_atof sc_changelog check-AUTHORS
gnulib_dir = /gnulib
old_NEWS_hash = d41d8cd98f00b204e9800998ecf8427e -
|