-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename cougar to disco in file content
- Loading branch information
Showing
2,210 changed files
with
27,213 additions
and
27,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jdk: | |
notifications: | ||
email: | ||
recipients: | ||
- betfair-cougar[email protected] | ||
- betfair-disco[email protected] | ||
on_success: always | ||
on_failure: always | ||
before_install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Documentation Publishing | |
------------------------ | ||
* Ensure you have configured a [GitHub SSH Key](https://help.github.com/articles/generating-ssh-keys) | ||
* Pull the latest [betfair/gh-pages-publishing](https://github.com/betfair/gh-pages-publishing) | ||
* Run ```./publish betfair/cougar <github-user> <branch-name>``` | ||
* Run ```./publish betfair/disco <github-user> <branch-name>``` | ||
|
||
Snapshot Deploy | ||
--------------- | ||
|
@@ -15,16 +15,16 @@ Snapshot Deploy | |
|
||
Releasing | ||
--------- | ||
* Branch cougar to create the release branch | ||
* Branch disco to create the release branch | ||
* Perform maven release - see below | ||
* Branch the cougar-documentation to create the release documentation | ||
* Publish the new cougar-documentation branch | ||
* Change the master cougar-documentation to reference the new release | ||
* Branch the disco-documentation to create the release documentation | ||
* Publish the new disco-documentation branch | ||
* Change the master disco-documentation to reference the new release | ||
* Branch the archetypes to create the release branch | ||
* Update the archetypes on the release branch to reference the release version | ||
* [Perform maven release](https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide) on the archetype branch | ||
* Update the archetypes on the master branch to reference the new SNAPSHOT | ||
* Send notification email to betfair-cougar@googlegroups.com | ||
* Send notification email to betfair-disco@googlegroups.com | ||
|
||
Perform maven release | ||
--------------------- | ||
|
@@ -47,9 +47,9 @@ mvn release:prepare | |
# enter gpg passphrase when prompted | ||
# some fudgery required now, namely to install release binaries in local repo | ||
cd target | ||
git clone --branch 3.2.0 [email protected]:betfair/cougar checkout | ||
git clone --branch 3.2.0 [email protected]:betfair/disco checkout | ||
cd checkout | ||
git fetch [email protected]:betfair/cougar | ||
git fetch [email protected]:betfair/disco | ||
git checkout 3.2.0 | ||
mvn install -Dmaven.test.skip=true | ||
cd .. | ||
|
@@ -74,7 +74,7 @@ mvn release:clean | |
If you have errors due to a pre-existing tag, then delete using: | ||
``` | ||
# remote | ||
git push origin :cougar-master-pom-3.2.0 | ||
git push origin :disco-master-pom-3.2.0 | ||
# local | ||
git tag -d cougar-master-pom-3.2.0 | ||
git tag -d disco-master-pom-3.2.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.