chiark / gitweb /
fdroidserver.git
2014-08-24 Daniel MartíFix "no such package" search logic
2014-08-22 Ciaran GultnieksAdd ability to filter asshattery from stats
2014-08-21 Daniel MartíMake the scanner log scanignore as well
2014-08-18 Daniel MartíRevert some stuff from 94c29f9c37 that shouldn't have...
2014-08-16 Daniel Martífd-commit: don't break when non-metadata files show...
2014-08-16 Daniel MartíFix return in parse_metadata(None)
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-08-16 Daniel MartíAdd setup.py to pep8+pyflakes hook, fix it
2014-08-16 Daniel Martístats: simpler repo type logic
2014-08-16 Daniel MartíBe more specific about when git svn is used
2014-08-15 Daniel MartíAdd Update Check Name to docs
2014-08-15 Daniel MartíAlso warn about HEAD, ignore disabled builds
2014-08-12 Daniel MartíTry to fix apk path matching with newer maven plugin...
2014-08-11 Ciaran GultnieksRemove gpg sig when removing disabled builds
2014-08-10 Daniel MartíDon't assume that Result: will be in the first line
2014-08-10 Daniel MartíMake use of Popen.wait() return value
2014-08-09 Daniel Martíinstall: don't error if there are bin apks in repo/
2014-08-08 Ciaran GultnieksFix update, broken in 7ac0c5abb2d
2014-08-08 Ciaran GultnieksImprove 'no sdk version found' output
2014-08-07 Daniel MartíRevert "Add android-L target to the buildserver"
2014-08-05 Ciaran GultnieksMerge branch 'master' into 'master'
2014-08-05 Daniel Martíupdate: use sets for permissions and features to avoid...
2014-08-03 Daniel MartíAdd android-L target to the buildserver
2014-08-02 Daniel MartíBump version to 0.2.1 0.2.1
2014-07-31 Ciaran GultnieksAdd python-gnupg to buildserver
2014-07-25 Tilman Beitterfixed name and location of config.py sample file
2014-07-24 Daniel MartíRemove extra argument in magic warning call
2014-07-23 Daniel Martístats: don't include disabled apps
2014-07-23 Daniel MartíUse --before when using find-rev in git-svn
2014-07-22 Daniel MartíDon't crash if a magic number can't be used
2014-07-18 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-07-18 Daniel MartíDrop svn support in favour of git-svn
2014-07-18 Daniel MartíUse os.path.join instead of adding strings more often
2014-07-18 Daniel MartíFix Tags UCM on newer git-svn versions
2014-07-17 Hans-Christoph... default to Pillow for Python Imaging, that's what most...
2014-07-17 Ciaran GultnieksPut lastbuild log on wiki by vercode (with redirect)
2014-07-16 Ciaran GultnieksMerge branch 'support-multiple-serverwebroots-and-fixes...
2014-07-15 Daniel MartíMake FlattrID a hexadecimal value
2014-07-14 Hans-Christoph... support lists/tuples in 'serverwebroot' config item
2014-07-14 Hans-Christoph... update local_copy_dir rsync to handle FAT and filesyste...
2014-07-14 Hans-Christoph... auto-clean newlines and spaces in repo/archive descriptions
2014-07-14 Hans-Christoph... server init: replace ssh subprocess with paramiko
2014-07-10 Daniel MartíDon't use the error-prone -x method to avoid lint usage
2014-07-09 Daniel MartíUse p.wait() instead of p.communicate()
2014-07-09 Daniel MartíMake a few Popens silent
2014-07-09 Daniel MartíMuch cleaner and nicer way to ignore vcs dot dirs
2014-07-09 Daniel MartíMore generic usual suspects regex
2014-07-09 Daniel MartíOnly catch metadata exceptions from description_html
2014-07-09 Daniel MartíRevert "If given --verbose, don't print the whole error...
2014-07-09 Daniel MartíRevert "Always print command output when --verbose"
2014-07-09 Daniel MartíRemove some gradle @dir leftovers
2014-07-09 Daniel MartíSimplify the finding of gradle output apks
2014-07-09 Daniel MartíSupport git-svn refs in the form of rN
2014-07-09 Daniel MartíDo write .fdroidvcs if the clone succeeded
2014-07-08 Daniel MartíSupport origin/ checkouts with tags as well in gitsvn
2014-07-08 Daniel MartíAlways print command output when --verbose
2014-07-07 Daniel MartíDon't use generic Exception raises
2014-07-06 Daniel MartíFix silly var name typo
2014-07-06 Daniel MartíStop at the summary when parsing a file for the app...
2014-07-06 Daniel MartíUse 'case' instead of if/elif in the line matching...
2014-07-06 Daniel MartíRevert "Rewrite fd-commit in POSIX Shell"
2014-07-05 Daniel MartíMore log level fixes
2014-07-05 Daniel MartíMove more logging.info stuff to debug
2014-07-05 Daniel MartíUse logging with proper format when warning about impro...
2014-07-05 Daniel MartíUsing $(levelname) in --quiet makes no sense
2014-07-05 Daniel MartíAll logging goes to stderr, FDroidPopen should too
2014-07-05 Daniel MartíDon't directly print FDroidPopen output unless verbose
2014-07-05 Daniel MartíUse counters in lint
2014-07-05 Daniel MartíSimpler fd-commit arg logic
2014-07-05 Daniel MartíRewrite fd-commit in POSIX Shell
2014-07-05 Daniel MartíTry the old git svn find-rev format as well
2014-07-05 Daniel MartíLittle doc fixes
2014-07-04 Daniel Martícheckupdates: don't print traces independently
2014-07-04 Daniel MartíAvoid lint on all new plugin versions, remove TODO
2014-07-04 Daniel MartíAdd support for gradle plugin version 0.12
2014-07-03 Daniel MartíFix the test suite
2014-07-03 Daniel MartíAdd android-20 to the SDK
2014-07-03 Daniel MartíAdd config.buildserver.py to the pre-commit hook
2014-07-03 Daniel MartíNo need to print a trace when the user did a ^C
2014-07-03 Daniel MartíAlso check that platform-tools and tools exist
2014-07-03 Daniel MartíAlso use adb via a full path
2014-07-03 Daniel MartíUse shorter and non-redundant 'or' clauses for 'if...
2014-07-03 Daniel MartíRecognise changes in subdirs in Tags and RepoManifest
2014-07-03 Daniel MartíUse any of the branches that point to origin/HEAD if...
2014-07-03 Daniel MartíUpdate the SDK to 23.0.2, supposedly fixing all issues
2014-07-03 Daniel MartíMake use of FDroidException in the main fdroid script
2014-07-03 Daniel Martívcs_* stuff should not raise BuildExceptions
2014-07-03 Daniel MartíAlso make the Tags UCM complain about unknown package id
2014-07-03 Ciaran GultnieksFix failure to do anything when ndk_path is not defined
2014-07-02 Daniel MartíSome more slight logging improvements
2014-07-02 Daniel MartíRemove more prints in favour of logging
2014-07-02 Daniel MartíFind the 'android' executable in the same manner
2014-07-02 Daniel MartíAlso find zipalign at the start
2014-07-02 Daniel MartíFind aapt as part of the main config initialisation
2014-07-02 Daniel MartíRefuse to try downloading a repo twice
2014-07-02 Daniel MartíException handling improvements
2014-07-02 Daniel MartíDon't set $SDK, it's too ambiguous with e.g. the Java SDK
2014-07-01 Daniel MartíSet up SDK and NDK env vars from python
2014-07-01 Daniel MartíImprove some log levels
2014-07-01 Daniel MartíRemove @dir support from gradle
next