916f0c6e59
When this repo was synced from dist-git to gitlab it was missing the 80-rhel directory. I thought I had copied it all over, but the ppc directories were missing. This was because rhpkg creates a .git/info/exclude file that ignores arch named directories, like 'ppc', so git wasn't adding it when told to and not showing it as missing when looking at the status. For future reference the command: git status --ignored --verbose will show all ignore files. And you can figure out what is making it get ignored with: git check-ignore -v PATH-TO-IGNORED-FILE Resolves: RHEL-24619 |
||
---|---|---|
.. | ||
appliance | ||
config_files | ||
live | ||
pxe-live | ||
aarch64.tmpl | ||
arm.tmpl | ||
efi.tmpl | ||
ppc64le.tmpl | ||
ppc.tmpl | ||
runtime-cleanup.tmpl | ||
runtime-install.tmpl | ||
runtime-postinstall.tmpl | ||
s390.tmpl | ||
x86.tmpl |