Skip to content

Commit

Permalink
Pinned Tautulli version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaang committed Jan 25, 2019
1 parent 20134d7 commit 0b22bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wdpk/tautulli/apkg.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tautulli
Version: 2.1.18b
Version: 2.1.26
Packager: TFL
Email:
Homepage: https://tautulli.com
Expand Down
5 changes: 5 additions & 0 deletions wdpk/tautulli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ cd ${APKG_PATH}
/opt/bin/git clone https://github.com/Tautulli/Tautulli.git
[ ! $? -eq 0 ] && exit 3

# checkout current supported version. feel free to update afterwards.
cd Tautulli
/opt/bin/git checkout v2.1.26
cd ..

# restore config
if [ -f ${APKG_CONFIG_BACKUP} ]; then
echo "Restore ${APKG_MODULE} config"
Expand Down

0 comments on commit 0b22bdc

Please sign in to comment.