Remove deprecated build profiles @image and @vmware-image.

The @image build is not used anymore and doesn't work. Use @nightly-raw
or @nightly-anyboot instead. The new method of release type/image type
configuration of profiles is more flexible and allows to manage the
various configurations a lot more easily for us. But the old profiles
were never formally deprecated.

Fixes #15963

Change-Id: I1c72f0e77bfbcda10502476e595f120280e8c7a4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2625
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Adrien Destugues
2020-05-09 19:35:06 +00:00
committed by waddlesplash
parent 8bb5fd2437
commit 39c68f46dd
3 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ rule ProcessCommandLineArguments
"with one of the build" ;
Echo "profile actions. Typical command lines using a build"
"profile looks like this:" ;
Echo " jam @image" ;
Echo " jam @nightly-anyboot" ;
Echo " jam @install update libbe.so" ;
Echo " jam @vmware-image mount" ;
Echo " jam @nightly-vmware mount" ;
Echo ;
Echo "Default build profiles (minimal set of packages and"
"configuration):" ;