mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Windows: default cell grand.central.org
Change the default cell from openafs.org to grand.central.org since there is no openafs.org cell. All openafs software is distributed from the grand.central.org cell. Change-Id: I21ea2c5a9b55fbe3bb4ea19ae34ecf0e5a38084f Reviewed-on: http://gerrit.openafs.org/6699 Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
8127eeced2
commit
9d5a453091
@ -98,7 +98,7 @@ AFSPRODUCT_VERSION=$(AFSPRODUCT_VER_MAJOR).$(AFSPRODUCT_VER_MINOR).$(AFSPRODUCT_
|
||||
AFSPRODUCT_FILE_VERSION=$(AFSPRODUCT_VER_MAJOR),$(AFSPRODUCT_VER_MINOR),$(AFSPRODUCT_VER_PATCH),$(AFSPRODUCT_VER_BUILD)
|
||||
# Set CELLNAME_DEFAULT to "your cell name"
|
||||
!IF !DEFINED(CELLNAME_DEFAULT)
|
||||
CELLNAME_DEFAULT=openafs.org
|
||||
CELLNAME_DEFAULT=grand.central.org
|
||||
!ENDIF
|
||||
CELLSERVDB_INSTALL=CellServDB.GrandCentral
|
||||
CELLSERVDB_WEB=http://grand.central.org/dl/cellservdb/CellServDB
|
||||
|
@ -98,7 +98,7 @@ AFSPRODUCT_VERSION=$(AFSPRODUCT_VER_MAJOR).$(AFSPRODUCT_VER_MINOR).$(AFSPRODUCT_
|
||||
AFSPRODUCT_FILE_VERSION=$(AFSPRODUCT_VER_MAJOR),$(AFSPRODUCT_VER_MINOR),$(AFSPRODUCT_VER_PATCH),$(AFSPRODUCT_VER_BUILD)
|
||||
# Set CELLNAME_DEFAULT to "your cell name"
|
||||
!IF !DEFINED(CELLNAME_DEFAULT)
|
||||
CELLNAME_DEFAULT=openafs.org
|
||||
CELLNAME_DEFAULT=grand.central.org
|
||||
!ENDIF
|
||||
CELLSERVDB_INSTALL=CellServDB.GrandCentral
|
||||
CELLSERVDB_WEB=http://grand.central.org/dl/cellservdb/CellServDB
|
||||
|
@ -102,7 +102,7 @@ AFSPRODUCT_VERSION=$(AFSPRODUCT_VER_MAJOR).$(AFSPRODUCT_VER_MINOR).$(AFSPRODUCT_
|
||||
AFSPRODUCT_FILE_VERSION=$(AFSPRODUCT_VER_MAJOR),$(AFSPRODUCT_VER_MINOR),$(AFSPRODUCT_VER_PATCH),$(AFSPRODUCT_VER_BUILD)
|
||||
# Set CELLNAME_DEFAULT to "your cell name"
|
||||
!IF !DEFINED(CELLNAME_DEFAULT)
|
||||
CELLNAME_DEFAULT=openafs.org
|
||||
CELLNAME_DEFAULT=grand.central.org
|
||||
!ENDIF
|
||||
CELLSERVDB_INSTALL=CellServDB.GrandCentral
|
||||
CELLSERVDB_WEB=http://grand.central.org/dl/cellservdb/CellServDB
|
||||
|
Loading…
Reference in New Issue
Block a user