You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2017/10/30 11:18:46 UTC

[sling-site] branch master updated (f86174d -> b0242e8)

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git.


    from f86174d  Link to Incubator website content
     new e244e07  Source code moved to Git
     new 0c3d03f  Merge branch 'master' of github.com:apache/sling-site
     new b0242e8  Updates to GitHub information

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../development/getting-and-building-sling.md      |  3 ++
 src/main/jbake/content/project-information.md      | 58 ++--------------------
 2 files changed, 7 insertions(+), 54 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-site] 03/03: Updates to GitHub information

Posted by bd...@apache.org.
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 <bd...@apache.org>
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
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-site] 01/03: Source code moved to Git

Posted by bd...@apache.org.
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 e244e0776d38bc8285baed9758ffb2dd9f654644
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Oct 19 12:48:52 2017 +0200

    Source code moved to Git
---
 src/main/jbake/content/project-information.md | 57 ++-------------------------
 1 file changed, 4 insertions(+), 53 deletions(-)

diff --git a/src/main/jbake/content/project-information.md b/src/main/jbake/content/project-information.md
index 681da3f..9a594fe 100644
--- a/src/main/jbake/content/project-information.md
+++ b/src/main/jbake/content/project-information.md
@@ -1,7 +1,7 @@
 title=Project Information		
 type=page
 status=published
-tags=mailinglists,issuetracker,sourcecode
+tags=mailinglists,issuetracker,sourcecode,git,github
 ~~~~~~
 
 This document provides an overview of the various documents and links that are part of this project's general information:
@@ -38,60 +38,11 @@ The issue tracker can be found at [http://issues.apache.org/jira/browse/SLING](h
 
 ## Source Repository
 
-This project uses Subversion to manage its source code. Instructions on Subversion use can be found at [http://svnbook.red-bean.com/](http://svnbook.red-bean.com/).
+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.
 
-We are migration to a Git setup, stay tuned for updates.
+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.
 
-### Web Access
-
-The following is a link to the online source repository.
-
-
-    http://svn.apache.org/viewvc/sling/trunk
-
-
-### Anonymous access
-
-The source can be checked out anonymously from SVN with this command:
-
-
-    $ svn checkout http://svn.apache.org/repos/asf/sling/trunk sling
-
-
-### Developer access
-
-Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.
-
-
-    $ svn checkout https://svn.apache.org/repos/asf/sling/trunk sling
-
-
-To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)
-
-
-    $ svn commit --username your-username -m "A message"
-
-
-### Access from behind a firewall
-
-For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:
-
-
-    $ svn checkout https://svn.apache.org/repos/asf/sling/trunk sling
-
-
-### Access through a proxy
-
-The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)
-
-There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.
-
-Example : Edit the 'servers' file and add something like :
-
-
-    [global]
-    http-proxy-host = your.proxy.name
-    http-proxy-port = 3128
+As of October 19th this migration is not fully complete, see [SLING-3987](https://issues.apache.org/jira/browse/SLING-3987) for details.
 
 
 ## Continuous Integration

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-site] 02/03: Merge branch 'master' of github.com:apache/sling-site

Posted by bd...@apache.org.
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 0c3d03fc392783a7cc5d0ea2927ccb729430f184
Merge: e244e07 f86174d
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Oct 30 12:12:38 2017 +0100

    Merge branch 'master' of github.com:apache/sling-site

 README.md                                                           | 2 +-
 .../content/documentation/bundles/org-apache-sling-junit-bundles.md | 6 +++---
 src/main/jbake/content/releases.md                                  | 1 +
 src/main/jbake/templates/downloads.tpl                              | 2 +-
 src/main/jbake/templates/header.tpl                                 | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.