You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/11 09:04:33 UTC

[1/2] flex-site git commit: - Added some change to trigger a build

Repository: flex-site
Updated Branches:
  refs/heads/maven-site 62d3fe029 -> a507d6b5c


- Added some change to trigger a build


Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/71f162d0
Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/71f162d0
Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/71f162d0

Branch: refs/heads/maven-site
Commit: 71f162d034aad135db19d7a48a4b5ab8d5aeee45
Parents: 62d3fe0
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Oct 11 09:49:30 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Oct 11 09:49:30 2016 +0200

----------------------------------------------------------------------
 src/site/markdown/dev-webiste.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-site/blob/71f162d0/src/site/markdown/dev-webiste.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/dev-webiste.md b/src/site/markdown/dev-webiste.md
index 3d6d7f5..ae8d9a9 100644
--- a/src/site/markdown/dev-webiste.md
+++ b/src/site/markdown/dev-webiste.md
@@ -129,6 +129,7 @@ At least after this you should see some results in the job overview page.
 
 ## Open Issues
 
-1. Currently the automatic commit used by the `maven-site-plugin` doesn't seem to allow committing, so I'll have to figure out that one.
-2. As soon the build works and the content is migrated, we have to request Infa to setup `gitpubsub` to sync the content of the `asf-site` with the Flex projects content in the Infra webserver SVN repo.
+1. Currently the `buildbot` job doesn't automatically start as soon as someone checks in something into the `maven-site` branch.
+2. Currently the automatic commit used by the `maven-site-plugin` doesn't seem to allow committing, so I'll have to figure out that one.
+3. As soon the build works and the content is migrated, we have to request Infa to setup `gitpubsub` to sync the content of the `asf-site` with the Flex projects content in the Infra webserver SVN repo.
 


[2/2] flex-site git commit: - Added a dependency maven seems to be missing on buidbot

Posted by cd...@apache.org.
- Added a dependency maven seems to be missing on buidbot


Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/a507d6b5
Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/a507d6b5
Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/a507d6b5

Branch: refs/heads/maven-site
Commit: a507d6b5c1a5639dd34c5e60f0e30c3f6438163c
Parents: 71f162d
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Oct 11 11:03:35 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Oct 11 11:03:35 2016 +0200

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-site/blob/a507d6b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 15a2967..d47ef98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,11 @@
         </configuration>
         <dependencies>
           <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</version>
+          </dependency>
+          <dependency>
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-core</artifactId>
             <version>1.6</version>