Commit Graph

13 Commits

Author SHA1 Message Date
Miloslav Trmač 7c88bb3728 Update .gitignore
... to match the changes in 3b795dd4bc .

Compare the discussion in https://github.com/containers/buildah/pull/5385 .

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2024-03-07 14:01:19 +01:00
Aditya R 6fd4f0373c
gitignore: add mkcw binary
[NO NEW TESTS NEEDED]

Signed-off-by: Aditya R <arajan@redhat.com>
2023-10-06 13:19:58 +05:30
Kir Kolyshkin 7e691dc170 .gitignore: fixups
Commit 3a122aa3c added ignoring any file or directory named result,
which is wrong. What it meant to do is to ignore top-level result
directory. Fix accordingly.

Same for tests/tools -- this is meant to be the top-level directory
only.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2022-01-18 13:32:01 -08:00
Daniel J Walsh a9e66ec72b
Add man page for Containerfile and .containerignore
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-09-29 11:19:10 -04:00
Nalin Dahyabhai 92e0c3fdcf Rework conformance testing
Move the conformance tests from ginkgo to using the default testing
package and github.com/stretchr/testify/require, preserving the existing
tests and adding more.

Add conformance tests to our Cirrus configuration, currently marked as
an allowed failure.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2020-07-23 15:30:58 -04:00
Chris Evich 8a4646d584
Cirrus: Fix missing htpasswd in registry img
Recently the registry image was updated significantly with breaking
changes.  Most were caught, this one was not.  Instead of relying on the
(clearly) unreliable container image, simply install the package
providing the htpasswd command locally.

Signed-off-by: Chris Evich <cevich@redhat.com>
2020-06-30 09:08:24 -04:00
Wong Hoi Sing Edison 3a122aa3c8
Add nix derivation for static builds
Signed-off-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
2020-06-18 19:19:21 +08:00
Brandon Lum c1e8a9143a Update gitignore to exclude test Dockerfiles
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
2020-04-13 20:22:02 +00:00
Nick Carboni c752783d7a Add .swp files to .gitignore
Signed-off-by: Nick Carboni <ncarboni@redhat.com>
2020-03-25 20:34:01 -04:00
Daniel J Walsh 4ce6fbaea4 Add some cleanup code
Missing cleanup for buildah.darwin and test program.
Also it is common to have random Dockerfiles in homedir so gitignore them.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1855
Approved by: TomSweeneyRedHat
2019-09-13 11:13:10 +00:00
Valentin Rothberg 02ae076579 tests/tools: go module for test binaries
Create a dedicated go module in tests/tools to avoid mixing build
dependencies with test dependencies.  This will help facilitate
downstream packaging a bit more.

Also use golangci-lint instead of the old metalinter.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>

Closes: #1621
Approved by: rhatdan
2019-06-25 09:55:38 +00:00
baude dd4a6aea97 COPR enablement
For COPR builds, we will use a a slightly modified spec and the
makesrpm method over SCM builds so we can have dynamic package
names.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #460
Approved by: rhatdan
2018-02-10 11:49:46 +00:00
Tomas Tomecek 0c70609031 gitignore build artifacts
* manpages
* buildah binary
* imgtype binary

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>

Closes: #183
Approved by: rhatdan
2017-07-10 19:02:13 +00:00