chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Replace getsig.java with a pure python implementation
2014-11-07
Daniel Martí
Replace getsig.java with a pure python implementation
commit
|
commitdiff
|
tree
2014-11-05
Daniel Martí
Add support for gradle plugin version 0.14 in the wrapper
commit
|
commitdiff
|
tree
2014-10-24
Daniel Martí
Make lint report total app counts as well
commit
|
commitdiff
|
tree
2014-10-24
Daniel Martí
Fix all pep8 warnings
commit
|
commitdiff
|
tree
2014-10-23
Daniel Martí
Also bump build-tools in the example config
commit
|
commitdiff
|
tree
2014-10-23
Daniel Martí
Forgot to bump the build tools in the server config
commit
|
commitdiff
|
tree
2014-10-22
Daniel Martí
Bump build-tools to 21.0.2
commit
|
commitdiff
|
tree
2014-10-18
Daniel Martí
Add android-21 (5.0) target sdk to the buildserver
commit
|
commitdiff
|
tree
2014-10-15
Daniel Martí
Use '\s' instead of ' ' to identify spaces in regex
commit
|
commitdiff
|
tree
2014-10-15
Daniel Martí
Make lint check for trailing spaces
commit
|
commitdiff
|
tree
2014-10-10
Daniel Martí
Fix gradle 2.1
commit
|
commitdiff
|
tree
2014-10-07
Daniel Martí
Add support for gradle plugin version 0.13 via gradle 2.1
commit
|
commitdiff
|
tree
2014-09-25
Daniel Martí
'ndk_path' will always be in the config
commit
|
commitdiff
|
tree
2014-09-25
Daniel Martí
Create local.properties if it doesn't exist
commit
|
commitdiff
|
tree
2014-09-23
Daniel Martí
Try using Auto Name before falling back to appid for...
commit
|
commitdiff
|
tree
2014-09-20
Daniel Martí
Fix 'fdroid import' flavours crasher
commit
|
commitdiff
|
tree
2014-09-18
Daniel Martí
Add the python3-gnupg package
commit
|
commitdiff
|
tree
2014-09-17
Daniel Martí
Remove .egg-info dir when tests succeed
commit
|
commitdiff
|
tree
2014-09-16
Daniel Martí
Fix --android-home in 'fdroid init' when ANDROID_HOME...
commit
|
commitdiff
|
tree
2014-09-16
Daniel Martí
Name config args thisconfig to avoid confusion with...
commit
|
commitdiff
|
tree
2014-09-16
Daniel Martí
Fix gradle builds without flavours
commit
|
commitdiff
|
tree
2014-09-15
Daniel Martí
Fix issue where gradle=yes would be removed by rewritemeta
commit
|
commitdiff
|
tree
2014-09-15
Daniel Martí
config['sdk_path'] will never be None, behave properly...
commit
|
commitdiff
|
tree
2014-09-15
Daniel Martí
Only expand paths on config items that can actually...
commit
|
commitdiff
|
tree
2014-09-15
Daniel Martí
Keep consistency in config defaults and writes
commit
|
commitdiff
|
tree
2014-09-15
Daniel Martí
Fix a few remaining gradle flavour crashes
commit
|
commitdiff
|
tree
2014-09-13
Daniel Martí
More list comprehension fixes
commit
|
commitdiff
|
tree
2014-09-13
Daniel Martí
Centralise handling of default gradle flavours
commit
|
commitdiff
|
tree
2014-09-13
Daniel Martí
Make gradle and antcommands (previously antcommand...
commit
|
commitdiff
|
tree
2014-09-13
Daniel Martí
docs: Properly explain gradle= with multiple flavors
commit
|
commitdiff
|
tree
2014-09-11
Daniel Martí
Closes #34: Catch OSErrors when running Popen
commit
|
commitdiff
|
tree
2014-09-01
Daniel Martí
Discard descriptions longer than one line when checking...
commit
|
commitdiff
|
tree
2014-08-30
Daniel Martí
Sort builds by vercode when reading them
commit
|
commitdiff
|
tree
2014-08-28
Daniel Martí
Fix typo in app link hrefs
commit
|
commitdiff
|
tree
2014-08-26
Daniel Martí
metadata: Simplify the writing of optional fields
commit
|
commitdiff
|
tree
2014-08-26
Daniel Martí
Properly obey build --force. Fixes #29.
commit
|
commitdiff
|
tree
2014-08-26
Daniel Martí
Don't accept empty commits
commit
|
commitdiff
|
tree
2014-08-26
Daniel Martí
lint: warn about redundant links too
commit
|
commitdiff
|
tree
2014-08-26
Daniel Martí
lint: fix duplicate usage of appid
commit
|
commitdiff
|
tree
2014-08-25
Daniel Martí
common: discard wrapping quotes in strings
commit
|
commitdiff
|
tree
2014-08-24
Daniel Martí
lint: Also warn about descriptions that are just the...
commit
|
commitdiff
|
tree
2014-08-24
Daniel Martí
lint: remove pedantic warnings that are often wrong
commit
|
commitdiff
|
tree
2014-08-24
Daniel Martí
Add lint warning for empty summaries
commit
|
commitdiff
|
tree
2014-08-24
Daniel Martí
Fix "no such package" search logic
commit
|
commitdiff
|
tree
2014-08-21
Daniel Martí
Make the scanner log scanignore as well
commit
|
commitdiff
|
tree
2014-08-18
Daniel Martí
Revert some stuff from 94c29f9c37 that shouldn't have...
commit
|
commitdiff
|
tree
2014-08-16
Daniel Martí
fd-commit: don't break when non-metadata files show...
commit
|
commitdiff
|
tree
2014-08-16
Daniel Martí
Fix return in parse_metadata(None)
commit
|
commitdiff
|
tree
2014-08-16
Daniel Martí
Map apps in memory from appid to appinfo
commit
|
commitdiff
|
tree
2014-08-16
Daniel Martí
Add setup.py to pep8+pyflakes hook, fix it
commit
|
commitdiff
|
tree
2014-08-16
Daniel Martí
stats: simpler repo type logic
commit
|
commitdiff
|
tree
2014-08-16
Daniel Martí
Be more specific about when git svn is used
commit
|
commitdiff
|
tree
2014-08-15
Daniel Martí
Add Update Check Name to docs
commit
|
commitdiff
|
tree
2014-08-15
Daniel Martí
Also warn about HEAD, ignore disabled builds
commit
|
commitdiff
|
tree
2014-08-12
Daniel Martí
Try to fix apk path matching with newer maven plugin...
commit
|
commitdiff
|
tree
2014-08-10
Daniel Martí
Don't assume that Result: will be in the first line
commit
|
commitdiff
|
tree
2014-08-10
Daniel Martí
Make use of Popen.wait() return value
commit
|
commitdiff
|
tree
2014-08-09
Daniel Martí
install: don't error if there are bin apks in repo/
commit
|
commitdiff
|
tree
2014-08-07
Daniel Martí
Revert "Add android-L target to the buildserver"
commit
|
commitdiff
|
tree
2014-08-05
Daniel Martí
update: use sets for permissions and features to avoid...
commit
|
commitdiff
|
tree
2014-08-03
Daniel Martí
Add android-L target to the buildserver
commit
|
commitdiff
|
tree
2014-08-02
Daniel Martí
Bump version to 0.2.1
commit
|
commitdiff
|
tree
2014-07-24
Daniel Martí
Remove extra argument in magic warning call
commit
|
commitdiff
|
tree
2014-07-23
Daniel Martí
stats: don't include disabled apps
commit
|
commitdiff
|
tree
2014-07-23
Daniel Martí
Use --before when using find-rev in git-svn
commit
|
commitdiff
|
tree
2014-07-22
Daniel Martí
Don't crash if a magic number can't be used
commit
|
commitdiff
|
tree
2014-07-18
Daniel Martí
Merge branch 'master' of https://gitlab.com/eighthave...
commit
|
commitdiff
|
tree
2014-07-18
Daniel Martí
Drop svn support in favour of git-svn
commit
|
commitdiff
|
tree
2014-07-18
Daniel Martí
Use os.path.join instead of adding strings more often
commit
|
commitdiff
|
tree
2014-07-18
Daniel Martí
Fix Tags UCM on newer git-svn versions
commit
|
commitdiff
|
tree
2014-07-15
Daniel Martí
Make FlattrID a hexadecimal value
commit
|
commitdiff
|
tree
2014-07-10
Daniel Martí
Don't use the error-prone -x method to avoid lint usage
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Use p.wait() instead of p.communicate()
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Make a few Popens silent
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Much cleaner and nicer way to ignore vcs dot dirs
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
More generic usual suspects regex
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Only catch metadata exceptions from description_html
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Revert "If given --verbose, don't print the whole error...
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Revert "Always print command output when --verbose"
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Remove some gradle @dir leftovers
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Simplify the finding of gradle output apks
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Support git-svn refs in the form of rN
commit
|
commitdiff
|
tree
2014-07-09
Daniel Martí
Do write .fdroidvcs if the clone succeeded
commit
|
commitdiff
|
tree
2014-07-08
Daniel Martí
Support origin/ checkouts with tags as well in gitsvn
commit
|
commitdiff
|
tree
2014-07-08
Daniel Martí
Always print command output when --verbose
commit
|
commitdiff
|
tree
2014-07-07
Daniel Martí
Don't use generic Exception raises
commit
|
commitdiff
|
tree
2014-07-06
Daniel Martí
Fix silly var name typo
commit
|
commitdiff
|
tree
2014-07-06
Daniel Martí
Stop at the summary when parsing a file for the app...
commit
|
commitdiff
|
tree
2014-07-06
Daniel Martí
Use 'case' instead of if/elif in the line matching...
commit
|
commitdiff
|
tree
2014-07-06
Daniel Martí
Revert "Rewrite fd-commit in POSIX Shell"
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
More log level fixes
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
Move more logging.info stuff to debug
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
Use logging with proper format when warning about improper...
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
Using $(levelname) in --quiet makes no sense
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
All logging goes to stderr, FDroidPopen should too
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
Don't directly print FDroidPopen output unless verbose
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
Use counters in lint
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
Simpler fd-commit arg logic
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
Rewrite fd-commit in POSIX Shell
commit
|
commitdiff
|
tree
2014-07-05
Daniel Martí
Try the old git svn find-rev format as well
commit
|
commitdiff
|
tree
next