summaryrefslogtreecommitdiffstats
path: root/src/build/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix how current author is verified in copyright checkStephen Cprek2015-11-232-44/+49
| | | | | | | | | | | Change-Id: I40b13e12c07577a5b1d79475f80a9727840fd1db Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22270 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix commit ordering algorithm to handle cyclical dependenciesStephen Cprek2015-11-161-3/+15
| | | | | | | | | | | Change-Id: I7f61a758bc01738613aee053ba017fdaf192054a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20493 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Trusted boot support for performing TPM_STARTUP during istepsChris Engel2015-11-051-0/+1
| | | | | | | | | | | | | | | | | Support added for TPM DD2.0 Added call to host_update_master_tpm during host_discover_targets istep host_update_master_tpm istep performs TPM_STARTUP on TPM Change-Id: Ie9c232ed6ecf72da58c40df726fe1deaec5af053 RTC: 125287 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18075 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Timothy R. Block <block@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change fsp-ci-jenkins to run on gerrit/master vs hb releaseStephen Cprek2015-11-051-12/+55
| | | | | | | | | | | | | | | | This is done to simplify dependency checking for a users commit on gerrit. Although this adds more content that can cause an error, the assumption is a commit won't be merged until itself passes fsp-ci-jenkins Change-Id: I784e9f7084c3bda59268674cd4275085dfb9fd3f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20093 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix copyright prolog checking to compare entire blockStephen Cprek2015-10-271-208/+46
| | | | | | | | | | | | | | | This simplifies the error checking quite a bit, but will pick up even the smallest differences like whitespace. Change-Id: Id61a6f3332313bd6cdacad4130abbd448595dbd0 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20979 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix for legacy support of pre-commit hook scriptStephen Cprek2015-10-091-1/+0
| | | | | | | | | | | Change-Id: I859007e056890497651ed29aada7d8e01a6f7a44 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20950 Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Provide legacy support for pre-commit hook scriptStephen Cprek2015-10-051-1/+10
| | | | | | | | | | | Change-Id: Idad68f690c14959c0978653f343cb2824acc5028 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20598 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Disable git hooks when running mirror tool from another repoStephen Cprek2015-09-292-4/+6
| | | | | | | | | | | Change-Id: Ic2953f6f375996002c6d7a464c2af9697bfe0179 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20764 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add environment error check for copyright scriptStephen Cprek2015-09-111-0/+4
| | | | | | | | | Change-Id: I84b32473250d0023df3e5d5cce9b1b46383d4e76 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20395 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Allow custom LICENSE_PROLOGS in subdirectoriesStephen Cprek2015-09-111-23/+78
| | | | | | | | | | | | | | | For files that cannot use the main LICENSE_PROLOG, a custom LICENSE_PROLOG can be used instead affecting the dir it lives in and all subdirectories. Change-Id: Ic6e837ed519590db0fcfbe30f6ebba620bb9555b Depends-on: I26b6f2326314936b0316f64272230730ecd3f9ee Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20266 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Generalize env vars, env setup, and copyright scriptsStephen Cprek2015-09-019-92/+206
| | | | | | | | | | | | | Methods ported over from code in EKB. Change-Id: I26b6f2326314936b0316f64272230730ecd3f9ee RTC: 126634 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17465 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* listdeps: Ensure function order matches linker.Patrick Williams2015-08-261-1/+4
| | | | | | | | | | | | | | | | The listdeps.pl script did not handle correctly if two modules exposed the same function. It was using the last module containing the function instead of the first module. The linker script always uses the first, so ensure the listdeps script does as well. Change-Id: I6255033e5da9db9a4c917e70ee2e7adf0f444ad6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20102 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix determination of commit dependencies in regards to new filesStephen Cprek2015-08-241-7/+16
| | | | | | | | | | | Change-Id: I5722c58644c606e63a9935732a4d026038dd3231 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19451 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Jay M. Azurin <jmazurin@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Option to Limit Console Output Trace To Single ComponentMike Baiocchi2015-08-211-4/+12
| | | | | | | | | | | | | | | | | This commit limits the console output trace to a single component, as defined by the config file. CONSOLE_OUTPUT_TRACE needs to be set and CONSOLE_OUTPUT_TRACE_COMP_NAME needs to have a string value assigned to it in the config file. Change-Id: Ia04b61f3b7b0dcad7a907b86cf8db70a35214ab1 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19820 Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fixes to git-ci-tool and add more debug infoStephen Cprek2015-08-211-14/+19
| | | | | | | | | | Change-Id: If4ac6e0c1b03d97a6dddb88196d3d7738fcdbd8b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19938 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Pass Return Code back to HB tool for errlparserBill Hoffa2015-08-101-0/+1
| | | | | | | | | | | | Change-Id: Iec541eedd2e87b8ca600589850baeb71e7e4207f CQ: SW311867 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18661 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Create tool to parse pnor XML layouts for useful infoStephen Cprek2015-08-101-0/+385
| | | | | | | | | | | Change-Id: I3f1b3b5879d779c3abc4dd910d1dabeade1914bd Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18232 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Tested-by: Jenkins OP Build CI Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Modifiy hbRelease to allow hb commits to do a full ci runStephen Cprek2015-08-101-113/+381
| | | | | | | | | | | | Called via git-CI-tool which lives out in /esw Change-Id: Iff1cef26907d263eb7523ec2af8d6951450b75a2 RTC:115690 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14691 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Make ozlabs contribs part of IBM.Patrick Williams2015-07-171-4/+6
| | | | | | | | | | Change-Id: I91bb33c15a2bd93018e081a08a381604a96a582a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18940 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add some safety measures to the hb rsync commandStephen Cprek2015-06-181-5/+61
| | | | | | | | | | | | | | Confirm if rsync dir is empty or looks like a hostboot repository, otherwise prompt the user if the location specified is what they want Also added the --force option to skip over this check can be used for cronjobs Change-Id: I06d5488d4e4fca6a91a25a650e4e042b7f70e7ee Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16955 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Prevent hb prime errors when called in cronjobsStephen Cprek2015-06-081-10/+16
| | | | | | | | | Change-Id: I42b2e1ba33ed4afdd36e8f5af424c2a06e13d53c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17533 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: ANDRES A. LUGO-REYES <aalugore@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Allow TODO/FIXME comments to have CQ: vs only RTC:Stephen Cprek2015-04-021-3/+4
| | | | | | | | | Change-Id: I2379977203f435dead939f26acb40cdddb94fc6e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16545 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Clear out VPD caches when booting with a golden imageDan Crowell2015-03-101-1/+2
| | | | | | | | | | Change-Id: Ie371e855dc53655ac0d9d3f10119a2253cfab77d RTC: 124570 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15964 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Check for HOSTBOOT_VERSION env variable when getting imageIdStephen Cprek2015-02-231-2/+8
| | | | | | | | | | Change-Id: I3e51a754bed82370b6d25a508f1dfe8fd6a94784 RTC: 118253 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15870 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix copyright tool for files with '+' in path.Patrick Williams2015-01-151-1/+1
| | | | | | | | Change-Id: I38a49a10fbacf3fc97214a24fb185655ab18ffc8 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15032 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add some very useful traces to show what parts we haveDan Crowell2015-01-091-0/+1
| | | | | | | | | Change-Id: Iaca8b2024579df607802d8d2d435d3cd336d2cac Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14896 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Move OCCs to active stateChris Cain2014-12-131-1/+1
| | | | | | | | | Change-Id: I99918d0e1a27ed5cf7cb438e3e8e7f580c5306c7 RTC: 115922 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14740 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* IPMI Block Transfer implementationBrian Silver2014-10-231-2/+1
| | | | | | | | Change-Id: I8f6a590b29d9171389d10abc5b6e68f91ac94d16 RTC: 114907 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13721 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add libslave_sbe.so as dependency to istep 10Andrew Geissler2014-10-161-1/+1
| | | | | | | | | | Change-Id: I93ace9892b38b2060409ecb22a4622710c3b8881 CQ: SW283070 Backport: release-fips820 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14041 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add human-readable dumps of error log entries as they are committed.Stephen Cprek2014-10-161-1/+1
| | | | | | | | | | Origin: Google Shared Technology Change-Id: I1d0a30faa27c0b8bd1b76418706e24378a5da7eb RTC: 97491 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11266 Tested-by: Jenkins Server Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Prevent duplicate contributors in the copyrightblockStephen Cprek2014-10-091-6/+8
| | | | | | | | | | Git merge was causing extra contributors to be added to the copyright block. This change fixes up any duplicates. Change-Id: If70eb791a3dda8cc820656e0e761f6758736b294 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13906 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for serial console.Patrick Williams2014-09-242-1/+4
| | | | | | | | | | Change-Id: Ia1b11f68cc4be175076562b7daf0291b14df498b Origin: Google Shared Technology RTC: 97495 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13250 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Create LPC Device DriverDan Crowell2014-09-221-0/+1
| | | | | | | | | | | | | | | Split LPC function out from PNOR DD and incorporate Stradale changes Change-Id: I4162db1a9f52ba3c0c973438b7b70baeae00aee2 Origin: Google Shared Technology RTC: 97494 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11198 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Ensure 'Confidential' files are not added.Patrick Williams2014-08-011-1/+14
| | | | | | | | | Change-Id: Ida2eba5256a9d2452e7cc6245e96c9e66d64bc6c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12558 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix bug in hbGenConfig.Patrick Williams2014-06-301-2/+5
| | | | | | | | Change-Id: I6ce97f6360aecd713935af459bc8ba80b71fde2e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11893 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
* Merge GPIO commits from Stradale code baseDoug Gilbert2014-06-301-1/+5
| | | | | | | | | Change-Id: Ibadeb72f563d86aa933734c7db20a50b19485ac7 RTC: 97490 Origin: Google Shared Technology Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11501 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix bugs in copyright prolog scriptStephen Cprek2014-06-301-5/+22
| | | | | | | | | | | Add exists check to if statment Made sure current commiter is added to changes Change-Id: I1fa6f85827598cf2c755d1ded4610997ee8847c7 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11890 Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add delimintor in copyright contributor string.Patrick Williams2014-06-301-4/+6
| | | | | | | Change-Id: Idc6485bab04eaec37e2660dbfbdac8eef11bd063 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11881 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Configuration-based compilePatrick Williams2014-06-301-0/+368
| | | | | | | | RTC: 88436 Change-Id: Iab68e6a14641829ef29165694f5196f0ad437114 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11374 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update copyright signaturesStephen Cprek2014-06-301-17/+149
| | | | | | | | | | Change-Id: I5c454c97265c1093488ff815e2a3671333971cbc RTC: 106843 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11364 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HbDistribute related updates for openpower buildroot toolingBill Hoffa2014-06-271-4/+8
| | | | | | | Change-Id: I8a35f683c45874431ddddda6fcf1a9a9cb471f3e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11826 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update hbDistribute for OpenPower configurationsBill Hoffa2014-06-251-0/+4
| | | | | | | | Change-Id: Id36b9e425316fd582fa4dd5102ce7bdb6aa89b17 RTC:106898 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11794 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update prologs on a few header files to Apache.Patrick Williams2014-06-231-0/+2
| | | | | | | Change-Id: Id5f3c2458080bc0e6d5aab65b56d1bbb3bf4ed94 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11637 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-2117-159/+203
| | | | | | | Change-Id: I5664587b4f889099290ef50d50fa9ce5e580e1eb Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11167 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change addCopyright tool to use Apache license.Patrick Williams2014-05-211-23/+21
| | | | | | | | Change-Id: Ic27f12bf23592c7d51873d90dcce547a15419508 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11164 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Build error log parsers during Jenkins build.Patrick Williams2014-04-251-21/+1
| | | | | | | | | | Change-Id: Ia404970a84897d1a89e1f86a18220fc0199e4df1 RTC: 66441 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10674 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Reorganize citest scripts.Patrick Williams2014-04-251-4/+4
| | | | | | | | | | | | | | Split pieces of the autocitest script out so that we can control the order of the pieces, allow some to run in parallel, etc. This will enable us to build the error log parsers as part of Jenkins testing. Change-Id: I017c7b0516673dc267eb90adf03b4604602281e6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10673 Tested-by: Jenkins Server Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix hbRelease for commits across multiple projectsPatrick Williams2014-04-111-1/+4
| | | | | | | | Change-Id: I7619a8585eabc3d40782995148ffcbcb5684235c Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10316 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fixed some issues with pre/post commit scriptsZane Shelley2014-04-104-54/+86
| | | | | | | Change-Id: I9da6959c32fcc967ef86348b7d4a93b1c2bf86f3 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9877 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support multiple branches with release tool.Patrick Williams2014-04-021-13/+37
| | | | | | | | | Change-Id: Ie521b33617cdcc4cfbe40668b3fb917b77670ab8 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9805 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud