chiark / gitweb /
update: allow repo files to use _ in the file names
authorHans-Christoph Steiner <hans@eds.org>
Mon, 15 May 2017 17:47:31 +0000 (19:47 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 18 May 2017 14:13:17 +0000 (16:13 +0200)
commit5d705452f581b851bcc2f8aa3e8cdc7d50b61de7
tree55a38d17dfe2a4f446c7ba6a328968ab93eabb7a
parent84bb41a91f71ef6d3e2acfb09232f4e26c7c4421
update: allow repo files to use _ in the file names

_ is a valid character for Java package names, so it should also work in
the repo file naming scheme. This makes it so it only splits the file
name based on the last _.
fdroidserver/update.py