Files
vms/.gitignore
T
Greg Hellings ea51188897 Try pre-caching ISO files
Since the builds themselves get run in a big parallel morass of
nonsense, this causes cache clobbering all over. So now I move the
downloading to the pre-trigger stage and hopefully we can use
the pre-download step to cache things properly. Hopefully this will also
prevent issues where dynamically generated download files are missing
for later runs.
2024-04-10 12:56:52 -05:00

26 lines
303 B
Plaintext

output_*
output/*
*.box
*.iso
.vagrant
serial-output*
grub.cfg
isolinux.cfg
Vagrantfile
# Generated distros
distros/fedora/rawhide/*.hcl
distros/nixos/**/*.hcl
distros/centos-stream/**/*.hcl
distros/opensuse/tumbleweed/*.hcl
__pycache__
*.pyc
*.pyo
packer_cache
cache
.venv
venv
.gitlab-ci-build.yml