Skip to content

Commit

Permalink
release: Don't copy container images into /ftp/
Browse files Browse the repository at this point in the history
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.

Fixes:		d03c82c ("release: add optional OCI images")
MFC after:	1 minute
Sponsored by:	Amazon
  • Loading branch information
cperciva committed Nov 15, 2024
1 parent 586c651 commit 976e1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,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
Expand Down

0 comments on commit 976e1d3

Please sign in to comment.