-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.kres.yaml
More file actions
100 lines (100 loc) · 3.14 KB
/
Copy path.kres.yaml
File metadata and controls
100 lines (100 loc) · 3.14 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
kind: pkgfile.Build
spec:
targets:
- tools
- llvm
- tools-curl
- tools-dtc
- tools-elfutils
- tools-gcc-runtime
- tools-gmp
- tools-gnutls
- tools-libbpf
- tools-libffi
- tools-libtasn1
- tools-libunistring
- tools-musl-fts
- tools-musl-obstack
- tools-nettle
- tools-ca-certificates
- tools-cpio
- tools-kmod
- tools-libcap
- tools-libselinux
- tools-libsepol
- tools-openssl
- tools-pcre2
- tools-squashfs-tools
- tools-tar
- tools-util-linux
- tools-xz
- tools-zlib-ng
- tools-zstd
reproducibleTargetName: reproducibility
extraBuildArgs:
- GNU_MIRROR_URL
makefile:
extraVariables:
- name: GNU_MIRROR_URL
defaultValue: https://mirrors.kernel.org
---
kind: common.Renovate
spec:
packageRules:
- matchPackageNames:
- golang/go
- mirror/ncurses
- PCRE2Project/pcre2
- plougher/squashfs-tools
- SELinuxProject/selinux
- pkgconf/pkgconf
- git://git.savannah.gnu.org/make.git
- git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
- git://git.savannah.gnu.org/automake.git
- git://git.savannah.gnu.org/bison.git
- git://git.savannah.gnu.org/coreutils.git
- git://git.savannah.gnu.org/diffutils.git
- git://sourceware.org/git/elfutils.git
- git://git.savannah.gnu.org/gettext.git
- git://git.savannah.gnu.org/gperf.git
- git://git.savannah.gnu.org/grep.git
- git://git.savannah.gnu.org/gzip.git
- git://git.kernel.org/pub/scm/devel/pahole/pahole.git
- git://git.savannah.gnu.org/patch.git
- git://git.savannah.gnu.org/sed.git
- git://git.savannah.gnu.org/texinfo.git
- git://git.kernel.org/pub/scm/libs/libcap/libcap.git
- git://git.savannah.gnu.org/autoconf.git
- git://git.savannah.gnu.org/bash.git
- https://gitlab.kitware.com/cmake/cmake.git
- git://git.savannah.gnu.org/libunistring.git
versioning: 'regex:^(?<major>\d+)\.(?<minor>\d+)\.?(?<patch>\d+)?$'
- matchPackageNames:
- git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
- gentoo/gpep517
versioning: 'regex:^(?<major>\d+)\.?(?<minor>\d+)?\.?(?<patch>\d+)?$'
- matchPackageNames:
- curl/curl
- libexpat/libexpat
- file/file
- thom311/libnl
- git://git.savannah.gnu.org/cpio.git
- git://git.savannah.gnu.org/tar.git
versioning: 'regex:^(?<major>\d+)_(?<minor>\d+)_?(?<patch>\d+)?$'
- matchPackageNames:
- Perl/perl5
versioning: 'regex:^(?<major>\d+)\.(?<minor>\d[02468]+)\.(?<patch>\d+)$'
- matchPackageNames:
- https://salsa.debian.org/clint/fakeroot.git
versioning: 'regex:^(?<major>\d+)\.(?<minor>\d+)\.?(?<patch>\d+)?\.?(?<build>\d+)?$'
customDatasources:
bc:
defaultRegistryUrlTemplate: https://ftp.gnu.org/gnu/bc/
format: html
gmp:
defaultRegistryUrlTemplate: https://ftp.gnu.org/gnu/gmp/
format: html
ca-certificates:
defaultRegistryUrlTemplate: https://curl.se/docs/caextract.html
format: html