]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r279249, r279250, r279257:
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 3 Mar 2015 02:46:59 +0000 (02:46 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 3 Mar 2015 02:46:59 +0000 (02:46 +0000)
commit162231d1836197fb68230207c80dee18b0cdb4fb
treed1068cbb88093aa017e74658cba34218e4658972
parentce99864e4e6bd6f02f6241f17624c9fd10da8a7d
MFC r279249, r279250, r279257:

 r279249:
  Add 'cloudware-install' target to handle copying cloud
  disk images to a directory within DESTDIR.

  Add CLOUDINSTALL variable to automatically generate the
  actual list of install targets.  While here, rename the
  cloud-specific names from 'vm-' to 'cw-' to avoid naming
  collisions.

  Add AZURE_DISK, GCE_DISK, and OPENSTACK_DISK output file
  variables.

  Add 'cloudware-install' to the 'install' target.

 r279250:
  Remove a stale comment.

 r279257:
  Add a CLOUDPACKAGE variable to contain a list of targets for
  post-install packaging cloud provider images.

  Add a 'gce-package.sh' script to generate the final output
  image ready for upload to the GCE platform.  Right now, this
  is the only image that has a specific output format (GNU-tar),
  and this implementation is expected to be temporary.

  This is not directly connected to the other release targets.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@279558 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
release/Makefile
release/Makefile.vm
release/tools/gce-package.sh [new file with mode: 0755]