summaryrefslogtreecommitdiff
path: root/contrib/snapcraft
Commit message (Collapse)AuthorAge
* [CI:DOCS] fix default branch linksErik Sjölund2022-01-15
| | | | | | | | | | * Replace https://github.com/containers/podman/blob/master with https://github.com/containers/podman/blob/main to match the new default branch "main". Previously the default branch was "master". The substitutions were made in the documentation but not the code. Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Enable pre-commit tool lintingSorin Sbarnea2020-01-14
| | | | | | | | | | | | | | This should help use keep the codebase more consistent, and avoid sevel whitespace related issues, or bad file permissions. pre-commit allows us to easily introduce other linters in follow-ups, like bashate. Note: pre-commit tool does *not* install any git-hooks. Making commits will will call the tool unless you deliverately tell it to install the hooks. Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
* Add missing stage-packages in snapcraft.yaml.Jindrich Novy2019-08-13
| | | | Signed-off-by: Jindrich Novy <jnovy@redhat.com>
* Add RHEL and SUSE to snap docPeter Hunt2019-08-13
| | | | Signed-off-by: Peter Hunt <pehunt@redhat.com>
* start groundwork for adding snapPeter Hunt2019-08-13
by forking https://github.com/abitrolly/podman Signed-off-by: Peter Hunt <pehunt@redhat.com>