Skip to content

Commit

Permalink
Change midpoint.tar.gz download location
Browse files Browse the repository at this point in the history
Temporarily we refer to manually-build image instead
of nightly builds present in nexus.
  • Loading branch information
mederly committed Aug 30, 2018
1 parent 35be934 commit a7addd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grouper-midpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ All files needed to build and compose these containers are in `mp-gr` directory.
## Downloading midPoint

Before building, please build or download current `midpoint-3.9-SNAPSHOT-dist.tar.gz` file and put it into `mp-gr/midpoint-server` directory. There are the following options:
1. Build midPoint from sources as described [here](https://wiki.evolveum.com/display/midPoint/Building+MidPoint+From+Source+Code).
1. Build midPoint from sources as described [here](https://wiki.evolveum.com/display/midPoint/Building+MidPoint+From+Source+Code) - but use `tmp/tier` branch instead of `master`. It should contain a bit more stable code in comparison with the master branch.
2. Use `download-midpoint` script.
3. Download midPoint manually from [Evolveum Nexus](https://nexus.evolveum.com/nexus/content/repositories/snapshots/com/evolveum/midpoint/dist/3.9-SNAPSHOT/) (you have to choose the correct version).
3. Download midPoint manually from [Evolveum web site](https://evolveum.com/downloads/midpoint-tier/midpoint-3.9-SNAPSHOT-dist.tar.gz).

Showing e.g. the second option:

Expand Down
2 changes: 1 addition & 1 deletion grouper-midpoint/download-midpoint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "Downloading midPoint 3.9-SNAPSHOT"
echo "-----------------------------------------"
curl --output mp-gr/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz "https://nexus.evolveum.com/nexus/service/local/artifact/maven/content?r=snapshots&g=com.evolveum.midpoint&a=dist&v=LATEST&c=dist&p=tar.gz"
curl --output mp-gr/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz "https://evolveum.com/downloads/midpoint-tier/midpoint-3.9-SNAPSHOT-dist.tar.gz"
echo "-----------------------------------------"
echo "Checking the download..."
if tar -tf mp-gr/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz >/dev/null; then
Expand Down

0 comments on commit a7addd4

Please sign in to comment.