Something went wrong while setting issue due date.
Index signature mismatch when updating swap repo
When connecting to a swap repo, the sinature of the .jar file doesn't validate correctly. This prevents the repo from being updated.
Getting signed index from http://10.0.0.6:8888/fdroid/repo at 2014-08-06 20:24:47
D Index has 1 signature(s)
E Error updating repository http://10.0.0.6:8888/fdroid/repo: Index signature mismatch
E org.fdroid.fdroid.updater.RepoUpdater$UpdateException: Index signature mismatch
E at org.fdroid.fdroid.updater.SignedRepoUpdater.extractIndexFromJar(SignedRepoUpdater.java:74)
E at org.fdroid.fdroid.updater.SignedRepoUpdater.getIndexFromFile(SignedRepoUpdater.java:117)
E at org.fdroid.fdroid.updater.RepoUpdater.update(RepoUpdater.java:153)
E at org.fdroid.fdroid.UpdateService.onHandleIntent(UpdateService.java:344)
E at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
E at android.os.Handler.dispatchMessage(Handler.java:99)
E at android.os.Looper.loop(Looper.java:137)
E at android.os.HandlerThread.run(HandlerThread.java:60)