This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-site.git
commit b0242e8bb1c273100eb285f1a3dce631fc8df0b8 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Oct 30 12:18:35 2017 +0100 Updates to GitHub information --- .../content/documentation/development/getting-and-building-sling.md | 3 +++ src/main/jbake/content/project-information.md | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/jbake/content/documentation/development/getting-and-building-sling.md b/src/main/jbake/content/documentation/development/getting-and-building-sling.md index 982c73f..a9ec91e 100644 --- a/src/main/jbake/content/documentation/development/getting-and-building-sling.md +++ b/src/main/jbake/content/documentation/development/getting-and-building-sling.md @@ -15,6 +15,9 @@ Rather than performing a full build of Sling, which can take 5-10 minutes on a r repository is up to date, it's recommended to build only the launchpad and the modules you're interested in. ## tl:dr - Short form build + run instructions + +**TODO This needs to be updated due to our move to Git, please ask on our dev list if unsure** + If you already have the required svn (or Git, see below) client, JDK and Maven installed, here's the short form recipe: $ svn co http://svn.apache.org/repos/asf/sling/trunk sling diff --git a/src/main/jbake/content/project-information.md b/src/main/jbake/content/project-information.md index 9a594fe..bfb25e9 100644 --- a/src/main/jbake/content/project-information.md +++ b/src/main/jbake/content/project-information.md @@ -40,10 +40,9 @@ The issue tracker can be found at [http://issues.apache.org/jira/browse/SLING](h As of October 2017 the Sling source code has migrated to multiple GitHub repositories, synced to the canonical ASF Git repositories using the [ASF Git](https://gitbox.apache.org/) services. -All our repositories have `sling` in their name and are found under the `apache` organization, use [this search link](https://github.com/apache/?utf8=%E2%9C%93&q=sling) to find them. - -As of October 19th this migration is not fully complete, see [SLING-3987](https://issues.apache.org/jira/browse/SLING-3987) for details. +The [sling-aggregator](https://github.com/apache/sling-aggregator) repository can be used to checkout all Sling modules. +All our repositories have `sling` in their name and are found under the `apache` organization, use [this search link](https://github.com/apache/?utf8=%E2%9C%93&q=sling) to find them. ## Continuous Integration -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
