Browse Source

add missing staticrepo index file

gitignore was keeping it off the repository, and we hadn't noticed.

The file weighs 1.6MB, but it's a great way to test with a real index
with the right size and signature. Moreover, we likely won't be updating
this file often - perhaps once every couple of years, as the index
format progresses.

Most importantly, the file is not part of any importable Go package, so
it should never find its way to a vendor folder or a module archive.
pull/44/head
Daniel Martí 7 years ago
parent
commit
f081644af9
  1. 3
      .gitignore
  2. BIN
      testdata/staticrepo/index-v1.jar

3
.gitignore vendored

@ -5,3 +5,6 @@ cmd/fdroidcl/fdroidcl
*.xml
*.jar
*-etag
# Allow testdata/staticrepo
!/testdata/staticrepo/*

BIN
testdata/staticrepo/index-v1.jar vendored

Binary file not shown.
Loading…
Cancel
Save