Commit graph

75 commits

Author SHA1 Message Date
Mario Rodas d1913d175d buildah: 1.11.6 -> 1.12.0
Changelog: https://github.com/containers/buildah/releases/tag/v1.12.0
2019-12-13 22:35:53 -08:00
Mario Rodas 830e309ccf
buildah: 1.11.5 -> 1.11.6
Changelog: https://github.com/containers/buildah/releases/tag/v1.11.6
2019-12-04 21:07:33 -05:00
Sascha Grunert 2c09a378e8 buildah: v1.11.4 -> v1.11.5
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-12 18:15:58 +01:00
Sascha Grunert 172601d4bf buildah: 1.11.3 -> 1.11.4
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-29 12:13:53 +01:00
Sascha Grunert fae0bc8936 buildah: 1.11.1 -> 1.11.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-07 11:49:21 +02:00
Sascha Grunert 4c981b4ffe
buildah: 1.11.0 -> 1.11.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-13 09:04:21 +02:00
Peter Hoeg 0f95f6922d buildah: minor cleanups
Was meant to be a part of 1.10.1 -> 1.11.0 but somebody else beat me to that.
2019-09-12 17:25:57 +08:00
Sascha Grunert 1593d91692 buildah: 1.10.1 -> 1.11.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-11 16:05:07 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Sascha Grunert 8d3dd54f53
buildah: 1.9.0 -> 1.10.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-20 13:48:09 +02:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Vincent Demeester dbec3654ef
buildah: 1.8.3 -> 1.9.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-06-17 17:43:41 +02:00
Will Dietz 13b6e9287e
buildah: 1.8.2 -> 1.8.3
https://github.com/containers/buildah/releases/tag/v1.8.3
2019-06-04 16:20:50 -05:00
Austin Seipp f39f4a716e buildah: 1.8.1 -> 1.8.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-23 12:05:48 +02:00
Vincent Demeester f0b2673312
buildah: 1.7.3 -> 1.8.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-11 15:37:44 +02:00
Vincent Demeester 66b94f20f3 buildah: 1.7.2 -> 1.7.3
Also adding myself (vdemeester) as maintainer

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-02 20:23:58 +02:00
Vincent Demeester 2bb4175bbc
buildah: 1.7.1 -> 1.7.2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-04-05 17:04:30 +02:00
Will Dietz dceb0ce98e buildah: 1.4 -> 1.7.1 2019-02-27 13:56:16 -06:00
Vincent Demeester ab27bcf01e buildah: 1.1 -> 1.4
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-23 13:17:31 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Antoine Eiche 8e98630267 buildah: 0.12 -> 1.1 2018-07-11 10:00:31 +02:00
Ryan Mulligan 413e41db9d buildah: 0.11 -> 0.12
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin/bin/buildah -h` got 0 exit code
- ran `/nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin/bin/buildah --help` got 0 exit code
- ran `/nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin/bin/buildah help` got 0 exit code
- ran `/nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin/bin/buildah -v` and found version 0.12
- ran `/nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin/bin/buildah --version` and found version 0.12
- ran `/nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin/bin/buildah -h` and found version 0.12
- ran `/nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin/bin/buildah --help` and found version 0.12
- ran `/nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin/bin/buildah help` and found version 0.12
- found 0.12 with grep in /nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin
- found 0.12 in filename of file in /nix/store/1by5s8x42fdb4xfz61h8a48dfw9vbdkp-buildah-0.12-bin
2018-02-25 11:12:02 -08:00
Profpatsch eef9d363e1 buildah: init at 0.11 2018-02-13 23:04:16 +01:00