Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

Commit

Permalink
Use Fedora 3.8.0 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
claussni committed Jan 14, 2015
1 parent d27c498 commit dbce324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
- name: Load environment variables
command: sh /etc/profile.d/fedora-env.sh

- name: Download Fedora 3.8.0-RC1 Installer
- name: Download Fedora 3.8.0 Installer
get_url: >
url=https://github.com/fcrepo3/fcrepo/releases/download/v3.8.0-RC1/fcrepo-installer-3.8.0-SNAPSHOT.jar
url=http://downloads.sourceforge.net/project/fedora-commons/fedora/3.8.0/fcrepo-installer-3.8.0.jar
dest=/home/vagrant/fcrepo-installer.jar
force=no
- name: Install Fedora 3.8.0-RC1
- name: Install Fedora 3.8.0
command: >
java -jar /home/vagrant/fcrepo-installer.jar
/vagrant/provisioning/install.properties
Expand Down

0 comments on commit dbce324

Please sign in to comment.