Commit Graph

  • 37d6d87ff7 fix PEP8 "E226 missing whitespace around arithmetic operator" Hans-Christoph Steiner 2014-05-06 13:56:44 -04:00
  • 0e00b36db5 fix PEP8 E124/E125/126/127/128 indentation issues Hans-Christoph Steiner 2014-05-06 13:50:52 -04:00
  • ae3d1b036f Merge branch 'master' into 'master' Ciaran Gultnieks 2014-05-06 16:14:20 +00:00
  • 6abb390547 fix PEP8 "E261 at least two spaces before inline comment" Hans-Christoph Steiner 2014-05-01 23:48:12 -04:00
  • aa5f317c26 fix PEP8 "W391 blank line at end of file" Hans-Christoph Steiner 2014-05-01 23:45:23 -04:00
  • 16dc3b27d6 fix PEP8 "E303 too many blank lines (2)" Hans-Christoph Steiner 2014-05-01 23:42:56 -04:00
  • 69989d4758 fix PEP8 "E302 expected 1 blank lines, found 0" Hans-Christoph Steiner 2014-05-01 23:41:44 -04:00
  • 3f4f7a544b fix PEP8 "E302 expected 2 blank lines, found 1" Hans-Christoph Steiner 2014-05-01 23:39:33 -04:00
  • 2f2618e06c fix PEP8 "E401 multiple imports on one line" Hans-Christoph Steiner 2014-05-01 22:36:12 -04:00
  • fcca0ddb1f fix PEP8 "E712 comparison to True should be 'if cond is True:' or 'if cond:'" Hans-Christoph Steiner 2014-05-01 22:32:54 -04:00
  • d8bae963a9 fix PEP8 "E703 statement ends with a semicolon" Hans-Christoph Steiner 2014-05-01 22:32:19 -04:00
  • 7e17fafc14 fix PEP8 "E225 missing whitespace around operator" Hans-Christoph Steiner 2014-05-01 22:30:44 -04:00
  • c54cabe741 fix PEP8 "E228 missing whitespace around modulo operator" Hans-Christoph Steiner 2014-05-01 22:28:46 -04:00
  • 2d271806f1 fix PEP8 "E251 unexpected spaces around keyword / parameter equals" Hans-Christoph Steiner 2014-05-01 22:27:58 -04:00
  • 58a484e74e fix PEP8 "W291 trailing whitespace" Hans-Christoph Steiner 2014-05-01 22:26:54 -04:00
  • 62204d1fe5 fix PEP8 "E202 whitespace before ']' or '}'" Hans-Christoph Steiner 2014-05-01 22:24:48 -04:00
  • 4af2e0004f fix PEP8 "E201 whitespace after '(' or '[' or '{'" Hans-Christoph Steiner 2014-05-01 22:21:47 -04:00
  • 998011d535 fix PEP8 "E231 missing whitespace after ','" Hans-Christoph Steiner 2014-05-01 22:16:32 -04:00
  • f1812d5935 fix PEP8 "E203 whitespace before ':' or ','" Hans-Christoph Steiner 2014-05-01 22:06:59 -04:00
  • fccb990521 fix PEP8 "E711 comparison to None should be 'if cond is None:'" Hans-Christoph Steiner 2014-05-01 22:02:40 -04:00
  • d564c37c35 fix "fdroidserver/build.py:41: redefinition of unused 'paramiko' from line 39" Hans-Christoph Steiner 2014-05-01 22:46:51 -04:00
  • 17b7f192b5 Add missing -q/--quiet completions Daniel Martí 2014-05-06 16:19:05 +02:00
  • 42bfe13be4 Also pre-compile list regex warnings Daniel Martí 2014-05-06 16:08:15 +02:00
  • 65205a6ec3 Warn about leading spaces in descriptions Daniel Martí 2014-05-06 15:54:34 +02:00
  • 225c644b3e Remove the other explicit vagrant references Ciaran Gultnieks 2014-05-01 23:33:17 +01:00
  • ee157b7c83 Remove some explicit references to the vagrant user Ciaran Gultnieks 2014-05-01 23:24:54 +01:00
  • 6db75545ef Separate the VM setup process from the build Ciaran Gultnieks 2014-05-01 23:04:51 +01:00
  • d7cee19c02 Fix a few whitespace errors in build.py Ciaran Gultnieks 2014-05-01 22:09:17 +01:00
  • 2f6ce712f5 More PEP8 compliance (build.py, partial) Ciaran Gultnieks 2014-04-30 23:23:57 +01:00
  • bd34fc2530 Remove the rest of the PEP8 errors from stats.py Ciaran Gultnieks 2014-04-30 20:53:34 +01:00
  • 5849b43e02 Remove strange semicolons Ciaran Gultnieks 2014-04-30 11:46:28 +01:00
  • 2a5c8a4aa2 Cache aggregate stats to save time Ciaran Gultnieks 2014-04-29 15:33:20 +01:00
  • 63ce679a9d Also remove 'disable' from auto-update builds Daniel Martí 2014-04-29 16:06:24 +02:00
  • 13af519069 Run git submodule sync before git submodule update Daniel Martí 2014-04-29 12:00:03 +02:00
  • 965c767d8b Update 'fdroid build' args on bash-completion Daniel Martí 2014-04-29 09:28:44 +02:00
  • 73c73db0e9 Add extra options to import completion Ciaran Gultnieks 2014-04-29 07:41:48 +01:00
  • bb4211b0be Revert "Don't auto update apps with the latest build disabled" Daniel Martí 2014-04-29 00:00:40 +02:00
  • b2ef2b1b65 Small glob fix to fd-commit Daniel Martí 2014-04-28 23:48:12 +02:00
  • 83557583cb Add support for new files Daniel Martí 2014-04-28 23:36:32 +02:00
  • a0dbddc6da Add config entry for optional gpg key Ciaran Gultnieks 2014-04-28 21:32:00 +01:00
  • bfb549d101 Merge branch 'master' of https://gitlab.com/eighthave/fdroidserver Daniel Martí 2014-04-27 14:26:03 +02:00
  • 4592cece2f Slightly better summary/name warning message Daniel Martí 2014-04-27 14:14:49 +02:00
  • fdd7123c55 Show detached gpg sigs for apks in repo browser Ciaran Gultnieks 2014-04-27 09:30:26 +01:00
  • 5e93b6c80b update: report signing key fingerprint in same format as client Hans-Christoph Steiner 2014-04-25 21:07:47 -04:00
  • a66bf2037c server: fix logging of file upload to awsbucket Hans-Christoph Steiner 2014-04-23 19:55:53 -04:00
  • 21769e9f0a server: test using config.get() in case dict value is None Hans-Christoph Steiner 2014-04-23 19:52:37 -04:00
  • ef7c9d89d2 init: --no-prompt to skip sdk_path prompt Hans-Christoph Steiner 2014-04-23 19:22:26 -04:00
  • 66df02d5f8 init: --android-home for forcing the path to the Android SDK Hans-Christoph Steiner 2014-04-23 19:21:22 -04:00
  • cc089b49b1 init: only overwrites config.py, so run even if repo/ exists Hans-Christoph Steiner 2014-04-23 12:46:24 -04:00
  • 186aec46ba init: split out defconfig and sdk test to run before config is loaded Hans-Christoph Steiner 2014-04-23 12:44:37 -04:00
  • 088b7dfa2a Merge branch 'master' into 'master' Ciaran Gultnieks 2014-04-23 07:31:56 +00:00
  • c429751a1e add generic installation instructions to README Hans-Christoph Steiner 2014-04-18 13:12:29 -04:00
  • 7248432d2d make awsbucket upload only new or changed files, ignore existing Hans-Christoph Steiner 2014-04-17 18:20:36 -04:00
  • 98033f3270 if the AWS S3 bucket does not exist, create it Hans-Christoph Steiner 2014-04-22 23:11:58 -04:00
  • f0def08add support cloud storage with libcloud, starting with Amazon AWS S3 Hans-Christoph Steiner 2014-04-15 22:41:28 -04:00
  • d1cd817759 implement -q and -v for fdroid server Hans-Christoph Steiner 2014-04-15 20:47:03 -04:00
  • 5ce3b61a2a reorg fdroid server to allow for multiple server types Hans-Christoph Steiner 2014-04-15 20:00:31 -04:00
  • 6b65257516 make fdroid server check whether serverwebroot is set Hans-Christoph Steiner 2014-04-14 23:44:20 -04:00
  • 1ca7949bb1 if using crypto smartcard, remind user to plug it in Hans-Christoph Steiner 2014-04-17 14:39:47 -04:00
  • a7d1d9a54d overwrite password files if they exist Hans-Christoph Steiner 2014-04-15 23:48:48 -04:00
  • 0cbe9690c9 update manual to use public https:// URLs to git repos Hans-Christoph Steiner 2014-04-14 22:14:46 -04:00
  • e59e900a64 fix warnings in python files manifest Hans-Christoph Steiner 2014-04-14 22:11:36 -04:00
  • 6f6c074a6b when running pip install tests, cache downloads from pypi Hans-Christoph Steiner 2014-04-14 16:12:17 -04:00
  • 82e88fbcf6 Support custom maven/gradle resource paths Daniel Martí 2014-04-22 11:39:29 +02:00
  • 5b10409967 Run maven with jar.sign.skip=true too Daniel Martí 2014-04-22 11:22:53 +02:00
  • b2406c3b57 Reflect new summary char limit Daniel Martí 2014-04-20 19:15:40 +02:00
  • cd666bb8e8 Properly complete partially written vercodes Daniel Martí 2014-04-18 23:56:25 +02:00
  • 2f3a92cd29 Count warnings and apps in lint Daniel Martí 2014-04-18 21:17:06 +02:00
  • 6d8dd4bed2 Add summary-related lint warnings Daniel Martí 2014-04-18 20:54:44 +02:00
  • 00fa44e916 Only do the latest five tags when using UCM:Tags on git Daniel Martí 2014-04-17 21:05:18 +02:00
  • 3736da3761 No longer use universal_newlines Daniel Martí 2014-04-17 20:45:36 +02:00
  • 181fc3d07b Fix donate/flattr links in web repo browser Ciaran Gultnieks 2014-04-17 12:12:50 +01:00
  • 4e90e002f0 Change widget implementation to allow multiple instances Ciaran Gultnieks 2014-04-17 11:40:13 +01:00
  • 11e5cc1b03 Merge branch 'master' into 'master' Ciaran Gultnieks 2014-04-17 11:06:35 +00:00
  • f79ded4a26 Also ignore .bzr when scanning Daniel Martí 2014-04-16 21:06:24 +02:00
  • 559ad9ef5b Also glob the 'rm' field Daniel Martí 2014-04-15 23:58:12 +02:00
  • d4f9f341ed Glob scanignore and scandelete Daniel Martí 2014-04-15 23:53:44 +02:00
  • 8f0f896d91 Rewrite much of the source scanner Daniel Martí 2014-04-15 23:33:54 +02:00
  • b92b722c6d Fix: some apks have a zip mimetype instead of a jar one Daniel Martí 2014-04-15 17:50:08 +02:00
  • 5c483a5484 Fix apk path on gradle builds with many subdirs Daniel Martí 2014-04-15 11:50:02 +02:00
  • a520076331 Merge branch 'master' into 'master' Ciaran Gultnieks 2014-04-13 18:57:05 +00:00
  • 64e5e1dd9d updated gitorious repo links to gitlab repo links viccuad 2014-04-12 17:07:31 +02:00
  • 05b61cc57d remove border around Flattr button Torsten Grote 2014-04-12 13:33:07 +02:00
  • 0e09686405 add Flattr button to app details page Torsten Grote 2014-04-12 13:27:34 +02:00
  • 5f2c348b40 Support gradle variables without an equals sign Daniel Martí 2014-04-12 01:00:59 +02:00
  • 67054c7c6f Fix counting of scanner problems Daniel Martí 2014-04-12 00:14:05 +02:00
  • 81e6fb8eb5 Point wiki current/history links to gitlab Ciaran Gultnieks 2014-04-11 16:44:13 +01:00
  • c3a9b1b0c5 Merge branch 'master' into 'master' Ciaran Gultnieks 2014-04-10 16:46:17 +00:00
  • 49387b7108 use FDroid-standard naming when copying APKs for tests Hans-Christoph Steiner 2014-04-10 12:37:07 -04:00
  • 234736f306 move run-tests to /bin/bash so we can use bashisms Hans-Christoph Steiner 2014-04-10 12:31:14 -04:00
  • f4ee767013 Fix Categories: default value Daniel Martí 2014-04-10 17:27:53 +02:00
  • 5b21f86af2 Add buildserver details to AndroidManifest.xml Ciaran Gultnieks 2014-04-10 13:59:17 +01:00
  • f95eccf307 Put commit hash of fdroidserver in use onto buildserver Ciaran Gultnieks 2014-04-10 13:58:42 +01:00
  • b7420192eb Support different identity file structures Ciaran Gultnieks 2014-04-10 13:57:16 +01:00
  • 8fdfc47f84 Fix snapshot logging error Ciaran Gultnieks 2014-04-10 13:56:45 +01:00
  • 2f43d30884 Specify that scanner warnings are not counted Daniel Martí 2014-04-08 18:49:43 +02:00
  • e8c47765ae Merge branch 'master' into 'master' Ciaran Gultnieks 2014-04-08 08:26:37 +00:00
  • 0dd8116059 add note about automatically generated signing key after init Hans-Christoph Steiner 2014-04-04 00:20:34 -04:00
  • 00b89c05c5 warn user if smartcard keystore is set but opensc is not installed Hans-Christoph Steiner 2014-04-04 00:15:47 -04:00
  • 3829d37d34 support repo signing with a key on a smartcard Hans-Christoph Steiner 2014-04-04 00:05:22 -04:00