Commit Graph

76 Commits

Author SHA1 Message Date
Korry Clark
3c1f7cbd40 merge 2016-10-18 13:52:01 -07:00
Zeeshan Lakhani
8fff405f2d since lts is 2.0.7, build 2.0.7 2016-09-08 14:26:19 -04:00
Brett Hazen
9298143182 Update rtdev-build-releases.sh to use R16B02-basho10 2016-03-06 22:42:50 -07:00
Luke Bakken
5a434ef15a Ensure git adds everything and ignores any global ignore settings 2016-01-26 11:02:59 -07:00
Luke Bakken
9b521b9d7d Ensure git adds everything and ignores any global ignore settings 2016-01-26 04:59:05 -08:00
Andrei Zavada
aa3156beb3 prevent priv/*.so files from being deleted by git clean -fd
When the latter is executed in rtdev-current.sh, the devrel in
$RT_DEST_DIR becomes subtly broken
2015-12-04 04:42:01 +02:00
Doug Rohrer
2d7ac6ab4f Merge of several YZ changes and overload fix from riak/2.0 to riak/2.1 2015-10-23 12:56:06 -04:00
Brett Hazen
8a99d7545b Add rtdev-install.sh 2015-09-01 14:33:29 -06:00
Brett Hazen
ff1f73c821 Update versions built 2015-08-04 02:42:01 +00:00
Mark Allen
c192f92faf Make release tags BASH variable 2015-08-03 14:41:28 -05:00
Brett Hazen
920ddf7c03 Update R16 version to OTP_R16B02_basho9 tag 2015-08-03 19:18:38 +00:00
Brett Hazen
659f96ae34 Build Basho-patched Erlang and add tweaks for CentOS 2015-08-03 19:10:30 +00:00
Brett Hazen
2e1290f17a Merge pull request #819 from basho/feature/mra/rtdev-osx
If we're building on OS X, don't build HiPE or ODBC connector
2015-08-03 10:06:53 -06:00
Mark Allen
c746eb9290 Make the erlang builds more official 2015-07-31 21:09:48 -05:00
Mark Allen
b44a6702eb Merge branch 'feature/bch/update-rtdev-versions' of github.com:/basho/riak_test into feature/bch/update-rtdev-versions 2015-07-31 16:26:50 -05:00
Mark Allen
3c9fae3241 Make the release build process more reliable
Many changes here:
* Only download source once from the Interwebs
* Skip a directory if it's already built
* Use locked-deps when appropriate
2015-07-31 16:23:40 -05:00
Mark Allen
1e680333dd If Darwin, don't build hipe/odbc 2015-07-30 17:10:16 -05:00
Brett Hazen
73c24ab861 Update the URL for pulling down kerl 2015-07-30 09:39:22 -06:00
Brett Hazen
2ea13ff15f Add product name back to VERSION file 2015-07-24 08:58:13 -06:00
Brett Hazen
e8a92c4c28 Back out addition of --ignore-removal from git add command 2015-07-21 14:45:43 -06:00
Brett Hazen
9fae776d41 Update documented versions to be 1.4, 2.0 and 2.1 2015-07-21 13:31:19 -06:00
Brett Hazen
5b82111747 Strip the newline at the end of the VERSION file 2015-06-02 10:17:19 -06:00
Brett Hazen
d61060a89f Change the VERSION file to have only the dotted version, not the product 2015-06-02 09:37:07 -06:00
Brett Hazen
d868cb5df3 Add in the VERSION file for each version of the built devrel 2015-06-01 23:23:07 -06:00
Brett Hazen
c7dad9cb93 Switch to using devrels instead of stagedevrels 2015-06-01 14:31:16 -06:00
Brett Hazen
8223c7d961 Update build versions to 2.1.1 2015-06-01 12:49:52 -06:00
Andrei Zavada
6a9d81997d safeguard against accidentally any parent dir under git 2015-04-01 18:34:46 +03:00
Luke Bakken
bc1507b4ad Improve README and other minor tweaks.
Rather than suggest editing the bootstrap scripts we should recommend
setting environment variables to point to existing Erlang installations,
if present.

Also updated the build versions to 2.0.0rc1 and 1.4.10
2015-01-20 07:26:48 -08:00
John Burwell
a37832d7f9 Verify the list of HTTP stats keys is complete
* Checks the list of stats keys returned from the HTTP endpoint
    is complete -- delineating between riak and riak_ee.  The test will
    fail if the list returned from the HTTP endpoint does not exactly match
    the expected list.  This behavior acts as a forcing function to ensure
    that the expected list is properly maintained as stats are added and
    removed.
    * Modifies reset-current-env to properly clean dependencies when a
    full clean is requested and remove the current directory in the
    target test instance.
    * Adds logging to verify_riak_stats to explain the addition steps
    being performed
    * Adds rt:product/1 to determine whether a node is running riak,
    riak_ee, or riak_cs
    * Adds tools.mk support and eunit scaffolding to rebar.config
    * Modifies reset-current-env.sh to remove the current directory in
    the target test instance
2015-01-08 17:23:25 -05:00
Brett Hazen
19fb4fa50a Revert to redirecting git output to /dev/null 2014-10-10 13:15:53 -06:00
Brett Hazen
735301f303 Update scripts to build more recent older versions and fix issues with Riak 1.3.x 2014-09-17 15:31:54 -06:00
John Burwell
6d8c504dba - Verifies Riak startup behavior when strong consistency is enabled and
AAE is disabled.  (defect https://github.com/basho/riak_kv/issues/959)
- Adds additional console output to reset-current-env to explain
  configuration and steps being executed
- Adds the -n option to the reset-current-env script to specify the
  number of nodes to build.  By default, 5 will be created.
2014-06-10 15:01:10 -04:00
John Burwell
36741bb977 - Adds tests to verify the operation of list keys and list buckets when
an undefined bucket type is specified.  (defect #875)
- Adds a description of the reset-current-env.sh script and its
  usage to README.md
- Corrects a spelling mistake in an information message emitted by
  the reset-current-env.sh script
2014-06-03 13:44:05 -04:00
Jared Morrow
76cc312f31 Change previous riak release to 1.4.8 rather than 1.4.2 2014-04-16 07:29:55 -06:00
Sean Cribbs
d94becfa0f Merge pull request #465 from basho/ajs-setup-releases-current-only
init ~/rt/riak even if releases aren't built
2014-01-06 11:01:00 -08:00
Andrew J. Stone
eaf4b2095e init ~/rt/riak even if releases aren't built
This change allows initialization of ~/rt/riak to proceed even if
releases aren't built, or if you run this script outside of your
test-releases directory. It will report this to the user however.

This is useful if you only want to run riak tests against current. New
users of riak test and people working on bugs on crazy branches will
especially want this since they likely do not want to take the time to
build multiple releases that may not even be relevant to the bug.
2013-12-06 20:57:43 -05:00
Andrew J. Stone
963f5eb2b9 only redirect stdout to /dev/null 2013-12-06 18:55:12 -05:00
Andrew J. Stone
9088324219 do not redirect errors for rtdev-current.sh to /dev/null 2013-12-06 18:31:02 -05:00
Jared Morrow
aab40030c7 Update setup scripts for 2.0.0 2013-09-23 13:55:28 -06:00
Brett Hazen
8ab77185a9 Update previous version to 1.3.2 2013-07-03 09:47:26 +01:00
Brett Hazen
f730fa65be Update tests for Riak 1.4.0 2013-06-07 10:33:01 -05:00
Reid Draper
f0de5d2634 Stop shell scripts if there's an error 2013-04-02 17:55:15 -04:00
Andrew J. Stone
9c9b8475e7 remove spaces around RES to fix build errors 2013-03-20 12:25:20 -04:00
Joe DeVivo
d5ff849660 build-releases, now with 1.3 battle action 2013-02-28 14:39:37 -07:00
Jared Morrow
058483d73e Setup script should let you know when things fail 2013-02-20 13:42:29 -07:00
Jesse Williamson
150057e79e Added -p to mkdir so that parent directories are made. 2013-02-08 15:13:43 -08:00
Dave Parfitt
f6f1388243 Merge pull request #170 from basho/dip_change_rt_dir
Change the default rt dir to $HOME/rt/riak
2013-01-23 11:34:49 -08:00
Dave Parfitt
cb03451369 default rt dir to $HOME/rt/riak 2013-01-23 12:05:49 -05:00
Joe DeVivo
645adb75b1 Removed R14B03 and riak 1.0.3 from build sh script 2013-01-23 09:46:47 -07:00
Dave Parfitt
7ebba3b480 change default rt dir from /tmp to ~/rt/riak 2013-01-23 11:43:19 -05:00