LibraryOfCongress / bagger

The Bagger application packages data files according to the BagIt specification.
Other
120 stars 19 forks source link

Customize profiles home #11 #12

Closed johnscancella closed 8 years ago

johnscancella commented 8 years ago

closes #11 - customize profile locations/enable profiles across all users

Now the profile loader will look for the system property BAGGER_PROFILES_HOME and if it exists will use that instead of the user's home directory. This can be set using environment variable BAGGER_OPTS like this in bash: export BAGGER_OPTS="-DBAGGER_PROFILES_HOME=/tmp"

jesswhyte commented 8 years ago

thank you!