From 54de8bbe8fd64642ad5cb9d8c262a353f4f86b2d Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sat, 23 Nov 2013 16:49:10 +0100 Subject: [PATCH] Replace alpha-* profiles with release-*. Remove beta-*. --- build/jam/DefaultBuildProfiles | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index d780c23fd4..8c91bd26c3 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -7,12 +7,12 @@ switch $(HAIKU_BUILD_PROFILE) { rule DefineDefaultBuildProfiles { - # alpha release profiles - DefineBuildProfile alpha-raw : image : "haiku-alpha.image" ; - DefineBuildProfile alpha-vmware : vmware-image : "haiku-alpha.vmdk" ; - DefineBuildProfile alpha-cd : cd-image : "haiku-alpha.iso" ; - DefineBuildProfile alpha-anyboot : anyboot-image - : "haiku-alpha-anyboot.image" ; + # release profiles + DefineBuildProfile release-raw : image : "haiku-release.image" ; + DefineBuildProfile release-vmware : vmware-image : "haiku-release.vmdk" ; + DefineBuildProfile release-cd : cd-image : "haiku-release.iso" ; + DefineBuildProfile release-anyboot : anyboot-image + : "haiku-release-anyboot.image" ; # nightly profiles DefineBuildProfile nightly-raw : image : "haiku-nightly.image" ; @@ -27,8 +27,8 @@ rule DefineDefaultBuildProfiles : "haiku-bootstrap.vmdk" ; switch $(HAIKU_BUILD_PROFILE) { - case "alpha-*" : { - Echo Building Haiku R1/alpha ; + case "release-*" : { + Echo Building Haiku R1/development preview ; HAIKU_ROOT_USER_NAME ?= user ; HAIKU_ROOT_USER_REAL_NAME ?= "Yourself" ; AddGroupToHaikuImage party : 101 : user sshd ; @@ -75,8 +75,8 @@ rule DefineDefaultBuildProfiles Welcome ; } - case "beta-*" : { - Echo You wish. ; + case "alpha-*" : { + Echo The alpha-* build profiles have been renamed to release-* ; } case "nightly-*" : {