16666374 userland misses opensolaris.org very much, but must move on to java.net's love
--- a/make-rules/shared-macros.mk Fri Oct 25 16:47:21 2013 -0700
+++ b/make-rules/shared-macros.mk Fri Oct 25 17:46:37 2013 -0700
@@ -32,13 +32,15 @@
# The location of an external mirror of community source archives that we build
# in this gate. The external mirror is a replica of the internal mirror.
-EXTERNAL_ARCHIVE_MIRROR = \
- http://static.opensolaris.org/action/browse/userland/tarball/userland
+EXTERNAL_ARCHIVE_MIRROR =
+
# Default to looking for source archives on the internal mirror and the external
# mirror before we hammer on the community source archive repositories.
export DOWNLOAD_SEARCH_PATH += $(INTERNAL_ARCHIVE_MIRROR)
+ifneq ($(strip $(EXTERNAL_ARCHIVE_MIRROR)),)
export DOWNLOAD_SEARCH_PATH += $(EXTERNAL_ARCHIVE_MIRROR)
+endif
# The workspace starts at the mercurial root
ifeq ($(origin WS_TOP), undefined)
--- a/tools/userland-mangler Fri Oct 25 16:47:21 2013 -0700
+++ b/tools/userland-mangler Fri Oct 25 17:46:37 2013 -0700
@@ -93,7 +93,7 @@
Further information about this software can be found on the open source community website at %s.
"""
notes_source = """
-This software was built from source available at http://opensolaris.org/. The original community source was downloaded from %s
+This software was built from source available at https://java.net/projects/solaris-userland. The original community source was downloaded from %s
"""
def notes_section_text(header_seen, community, source, modified_date):