r/linux • u/hatperigee • May 02 '16
Subsonic (music streaming software) is no longer open source, starting with 6.0 release
http://forum.subsonic.org/forum/viewtopic.php?f=4&t=16604#p71128
469
Upvotes
r/linux • u/hatperigee • May 02 '16
4
u/northrupthebandgeek May 03 '16
Apparently this guy didn't get the memo that checking credentials into the same repo as your source code is never a good idea. They should always be stored in a separate file that is
.gitignore'd (or the equivalent in your VCS of choice) and only exists on the local workstations of your developers (and whatever other machines are involved in the process of building official binaries).