]> git.evergreen-ils.org Git - working/random.git/log
working/random.git
6 years agoAdd docs-building to wheezy installer user/rsteed/wheezy_installer
Remington Steed [Fri, 10 Nov 2017 16:25:55 +0000 (11:25 -0500)]
Add docs-building to wheezy installer

Signed-off-by: Remington Steed <rjs7@calvin.edu>
6 years agoadd the Security repo to /etc/apt/sources.list
Jason Etheridge [Wed, 31 May 2017 21:33:13 +0000 (17:33 -0400)]
add the Security repo to /etc/apt/sources.list

Do this instead of mucking with the snapshot.  jeff++ gmcharlt++ dyrcona++

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
7 years agonodejs path should be BINDIR not TARBIN
Dan Scott [Thu, 13 Apr 2017 12:02:11 +0000 (08:02 -0400)]
nodejs path should be BINDIR not TARBIN

Signed-off-by: Dan Scott <dscott@laurentian.ca>
7 years agoAncient version of npm installed with nodejs 0.10 was bad
Dan Scott [Thu, 13 Apr 2017 03:28:57 +0000 (23:28 -0400)]
Ancient version of npm installed with nodejs 0.10 was bad

Tests failed because npm 1.x was not installing the child dependencies that
were listed in the package.json files that we had identified as direct
dependencies of our package.

One option would be to run "npm install -g npm" to update npm to a more
modern version, but that also warned that nodejs 0.10.x was way too old.
So let's install a nodejs binary and be done with it.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
7 years agoWe no longer install deps with bower
Dan Scott [Wed, 12 Apr 2017 01:56:22 +0000 (21:56 -0400)]
We no longer install deps with bower

Signed-off-by: Dan Scott <dan@coffeecode.net>
7 years agoUse current nodejs binaries
Dan Scott [Sat, 25 Mar 2017 16:11:24 +0000 (16:11 +0000)]
Use current nodejs binaries

Instead of compiling an ancient version of nodejs from
source, let's use up-to-date nodejs binaries and
save a ton of time.

Signed-off-by: Dan Scott <dan@coffeecode.net>
7 years agoUse "wget -N" for pgtap download
Dan Scott [Wed, 8 Mar 2017 14:24:58 +0000 (09:24 -0500)]
Use "wget -N" for pgtap download

Otherwise, a repeated run will pause waiting for a response to a prompt to
overwrite the existing pgtap zip file.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
7 years agoStandardize database variables
Dan Scott [Mon, 6 Mar 2017 02:05:19 +0000 (21:05 -0500)]
Standardize database variables

We create the evergreen database user as a superuser, so we can use it
accordingly.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
7 years agoArgh neeed that trailing \
Dan Scott [Mon, 6 Mar 2017 00:20:03 +0000 (19:20 -0500)]
Argh neeed that trailing \

Signed-off-by: Dan Scott <dscott@laurentian.ca>
7 years agoDo the whole pgtap build and install as root
Dan Scott [Sun, 5 Mar 2017 23:37:26 +0000 (18:37 -0500)]
Do the whole pgtap build and install as root

Signed-off-by: Dan Scott <dscott@laurentian.ca>
7 years agoChange into the correct pgtap directory
Dan Scott [Sun, 5 Mar 2017 23:23:00 +0000 (18:23 -0500)]
Change into the correct pgtap directory

Signed-off-by: Dan Scott <dscott@laurentian.ca>
7 years agoInstall a stable version of pgtap
Dan Scott [Sun, 5 Mar 2017 12:39:34 +0000 (07:39 -0500)]
Install a stable version of pgtap

Live tests failed because we were installing from the master branch of the
pgtap repo. Instead, use a known stable version (0.97.0).

Switching to use a newer version is now a single config variable (PG_TAP_VER).

Ensure "unzip" is installed so that we can unzip the downloaded file.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
7 years agoInstall lsb-release in build_essentials installer function.
Jason Stephenson [Thu, 2 Mar 2017 23:06:00 +0000 (18:06 -0500)]
Install lsb-release in build_essentials installer function.

Modify both eg_wheezy_installer.sh and eg_jessie_installer.sh to
install lsb-release.  It is now required on wheezy to install
PostgreSQL 9.4.

For some reason, this package is missing on the wheezy vm image.

I added it to the jessie installer also, just in case.

Signed-off-by: Jason Stephenson <jason@sigio.com>
7 years agoRevert "temporarily test a working branch"
Jason Etheridge [Fri, 4 Nov 2016 15:19:05 +0000 (11:19 -0400)]
Revert "temporarily test a working branch"

This reverts commit 7004d9ce034b0d97778beac2674c27bcff757432.

7 years agotemporarily test a working branch
Jason Etheridge [Fri, 4 Nov 2016 14:35:45 +0000 (10:35 -0400)]
temporarily test a working branch

instead of master

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
7 years agomake it valid XML
Jason Etheridge [Thu, 3 Nov 2016 16:02:43 +0000 (12:02 -0400)]
make it valid XML

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
7 years agoswitch from RSS to Atom
Jason Etheridge [Thu, 3 Nov 2016 15:16:04 +0000 (11:16 -0400)]
switch from RSS to Atom

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
7 years agoAdd pubDate and update the RSS regardless of previous test state. Thanks to bshum...
Jason Etheridge [Tue, 26 Apr 2016 17:57:00 +0000 (13:57 -0400)]
Add pubDate and update the RSS regardless of previous test state.  Thanks to bshum and dyrcona

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
8 years agoability to consider final Return Value
Jason Etheridge [Tue, 8 Dec 2015 21:26:14 +0000 (16:26 -0500)]
ability to consider final Return Value

for a given section/subpage.  So, given the churn in output from 3rd party tests
from the "Installing Evergreen pre-requisites" section, we'll be more lenient
and just consider the final return value from the Makefile there.  We'll still
style errors in Red in the section output itself.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
8 years agoescape out since we're rendering and wrapping HTML around it
Jason Etheridge [Fri, 11 Sep 2015 21:13:37 +0000 (17:13 -0400)]
escape out since we're rendering and wrapping HTML around it

8 years agoremoving intermediate link to cronoutput.txt
Jason Etheridge [Thu, 10 Sep 2015 20:34:10 +0000 (16:34 -0400)]
removing intermediate link to cronoutput.txt

for now.  The current CRON entries for ~live on our testing server look like this:

0 4 * * * /home/live/git/random/qa/test.sh > /tmp/cronoutput.txt 2>&1 && mv /tmp/cronoutput.txt /home/live/public_html/
0 16 * * * /home/live/git/random/qa/test.sh > /tmp/cronoutput.txt 2>&1 && mv /tmp/cronoutput.txt /home/live/public_html/

We can do some fancy file footwork later to expose the content for cronoutput.txt while test.sh is running.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
8 years agotweak path for referencing cronoutput.txt
Jason Etheridge [Thu, 10 Sep 2015 20:27:14 +0000 (16:27 -0400)]
tweak path for referencing cronoutput.txt

8 years agoThis seems to be needed to prevent some weird 404 error
Jason Etheridge [Thu, 10 Sep 2015 20:20:54 +0000 (16:20 -0400)]
This seems to be needed to prevent some weird 404 error

8 years agoAdded Debian Jessie installer based on wheezy installer.
Josh Stompro [Thu, 18 Jun 2015 19:03:22 +0000 (14:03 -0500)]
Added Debian Jessie installer based on wheezy installer.

Added new ejabberd config patch file for new format.

Added a seperate script for only installing opensrf.

Signed-off-by: Josh Stompro <github@stompro.org>
9 years agoCatch "Please install" from settings-tester.pl
Jason Etheridge [Thu, 26 Feb 2015 14:32:29 +0000 (09:32 -0500)]
Catch "Please install" from settings-tester.pl

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
9 years agobump node.js from 0.10.33 to 0.10.35
Jason Etheridge [Thu, 22 Jan 2015 20:26:46 +0000 (15:26 -0500)]
bump node.js from 0.10.33 to 0.10.35

9 years agobump NODEJS_VERSION to 0.10.33
Jason Etheridge [Wed, 3 Dec 2014 20:08:42 +0000 (15:08 -0500)]
bump NODEJS_VERSION to 0.10.33

9 years agominor tweak to visudo instructions
Jason Etheridge [Thu, 13 Nov 2014 15:57:08 +0000 (10:57 -0500)]
minor tweak to visudo instructions

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
9 years agoquick instructions
Jason Etheridge [Thu, 13 Nov 2014 15:54:29 +0000 (10:54 -0500)]
quick instructions

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
9 years agoactually 3 errors here, not 1
Jason Etheridge [Thu, 6 Nov 2014 19:53:06 +0000 (14:53 -0500)]
actually 3 errors here, not 1

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
9 years agoexpect the error in osrfsys.log produced by live_t/08-lp1366964-libdbi-error.t
Jason Etheridge [Wed, 5 Nov 2014 22:06:59 +0000 (17:06 -0500)]
expect the error in osrfsys.log produced by live_t/08-lp1366964-libdbi-error.t

9 years agoonly perform live tests if LIVETEST is set
Bill Erickson [Tue, 16 Sep 2014 13:58:20 +0000 (09:58 -0400)]
only perform live tests if LIVETEST is set

Signed-off-by: Bill Erickson <berickxx@gmail.com>
9 years agoRevert "point to collab/phasefx/lp1350042-grid-print-and-show-all-cols for this round"
Jason Etheridge [Fri, 12 Sep 2014 17:42:54 +0000 (13:42 -0400)]
Revert "point to collab/phasefx/lp1350042-grid-print-and-show-all-cols for this round"

It tests out and I pushed the pertinent Evergreen commit into master

This reverts commit 438c56e4a72388132909e87e7690a1f8ea5dd570.

9 years agopoint to collab/phasefx/lp1350042-grid-print-and-show-all-cols for this round
Jason Etheridge [Fri, 12 Sep 2014 15:42:37 +0000 (11:42 -0400)]
point to collab/phasefx/lp1350042-grid-print-and-show-all-cols for this round

9 years agoEG browser client build + test
Bill Erickson [Thu, 11 Sep 2014 15:29:47 +0000 (11:29 -0400)]
EG browser client build + test

Signed-off-by: Bill Erickson <berickxx@gmail.com>
9 years agoand a date for when we try to restart ejabberd
Jason Etheridge [Wed, 14 May 2014 13:45:42 +0000 (09:45 -0400)]
and a date for when we try to restart ejabberd

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
9 years agolitter the output with more dates
Jason Etheridge [Wed, 14 May 2014 13:43:51 +0000 (09:43 -0400)]
litter the output with more dates

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
9 years agolarger sleep after restarting ejabberd
Jason Etheridge [Wed, 14 May 2014 13:40:39 +0000 (09:40 -0400)]
larger sleep after restarting ejabberd

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoadjust expected errors for Evergreen pre-req fetching
Jason Etheridge [Wed, 5 Mar 2014 16:25:48 +0000 (11:25 -0500)]
adjust expected errors for Evergreen pre-req fetching

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoexpecting errors
Jason Etheridge [Wed, 5 Mar 2014 16:23:00 +0000 (11:23 -0500)]
expecting errors

Tighten down the handling of expected errors, and communicate when there is a
mismatch (in addition to Failing the section).

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoutf-8 charset in web output
Jason Etheridge [Wed, 5 Mar 2014 14:58:55 +0000 (09:58 -0500)]
utf-8 charset in web output

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agotreat ERROR: as an error
Jason Etheridge [Fri, 21 Feb 2014 14:55:31 +0000 (09:55 -0500)]
treat ERROR: as an error

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agodon't need sudo here, we're already running as root
Jason Etheridge [Fri, 27 Dec 2013 20:37:39 +0000 (15:37 -0500)]
don't need sudo here, we're already running as root

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoconfigure the timezone
Jason Etheridge [Fri, 27 Dec 2013 20:36:55 +0000 (15:36 -0500)]
configure the timezone

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agolink to Gitweb
Jason Etheridge [Fri, 27 Dec 2013 19:36:17 +0000 (14:36 -0500)]
link to Gitweb

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agomore organized archive folder
Jason Etheridge [Fri, 27 Dec 2013 19:33:43 +0000 (14:33 -0500)]
more organized archive folder

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoLet's expect cronoutput.txt to be web accessible while it's running
Jason Etheridge [Fri, 27 Dec 2013 15:44:52 +0000 (10:44 -0500)]
Let's expect cronoutput.txt to be web accessible while it's running

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agodon't need to sort output of dpkg --list
Jason Etheridge [Fri, 27 Dec 2013 15:36:56 +0000 (10:36 -0500)]
don't need to sort output of dpkg --list

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoLet's highlight [ERR's in osrfsys.log
Jason Etheridge [Fri, 27 Dec 2013 15:33:50 +0000 (10:33 -0500)]
Let's highlight [ERR's in osrfsys.log

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agomake it easier to compare system information between runs
Jason Etheridge [Thu, 26 Dec 2013 22:28:00 +0000 (17:28 -0500)]
make it easier to compare system information between runs

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoexpose more surrounding output
Jason Etheridge [Thu, 26 Dec 2013 22:26:34 +0000 (17:26 -0500)]
expose more surrounding output

10 years agoactual log output
Jason Etheridge [Thu, 26 Dec 2013 20:29:17 +0000 (15:29 -0500)]
actual log output

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years ago2>&1 needs to be after > output.txt, but let us use &> instead
Jason Etheridge [Thu, 26 Dec 2013 19:38:28 +0000 (14:38 -0500)]
2>&1 needs to be after > output.txt, but let us use &> instead

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agosome tweaks by miker to the test launcher
Mike Rylander [Thu, 26 Dec 2013 18:14:46 +0000 (13:14 -0500)]
some tweaks by miker to the test launcher

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agopoint to our dedicated vm
Jason Etheridge [Thu, 14 Nov 2013 20:50:57 +0000 (15:50 -0500)]
point to our dedicated vm

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agolink to archive
Jason Etheridge [Thu, 17 Oct 2013 18:01:30 +0000 (14:01 -0400)]
link to archive

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agocopy/paste-o
Jason Etheridge [Fri, 11 Oct 2013 18:32:22 +0000 (14:32 -0400)]
copy/paste-o

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agosome fixes
Jason Etheridge [Fri, 11 Oct 2013 14:53:40 +0000 (10:53 -0400)]
some fixes

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agopoor man method of making exceptions for errors
Jason Etheridge [Thu, 10 Oct 2013 23:41:26 +0000 (19:41 -0400)]
poor man method of making exceptions for errors

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agodashes, not hyphens, and there is a restart-all
Jason Etheridge [Thu, 10 Oct 2013 23:15:31 +0000 (19:15 -0400)]
dashes, not hyphens, and there is a restart-all

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agomove getopts back to main scope
Jason Etheridge [Thu, 10 Oct 2013 22:49:11 +0000 (18:49 -0400)]
move getopts back to main scope

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoident error
Jason Etheridge [Thu, 10 Oct 2013 22:45:40 +0000 (18:45 -0400)]
ident error

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agorefactored, untested
Jason Etheridge [Thu, 10 Oct 2013 22:43:12 +0000 (18:43 -0400)]
refactored, untested

10 years agoback to master
Jason Etheridge [Thu, 10 Oct 2013 18:56:30 +0000 (14:56 -0400)]
back to master

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoexperiment with a master-derived topic branch
Jason Etheridge [Wed, 9 Oct 2013 19:18:57 +0000 (15:18 -0400)]
experiment with a master-derived topic branch

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoexperiment with a master-derived topic branch
Jason Etheridge [Wed, 9 Oct 2013 18:42:01 +0000 (14:42 -0400)]
experiment with a master-derived topic branch

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agomore separated output
Jason Etheridge [Wed, 9 Oct 2013 16:01:50 +0000 (12:01 -0400)]
more separated output

10 years agocopy/paste errors; cleaning this up
Jason Etheridge [Mon, 7 Oct 2013 20:28:52 +0000 (16:28 -0400)]
copy/paste errors; cleaning this up

10 years agomore output
Jason Etheridge [Mon, 7 Oct 2013 20:17:06 +0000 (16:17 -0400)]
more output

10 years agothinko
Jason Etheridge [Mon, 7 Oct 2013 19:13:59 +0000 (15:13 -0400)]
thinko

10 years agomore separation of output
Jason Etheridge [Mon, 7 Oct 2013 18:55:28 +0000 (14:55 -0400)]
more separation of output

10 years agomore output
Jason Etheridge [Mon, 7 Oct 2013 16:26:23 +0000 (12:26 -0400)]
more output

10 years agoosrf_control does not have restart_all
Jason Etheridge [Mon, 7 Oct 2013 15:54:16 +0000 (11:54 -0400)]
osrf_control does not have restart_all

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agouse osrf_control
Jason Etheridge [Thu, 3 Oct 2013 20:37:10 +0000 (16:37 -0400)]
use osrf_control

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agothe one script to fire it all off
Jason Etheridge [Thu, 3 Oct 2013 15:10:56 +0000 (11:10 -0400)]
the one script to fire it all off

10 years agosupport sql/Pg/live_t
Jason Etheridge [Thu, 19 Sep 2013 15:12:59 +0000 (11:12 -0400)]
support sql/Pg/live_t

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agothe perl livetests have not yet been committed, but let's use master for now
Jason Etheridge [Thu, 19 Sep 2013 15:06:37 +0000 (11:06 -0400)]
the perl livetests have not yet been committed, but let's use master for now

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agogit pull in the webifier
Jason Etheridge [Thu, 19 Sep 2013 14:56:34 +0000 (10:56 -0400)]
git pull in the webifier

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoback to integration branch for testing
Jason Etheridge [Wed, 21 Aug 2013 18:17:21 +0000 (14:17 -0400)]
back to integration branch for testing

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agohandle general test failure
Jason Etheridge [Wed, 21 Aug 2013 18:04:00 +0000 (14:04 -0400)]
handle general test failure

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoMove from integration branch to master
Jason Etheridge [Wed, 21 Aug 2013 17:38:40 +0000 (13:38 -0400)]
Move from integration branch to master

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agogo to correct directory
Jason Etheridge [Tue, 13 Aug 2013 21:01:48 +0000 (17:01 -0400)]
go to correct directory

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agocss tweak
Jason Etheridge [Tue, 13 Aug 2013 20:55:46 +0000 (16:55 -0400)]
css tweak

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agomore the merrier
Jason Etheridge [Tue, 13 Aug 2013 20:47:32 +0000 (16:47 -0400)]
more the merrier

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agofix quotes
Jason Etheridge [Tue, 13 Aug 2013 20:27:20 +0000 (16:27 -0400)]
fix quotes

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agomore output
Jason Etheridge [Tue, 13 Aug 2013 19:18:13 +0000 (15:18 -0400)]
more output

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoadd overall timing info
Jason Etheridge [Tue, 13 Aug 2013 17:02:06 +0000 (13:02 -0400)]
add overall timing info

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agosys info tweaks
Jason Etheridge [Mon, 12 Aug 2013 21:35:51 +0000 (17:35 -0400)]
sys info tweaks

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agosystem info
Jason Etheridge [Mon, 12 Aug 2013 21:01:45 +0000 (17:01 -0400)]
system info

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agogit logs
Jason Etheridge [Mon, 12 Aug 2013 20:17:30 +0000 (16:17 -0400)]
git logs

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoshow commit tips
Jason Etheridge [Mon, 12 Aug 2013 19:49:51 +0000 (15:49 -0400)]
show commit tips

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agolink the rss
Jason Etheridge [Mon, 12 Aug 2013 17:36:34 +0000 (13:36 -0400)]
link the rss

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agolet's peg this as the new home
Jason Etheridge [Mon, 12 Aug 2013 17:18:05 +0000 (13:18 -0400)]
let's peg this as the new home

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agoadd RSS to the webifier. temporary URL for now
Jason Etheridge [Mon, 12 Aug 2013 17:09:35 +0000 (13:09 -0400)]
add RSS to the webifier.  temporary URL for now

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agohave the output parser generate a set of HTML files
Jason Etheridge [Fri, 9 Aug 2013 21:58:00 +0000 (17:58 -0400)]
have the output parser generate a set of HTML files

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agopoint to a better named integration branch
Jason Etheridge [Fri, 9 Aug 2013 17:36:31 +0000 (13:36 -0400)]
point to a better named integration branch

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agocleanup
Jason Etheridge [Fri, 9 Aug 2013 17:32:13 +0000 (13:32 -0400)]
cleanup

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agomore tweaks for EG make check
Jason Etheridge [Fri, 9 Aug 2013 08:07:51 +0000 (04:07 -0400)]
more tweaks for EG make check

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agonot finding oils_utils.h
Jason Etheridge [Fri, 9 Aug 2013 07:44:46 +0000 (03:44 -0400)]
not finding oils_utils.h

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
10 years agotry to prevent EG make check from failing
Jason Etheridge [Fri, 9 Aug 2013 06:55:05 +0000 (02:55 -0400)]
try to prevent EG make check from failing

Signed-off-by: Jason Etheridge <jason@esilibrary.com>