Skip to content

Commit

Permalink
4.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Mar 18, 2017
1 parent 36eeb80 commit fa653a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_scripts/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ if [ ! -d $DOWNLOAD_DIR ]; then
mkdir $DOWNLOAD_DIR
fi

FEDORA_VERSION=4.6.1
FEDORA_VERSION=4.6.2
# FEDORA_TAG will usually be the exact same as FEDORA_VERSION, they are used to download the fcrepo-webapp-plus war file from
# https://github.com/fcrepo4-exts/fcrepo-webapp-plus/releases/download/fcrepo-webapp-plus-${FEDORA_TAG}/fcrepo-webapp-plus-${FEDORA_VERSION}.war
FEDORA_TAG=4.6.1
FEDORA_TAG=4.6.2
# true to enable auth, false to disable it
FEDORA_AUTH=true
FEDORA_AUDIT=true
Expand Down

3 comments on commit fa653a8

@awoods
Copy link

@awoods awoods commented on fa653a8 Mar 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ruebot : can you push this 4.6.2 vagrant commit to the maintenance branch: https://github.com/fcrepo4-exts/fcrepo4-vagrant/commits/4.6-maintenance

@ruebot
Copy link
Author

@ruebot ruebot commented on fa653a8 Mar 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, yeah. I'll do that when I get home in a few hours.

@ruebot
Copy link
Author

@ruebot ruebot commented on fa653a8 Mar 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@awoods done

Please sign in to comment.