forked from dwhinham/mt32-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add several improvements to updater script
- Loading branch information
Showing
3 changed files
with
331 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[updater] | ||
|
||
# Your mt32-pi's hostname or IP address | ||
host = mt32-pi | ||
|
||
# The FTP username/password as specified in mt32-pi.cfg | ||
ftp_username = mt32-pi | ||
ftp_password = mt32-pi | ||
|
||
# FTP connection timeout (seconds); try increasing this value if your network | ||
# isn't very reliable | ||
connection_timeout = 5 | ||
|
||
# Comma-separated list of paths within the update package to ignore; | ||
# trailing slash indicates entire directory | ||
ignore_list = roms/, soundfonts/ | ||
|
||
# Set this to off to prevent this script from updating itself | ||
self_update = on | ||
|
||
# Set this to on to skip the mt32-pi version check and update anyway | ||
force_update = off | ||
|
||
# Set this to off to skip showing the release notes | ||
show_release_notes = on |
Oops, something went wrong.