Repository: buildr Updated Branches: refs/heads/master 509fb9a42 -> 3cc25ed92
Remove section of documentation referring to getting development builds from Assaf home folder Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/3cc25ed9 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/3cc25ed9 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/3cc25ed9 Branch: refs/heads/master Commit: 3cc25ed922d0de2b43f52c3595fb08d67c3024b2 Parents: 509fb9a Author: Antoine Toulme <[email protected]> Authored: Thu Jul 27 23:41:43 2017 -0700 Committer: Antoine Toulme <[email protected]> Committed: Thu Jul 27 23:41:43 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + doc/contributing.textile | 19 ------------------- 2 files changed, 1 insertion(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/3cc25ed9/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index ad3906c..70388a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ 1.5.4 (Pending) * Added: Support to compiling Kotlin +* Fixed: Remove section on development builds in the Contributing section. 1.5.3 (2017-05-17) * Change: Add support for gwt 2.8.1 to gwt addon. http://git-wip-us.apache.org/repos/asf/buildr/blob/3cc25ed9/doc/contributing.textile ---------------------------------------------------------------------- diff --git a/doc/contributing.textile b/doc/contributing.textile index 6e23f4e..bc89525 100644 --- a/doc/contributing.textile +++ b/doc/contributing.textile @@ -99,25 +99,6 @@ The _install_ task creates a Gem in your working directory (_pkg/_) and install Both _setup_ and _install_ tasks use the @sudo@ command on platforms that require it (i.e. not Windows), so there's no need to run @sudo rake@ when working with the Buildr source code. - -h3. Using development build - -Occasionally we'll make development builds from the current code in trunk/head. We appreciate if you can take the time to test those out and report any bugs. To install development builds, use the Gem repository at @people.apache.org/~assaf/buildr/snapshot@: - -{% highlight sh %} -gem source --add http://people.apache.org/~assaf/buildr/snapshot/ -{% endhighlight %} - -Since Ruby Gems uses version numbers to detect new releases, if you installed Buildr from a snapshot and want to upgrade to a newer snapshot or the latest official release, you need to use @gem install buildr@ rather than @gem upgrade@. - -If you want to go back to using the RubyForge releases: - -{% highlight sh %} -gem source --remove http://people.apache.org/~assaf/buildr/snapshot/ -gem install buildr -{% endhighlight %} - - h2(#testing). Tested and Documented Two things we definitely encourage!
