BUILD_INSTRUCTIONS
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 07 Apr 2017 15:26:24 -0700
changeset 1704 4c67bc06f3ac
parent 1527 8d7ff887ce09
permissions -rw-r--r--
25862952 publisher change and prep for moving to github
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1479
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
Solaris X Window System Consolidation Build Instructions
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
--------------------------------------------------------
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
== Build requirements & preparation ==
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
To build X, you need to set up a machine with the correct build environment:
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
 - A machine running a recent build of the target version of Solaris,
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
   with the IPS package developer/opensolaris/X installed. This meta-package
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
   ensures all the other packages in Solaris which are needed to build X are
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
   installed.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
 - The current Solaris Common Build Environment (CBE) version of the
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
   Oracle Solaris Studio C & C++ compilers & associated tools.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
   These must be found first for cc/CC/etc. in $PATH when you build, and
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
   must include at least these packages (or their equivalents):
1527
8d7ff887ce09 20817603 Obsolete X-all package
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1479
diff changeset
    15
        developer/solarisstudio-124/backend
8d7ff887ce09 20817603 Obsolete X-all package
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1479
diff changeset
    16
        developer/solarisstudio-124/c++
8d7ff887ce09 20817603 Obsolete X-all package
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1479
diff changeset
    17
        developer/solarisstudio-124/cc
8d7ff887ce09 20817603 Obsolete X-all package
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1479
diff changeset
    18
        developer/solarisstudio-124/dmake
8d7ff887ce09 20817603 Obsolete X-all package
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1479
diff changeset
    19
        developer/solarisstudio-124/library/c++-libs
1479
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
There are several options that may be configured when building this software,
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
such as whether to use tools & servers internal to Oracle's network or not.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
Before you build the software for the first time, you will need to ensure
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
these options are correctly set for you - see the section titled
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
"Setting builder/distro variables" in open-src/README for a list of these
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
settings and instructions to configure open-src/common/Makefile.options.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
== Building the software ==
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
To build the software, simply cd into the top level directory and run
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
 ./buildit
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
To build the software and create packages, add the -p flag to buildit:
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
 ./buildit -p
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
Output of various stages is stored into log files which you can check for
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
errors with the included open-src/util/build-tools/find-build-errors script:
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
build step      files under log/ directory in build tree
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
----------      ----------------------------------------
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
Software build  buildit-XW, check-rtime
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
IPS packaging   make-pkgs, check-pkgs
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
The built binaries are found after the build in a proto area:
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
SPARC           proto/root_sparc/
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
x86/x64         proto/root_i386/
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
The file open-src/README has further details on the build system and
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
directory organizaiton of this software repository.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
== Installing IPS packages ==
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
The built packages will be found in a repository in the directory
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
proto/pkg_sparc or proto/pkg_i386 as appropriate.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
Builds made by individual developers default to using the publisher
1704
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    60
name "nightly" but that can be overridden via flags to the buildit or
1479
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
make_release_packages scripts.  They will depend on the versions of
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
packages from other consolidations that were installed on the system
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
they built them on.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
The recommended mechanism for installing any of these builds is the onu
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
tool provided by ON. You can install the pkg:/developer/build/onbld package
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
to get a local copy installed as /opt/onbld/bin/onu .
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
onu will create a new boot environment and install the packages there - you
1704
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    70
will then need to reboot into that BE to use them.
1479
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
1704
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    72
Note that onu uses pkg update, which means there are two important
1479
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
things to remember:
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    74
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
1) It will upgrade all of your packages and not just the X packages.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
2) It will normally only upgrade the X packages you already have installed
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
   on the system, though it will leave the BE mounted so that you can add
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
   other packages via pkg -R /tmp/onu.* install package-name.
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
Example: Install to a new BE named "X14" that is cloned from the current BE:
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
1704
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    82
 # onu -O -u file://`pwd`/proto/pkgs_i386 -U nightly -t X14
1479
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    83
4a76cf532c2c 19978574 Need an automated, repeatable way to generate X's FOSS required source releases
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    84
____________________________________________________________________________
1704
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    85
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    86
Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved.
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    87
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    88
Permission is hereby granted, free of charge, to any person obtaining a
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    89
copy of this software and associated documentation files (the "Software"),
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    90
to deal in the Software without restriction, including without limitation
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    91
the rights to use, copy, modify, merge, publish, distribute, sublicense,
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    92
and/or sell copies of the Software, and to permit persons to whom the
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    93
Software is furnished to do so, subject to the following conditions:
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    94
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    95
The above copyright notice and this permission notice (including the next
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    96
paragraph) shall be included in all copies or substantial portions of the
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    97
Software.
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    98
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
    99
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
   100
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
   101
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
   102
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
   103
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
   104
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
   105
DEALINGS IN THE SOFTWARE.
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
   106
____________________________________________________________________________
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1527
diff changeset
   107