Tony CHEMIT pushed to branch master at ultreiaio / ird-t3
Commits:
-
f9304adc
by 166231 at 2017-04-10T14:24:20+00:00
-
237c8952
by 166231 at 2017-04-10T14:31:00+00:00
-
40800720
by 166231 at 2017-04-10T14:31:00+00:00
-
fbd0168a
by 166231 at 2017-04-10T14:31:01+00:00
-
8eefa637
by Tony CHEMIT at 2017-04-10T19:48:32+02:00
-
83dce961
by Tony CHEMIT at 2017-04-10T19:51:21+02:00
-
c1a5219e
by Tony CHEMIT at 2017-04-10T19:52:15+02:00
-
601f4ee5
by Tony CHEMIT at 2017-04-10T19:53:03+02:00
-
e0ca34a8
by 166231 at 2017-04-10T18:04:58+00:00
-
13ec19d0
by 166231 at 2017-04-10T18:13:37+00:00
4 changed files:
Changes:
| ... | ... | @@ -84,11 +84,23 @@ stage: |
| 84 | 84 |
<<: *test_manual
|
| 85 | 85 |
<<: *before_script_clone
|
| 86 | 86 |
script:
|
| 87 |
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
| 88 |
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
| 89 |
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
|
|
| 90 |
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
|
|
| 91 |
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
| 87 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
| 88 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
| 89 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
|
|
| 90 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
|
|
| 91 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
| 92 |
+ |
|
| 93 |
+release:
|
|
| 94 |
+ <<: *env_staging
|
|
| 95 |
+ <<: *test_manual
|
|
| 96 |
+ <<: *before_script_clone
|
|
| 97 |
+ script:
|
|
| 98 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
| 99 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
| 100 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
|
|
| 101 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
|
|
| 102 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | sed 's/$1/$STAGE/' | bash
|
|
| 103 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
| 92 | 104 |
|
| 93 | 105 |
latest-site:
|
| 94 | 106 |
<<: *env_test
|
| ... | ... | @@ -143,13 +155,13 @@ release: |
| 143 | 155 |
<<: *staging
|
| 144 | 156 |
when: manual
|
| 145 | 157 |
script:
|
| 146 |
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
|
|
| 158 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
|
|
| 147 | 159 |
|
| 148 | 160 |
drop:
|
| 149 | 161 |
<<: *staging
|
| 150 | 162 |
when: manual
|
| 151 | 163 |
script:
|
| 152 |
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/$STAGE/' | bash
|
|
| 164 |
+ - wget -q &-O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/$STAGE/' | bash
|
|
| 153 | 165 |
|
| 154 | 166 |
production:
|
| 155 | 167 |
stage: Production
|
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 |
```
|
| 4 | 4 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
| 5 | 5 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
| 6 |
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 6 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdt3/' | bash
|
|
| 7 | 7 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
|
| 8 | 8 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
| 9 | 9 |
```
|
| ... | ... | @@ -15,15 +15,15 @@ Create stage |
| 15 | 15 |
```
|
| 16 | 16 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
| 17 | 17 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
| 18 |
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 19 |
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 18 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdt3/' | bash
|
|
| 19 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdt3/' | bash
|
|
| 20 | 20 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
| 21 | 21 |
```
|
| 22 | 22 |
|
| 23 | 23 |
And to release stage
|
| 24 | 24 |
|
| 25 | 25 |
```
|
| 26 |
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 26 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdt3/' | bash
|
|
| 27 | 27 |
```
|
| 28 | 28 |
|
| 29 | 29 |
# Generate site
|
| 1 | 1 |
# T3
|
| 2 | 2 |
|
| 3 |
-[](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22fr.ird.t3%22%20AND%20a%3A%t3%22)
|
|
| 3 |
+[](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22fr.ird.t3%22%20AND%20a%3A%22t3%22)
|
|
| 4 | 4 |

|
| 5 | 5 |
[](http://www.gnu.org/licenses/agpl-3.0.txt)
|
| 6 | 6 |
|
| ... | ... | @@ -11,3 +11,8 @@ |
| 11 | 11 |
* [Mailing-list (Devel)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/t3-devel)
|
| 12 | 12 |
* [Mailing-list (Commits)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/t3-commits)
|
| 13 | 13 |
* [Contact](mailto:dev@tchemit.fr)
|
| 14 |
+ |
|
| 15 |
+# Demo
|
|
| 16 |
+ |
|
| 17 |
+* [Demo (latest)](https://demo.ultreia.io/t3-latest)
|
|
| 18 |
+* [Demo (2.0)](https://demo.ultreia.io/t3-2.0)
|
| ... | ... | @@ -143,6 +143,9 @@ |
| 143 | 143 |
|
| 144 | 144 |
<log4jVersion>1.2.17</log4jVersion>
|
| 145 | 145 |
|
| 146 |
+ <!-- deploy nothing -->
|
|
| 147 |
+ <maven.deploy.skip>true</maven.deploy.skip>
|
|
| 148 |
+ |
|
| 146 | 149 |
</properties>
|
| 147 | 150 |
|
| 148 | 151 |
<dependencyManagement>
|