mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
release: Don't copy container images into /ftp/
These are installed into /ociimages/ and stage onto the download site
at /OCI-IMAGES/; they don't belong in the same directory as the
"distribution" .txz files.
Approved by: re (cperciva)
Fixes: d03c82c28da8 ("release: add optional OCI images")
MFC after: 1 minute
Sponsored by: Amazon
(cherry picked from commit 976e1d36be688166e140cbaded01d433c61e6d47)
(cherry picked from commit a8bdbdbdba)
This commit is contained in:
parent
0aeaf495ba
commit
f0bfc02cba
1 changed files with 1 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ ftp: packagesystem
|
|||
rm -rf ftp
|
||||
mkdir -p ftp
|
||||
cp *.txz MANIFEST ftp
|
||||
rm -f ftp/container-*.txz
|
||||
|
||||
release: real-release vm-release cloudware-release oci-release
|
||||
${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} release-done
|
||||
|
|
|
|||
Loading…
Reference in a new issue