chiark / gitweb /
Switch all headers to python3
[fdroidserver.git] / fdroidserver / checkupdates.py
2016-03-10 Daniel MartíSwitch all headers to python3
2016-02-11 Daniel MartíMerge branch 'jmastr/use_tag_if_version_name_is_unknown...
2016-02-11 Julian Strobluse tag if version name is unknown
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-29 NeroBurnerexcept named exception handling
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-07 Daniel Martícheckupdates: fix --auto build copy
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-14 Daniel MartíDon't crash if no auto name is found
2015-11-14 Daniel Martícheckupdates: find new subdirs for autonames too
2015-10-30 Daniel Martícheckupdates: work around multiple package ids
2015-10-27 Daniel Martícheckupdates: better "no tags" messages
2015-10-27 Daniel Martícheckupdates: no need to sort tags if len()<=5
2015-10-26 Daniel Martícheckupdates: don't blindly accept subdir
2015-10-26 Daniel Martícheckupdates: compare CVs as ints, not strs
2015-10-25 Daniel Martícheckupdates: never auto-update to older versions
2015-10-25 Daniel MartíDon't double check package name
2015-10-25 Daniel Martícheckupdates: don't ignore root directory
2015-10-25 Daniel Martícheckupdates: Make RepoManifest change subdir too
2015-10-25 Daniel Martícheckupdates: let Tags detect subdir changes
2015-10-25 Daniel MartíBe consistent about root_dir/build_dir naming
2015-10-25 Daniel MartíFix a small indentation issue
2015-10-04 Daniel Martíwrite_metadata fixes
2015-09-25 Daniel MartíMake write_metadata take a writer
2015-09-15 Daniel MartíReplace some hard-coded paths with os.path.join
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-12 Daniel Martícheckupdates: Avoid variable/string names as CV
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-09 Daniel Martícheckupdates: log vercode operation activity
2015-09-09 Daniel Martícheckupdates: don't auto update to older versions
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinermetadata: rename metafile to metadatapath when it is...
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-24 Daniel Martícheckupdates: be more verbose with tags
2015-08-14 Daniel MartíAdd "Update Check Name:Ignore"
2015-06-18 Daniel MartíImprove xml string extracting support
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-06-03 Daniel MartíRevert back to always updating Auto Name
2015-01-31 Ciaran GultnieksMerge branch 'fxbuilddeps' into 'master'
2015-01-26 Ciaran GultnieksRemove shell option from FDroidPopen
2015-01-13 Ciaran GultnieksCorrection to 5b868c8a4
2015-01-12 Ciaran GultnieksOnly set Auto Name if one isn't set already
2015-01-11 Ciaran GultnieksDocumentation fix
2015-01-11 Ciaran GultnieksMore detail for package ID mismatches
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-09-15 Daniel MartíFix a few remaining gradle flavour crashes
2014-09-13 Daniel MartíCentralise handling of default gradle flavours
2014-09-13 Daniel MartíMake gradle and antcommands (previously antcommand...
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
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-07 Daniel MartíDon't use generic Exception raises
2014-07-04 Daniel Martícheckupdates: don't print traces independently
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ívcs_* stuff should not raise BuildExceptions
2014-07-03 Daniel MartíAlso make the Tags UCM complain about unknown package id
2014-07-02 Daniel MartíException handling improvements
2014-06-30 Daniel MartíAlways run read_srclibs as part of read_metadata
2014-06-26 Daniel MartíError if UCM:Tags is used with git-svn without tags...
2014-06-04 Daniel MartíFix crash in checkupdates with auto-updates
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-29 Daniel MartíMerge branch 'recent-bug-fixes' into 'master'
2014-05-29 Hans-Christoph Steinerfix PEP8 E128 continuation line under-indented for...
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-27 Daniel MartíAlso use srclibs in checkupdates
2014-05-20 Ciaran GultnieksFix several read_metadata-related issues
2014-05-13 Ciaran GultnieksAdd ability to ignore updates based on version name...
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E226 missing whitespace around arithmetic...
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E303 too many blank lines (2)"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E401 multiple imports on one line"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E231 missing whitespace after ','"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E203 whitespace before ':' or ','"
2014-04-29 Daniel MartíAlso remove 'disable' from auto-update builds
2014-04-28 Daniel MartíRevert "Don't auto update apps with the latest build...
2014-04-17 Daniel MartíOnly do the latest five tags when using UCM:Tags on git
2014-03-21 Daniel MartíAlso show error messages when coming from UCM:Tags
2014-03-21 Daniel MartíProperly show checkupdates error messages
2014-03-21 Daniel MartíFix checkupdates appid managing
2014-03-21 Daniel MartíDon't use 'yes' as flavour
2014-03-18 Daniel MartíAdd "Update Check Name" for Tags/RM apps that programma...
2014-03-16 Ciaran GultnieksDon't use an autoname if it's not found
2014-03-16 Ciaran GultnieksExtra debug logging for autoname gathering
2014-03-16 Ciaran GultnieksSimplify/unify checkupdates file write and commit message
2014-03-15 Ciaran GultnieksFormatting
2014-03-15 Ciaran GultnieksDon't skip checkupdates commits due to no message
2014-03-11 Daniel MartíTreat None and Static UCMs equally when doing checkupdates
2014-03-11 Ciaran GultnieksClarify non-auto-update error message
2014-03-11 Ciaran GultnieksDon't do autoname when update checking is disabled
2014-03-11 Daniel MartíAlways write Auto Name changes
2014-02-23 Ciaran GultnieksCorrection to bb16e37
2014-02-22 Ciaran GultnieksImprove checkupdates output further
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
next