Builder evergreen-master-ubuntu-12.04-x86 Build #1253
Results:
Build successful
SourceStamp:
Project | Evergreen |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Branch | master |
Revision | 5317ba59cace4fd62365fc084addac6a3315fcd0 |
Got Revision | 5317ba59cace4fd62365fc084addac6a3315fcd0 |
Changes | 2 changes |
BuildSlave:
eg-u1204Reason:
scheduler
Steps and Logfiles:
-
git update ( 0 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -f ...' ( 9 secs )
-
configure configure ( 7 secs )
-
compile compile ( 1 secs )
-
test test 850 tests 850 passed ( 13 secs )
-
pylint pylint convention=203 error=1 fatal=14 refactor=6 warning=21 failed ( 1 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | evergreen-master-ubuntu-12.04-x86 | Builder |
buildnumber | 1253 | Build |
codebase | Build | |
got_revision | 5317ba59cace4fd62365fc084addac6a3315fcd0 | Git |
project | Evergreen | Build |
pylint-convention | 203 | Unknown |
pylint-error | 1 | Unknown |
pylint-fatal | 14 | Unknown |
pylint-info | 0 | Unknown |
pylint-refactor | 6 | Unknown |
pylint-total | 245 | Unknown |
pylint-warning | 21 | Unknown |
repository | git://git.evergreen-ils.org/Evergreen.git | Build |
revision | 5317ba59cace4fd62365fc084addac6a3315fcd0 | Build |
scheduler | evergreen-master | Scheduler |
slavename | eg-u1204 | BuildSlave |
warnings-count | 0 | WarningCountingShellCommand |
workdir | /home/egslave/eg-slave/evergreen-master-ubuntu-12_04-x86 | slave |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Galen Charltongmc@esilibrary.com
- Mike Rylandermrylander@gmail.com
Timing:
Start | Tue Aug 9 15:04:18 2016 |
End | Tue Aug 9 15:04:52 2016 |
Elapsed | 34 secs |
All Changes:
:
Change #3417
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Tue 09 Aug 2016 14:53:08 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 8db4cb64bb4741713edc7a364adcd9d0f865ba7d Comments
LP#1037553: bibliographic record source now copied to 901$s If a bibliographic record has a source set, the name of that source is now copied to the 901$s whenever the record is created or updated. This allows the source to be used for record matching and MARC field queries. To test: [1] Create or import a bibliographic record and ensure that its source is set to a non-null value. [2] Inspect the record in MARC format view and verify that its 901 field now has a subfield $s containing the name of the source. [3] Use pg_prove to run the pgTAP test added by this patch and verify that the test passes. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/sql/Pg/002.functions.config.sql
- Open-ILS/src/sql/Pg/t/bib_901_field.pg
- Open-ILS/src/sql/Pg/upgrade/XXXX.schema.bib_source_in_901.sql
- docs/RELEASE_NOTES_NEXT/Cataloging/bib_source_in_901s.txt
Change #3418
Category None Changed by Mike Rylander <mrylander @gmail.com>Changed at Tue 09 Aug 2016 14:56:15 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 5317ba59cace4fd62365fc084addac6a3315fcd0 Comments
Stamping upgrade for bib_source-in-901 Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/sql/Pg/002.schema.config.sql
- Open-ILS/src/sql/Pg/upgrade/0988.schema.bib_source_in_901.sql
- Open-ILS/src/sql/Pg/upgrade/XXXX.schema.bib_source_in_901.sql