Lokesh Mandvekar
6150164bf0
tests package requires openssl
...
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-03 14:11:46 -04:00
RH Container Bot
7e0510a0e8
buildah-1.16.0-0.2.dev.gitfce9668
...
- autobuilt fce9668
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-09-03 17:12:05 +00:00
Lokesh Mandvekar
2c41b27132
32bit building fixed upstream
...
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-03 12:39:17 -04:00
Lokesh Mandvekar
293c1c8152
fix build issues
...
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-03 09:54:21 -04:00
RH Container Bot
879a6d17fd
buildah-1.16.0-0.1.dev.gitac0182c
...
- bump to 1.16.0
- autobuilt ac0182c
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-09-03 13:05:45 +00:00
Fedora Release Engineering
5137ba7fb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 13:28:23 +00:00
Ed Santiago
4c0f649efd
More htpasswd fallout: use httpd-tools
...
Newer buildah tests now depend on encryption functionality
only present in later (2.7? 2.8?) versions of docker.io/registry.
So, undo our earlier change in which we forced registry:2.6
to use its htpasswd. Instead, tests now require httpd-tools
package and we use native host htpasswd. We revert back to
using registry:2 (no dot), which is a moving target, so be
prepared for future breakage.
Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-07-20 08:45:28 -06:00
Ed Santiago
d3311a0623
buildah test helper: run registry:2.6, not :2
...
The docker.io/registry:2 image broke suddenly and with no warning:
https://github.com/docker/distribution-library-image/issues/106
Symptom: running 'htpasswd' from that container no longer works,
even though it's been documented for years (at docker.com) and
as of this writing still remains documented.
One solution is to run htpasswd locally (requires installing the
httpd-tools package) or using any crypt library to hash. Not
hard, but tedious, and it doesn't address the issue of the
docker registry:2 image being a moving target.
I choose to force the use of the :2.6 tag, in hopes that that
image will remain unmodified. Refactored to use FQIN instead
of shortname, and to define it in only one place.
Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-06-24 13:11:01 -06:00
Lokesh Mandvekar
382e5e6121
fix buildtags and ostree dep
...
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-05-26 16:30:24 -04:00
Lokesh Mandvekar
3a9c73e05d
update deps for centos
...
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-05-26 15:39:58 -04:00
Lokesh Mandvekar
975a714f5d
update deps for CentOS
...
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-05-26 15:38:41 -04:00
RH Container Bot
ab7376d85c
buildah-1.15.0-0.66.dev.git2c46b4b
...
- autobuilt 2c46b4b
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-26 16:09:01 +00:00
RH Container Bot
8d234a2f4b
buildah-1.15.0-0.65.dev.gitf7a3515
...
- autobuilt f7a3515
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-26 15:09:07 +00:00
RH Container Bot
03d418e031
buildah-1.15.0-0.64.dev.git0ac2a67
...
- autobuilt 0ac2a67
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-25 12:08:44 +00:00
RH Container Bot
ba21f80e26
buildah-1.15.0-0.63.dev.gitdbf0777
...
- autobuilt dbf0777
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-24 00:08:11 +00:00
RH Container Bot
e4c2e614d5
buildah-1.15.0-0.62.dev.gitde0f541
...
- autobuilt de0f541
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-23 11:08:08 +00:00
RH Container Bot
56758b3d4d
buildah-1.15.0-0.61.dev.git75e94a2
...
- autobuilt 75e94a2
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-21 19:08:12 +00:00
RH Container Bot
b1097659e6
buildah-1.15.0-0.60.dev.gitab1adf1
...
- autobuilt ab1adf1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-21 15:08:16 +00:00
Ed Santiago
9e745757b1
gating.yaml: duplicate the stanzas
...
The Gating spec[1] used to recommend having one type of
YAML stanza for master, one for released branches. We
just discovered today that this breaks when master
forks into a release branch: the string 'stable'
needs to be manually changed to 'testing', and
nobody is going to remember to do that, and I can't
think of a (non-tedious) way to add automated checks.
As of 2019-08 (09d7d4f), though, the Gating spec suggests
having *both* stanzas together in the same gating.yaml
file. @pingou himself concurs[2]. Although this is
horrible duplication -- two hundred characters, repeated
with only six of those different -- it seems cleaner
than the maintenance burden of having to update
release branches.
[1] https://docs.fedoraproject.org/en-US/ci/gating/
[2] https://src.fedoraproject.org/rpms/podman/pull-request/33
Oh, also, add a new 'subject_type' line apparently "required"
even though things seem to have been working fine without it.
(Source: same commit, 09d7d4f, on gating.adoc).
Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-05-21 05:56:21 -06:00
Aleksandra Fedorova
c679651a15
Update gating test name
...
Messaging scheme has changed and old centos-related test names are now deprecated.
See https://pagure.io/fedora-ci/general/issue/110
2020-05-21 10:44:02 +02:00
RH Container Bot
66d560aace
buildah-1.15.0-0.59.dev.git4fc49ce
...
- autobuilt 4fc49ce
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-20 17:08:20 +00:00
RH Container Bot
76b0677b21
buildah-1.15.0-0.58.dev.git7957c13
...
- autobuilt 7957c13
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-18 22:08:13 +00:00
RH Container Bot
73285ace1e
buildah-1.15.0-0.57.dev.git9bd70ac
...
- autobuilt 9bd70ac
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-13 11:08:13 +00:00
RH Container Bot
2e20a7d311
buildah-1.15.0-0.56.dev.git3184920
...
- autobuilt 3184920
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-12 11:08:40 +00:00
RH Container Bot
4378f1feb8
buildah-1.15.0-0.55.dev.git0f6c2a9
...
- autobuilt 0f6c2a9
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-11 17:07:55 +00:00
RH Container Bot
611586b679
buildah-1.15.0-0.54.dev.gitf80da42
...
- autobuilt f80da42
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-11 10:08:12 +00:00
RH Container Bot
12d2720c7d
buildah-1.15.0-0.53.dev.git6a7ace0
...
- autobuilt 6a7ace0
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-08 20:08:07 +00:00
RH Container Bot
65bcaeea76
buildah-1.15.0-0.52.dev.gitb438050
...
- autobuilt b438050
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-05 14:08:59 +00:00
RH Container Bot
9feaf94f38
buildah-1.15.0-0.51.dev.git828035f
...
- autobuilt 828035f
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-04 20:08:15 +00:00
RH Container Bot
831908e271
buildah-1.15.0-0.50.dev.git7610123
...
- autobuilt 7610123
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-04 19:07:48 +00:00
RH Container Bot
595dd54bfa
buildah-1.15.0-0.49.dev.git7b0dfb8
...
- autobuilt 7b0dfb8
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-04 15:10:14 +00:00
RH Container Bot
aad74a23b6
buildah-1.15.0-0.48.dev.gitf35e7d4
...
- autobuilt f35e7d4
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-01 20:08:06 +00:00
RH Container Bot
9094a2c944
buildah-1.15.0-0.47.dev.git42a48f9
...
- autobuilt 42a48f9
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-01 19:07:40 +00:00
RH Container Bot
0ad64de90f
buildah-1.15.0-0.46.dev.git63567cb
...
- autobuilt 63567cb
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-01 15:07:39 +00:00
RH Container Bot
f96d7d5efb
buildah-1.15.0-0.45.dev.git3af27b4
...
- autobuilt 3af27b4
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-05-01 13:07:43 +00:00
RH Container Bot
59aa226071
buildah-1.15.0-0.44.dev.git8169acd
...
- autobuilt 8169acd
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-28 22:07:27 +00:00
RH Container Bot
0eaf85072b
buildah-1.15.0-0.43.dev.gitbea8692
...
- autobuilt bea8692
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-28 01:07:18 +00:00
RH Container Bot
a8afc93513
buildah-1.15.0-0.42.dev.git0b9a534
...
- autobuilt 0b9a534
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-24 12:08:51 +00:00
RH Container Bot
6bd0e1e410
buildah-1.15.0-0.41.dev.git0d5ab1d
...
- autobuilt 0d5ab1d
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-24 11:09:07 +00:00
Lokesh Mandvekar
45b6c72c66
build latest source
...
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-04-23 10:36:30 -04:00
RH Container Bot
e7154cdee9
buildah-1.15.0-0.39.dev.git843d15d
...
- autobuilt 843d15d
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-23 14:08:59 +00:00
RH Container Bot
d3378047e8
buildah-1.15.0-0.38.dev.gitf4970e6
...
- autobuilt f4970e6
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-20 14:21:52 +00:00
RH Container Bot
47f9280c8e
buildah-1.15.0-0.37.dev.git81e2659
...
- autobuilt 81e2659
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-16 14:08:19 +00:00
RH Container Bot
03b973b31a
buildah-1.15.0-0.36.dev.gitdb3ced9
...
- autobuilt db3ced9
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-14 17:07:27 +00:00
RH Container Bot
8c9fcbfd75
buildah-1.15.0-0.35.dev.gitc404c89
...
- autobuilt c404c89
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-13 22:08:22 +00:00
RH Container Bot
a4bfcfdece
buildah-1.15.0-0.34.dev.git7a88d7e
...
- autobuilt 7a88d7e
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-13 14:08:24 +00:00
RH Container Bot
e931cd4b90
buildah-1.15.0-0.33.dev.gitf7ff4c1
...
- autobuilt f7ff4c1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-09 18:08:21 +00:00
RH Container Bot
9e39602aed
buildah-1.15.0-0.32.dev.gite48fa75
...
- autobuilt e48fa75
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-09 10:08:38 +00:00
RH Container Bot
cca023cf17
buildah-1.15.0-0.31.dev.gitc554675
...
- autobuilt c554675
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-07 21:08:16 +00:00
RH Container Bot
2b242d7994
buildah-1.15.0-0.30.dev.gitf5dbfc1
...
- autobuilt f5dbfc1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-07 20:08:24 +00:00