chiark / gitweb /
fdroidserver.git
2014-04-03 Hans-Christoph... 'ssh' python module no longer needed, only 'paramiko'
2014-04-03 Hans-Christoph... enable Jenkins reporting of pylint errors and warnings
2014-04-03 Hans-Christoph... jenkins-build: make pylint handle the hashlib hash...
2014-04-03 Ciaran GultnieksSwitch back to paramiko for all modules
2014-04-03 Daniel MartíAvoid printing the dir ''
2014-04-03 Daniel MartíMake pylint happy about re-using the 'added' var
2014-04-03 Daniel Martíscan_source: print problems, only return the total...
2014-04-03 Daniel MartíMerge commit 'refs/merge-requests/140' of gitorious...
2014-04-02 Hans-Christoph... use the virtualenv python so pylint checks against...
2014-04-02 Hans-Christoph... make jenkins script use bash so we can use bashisms
2014-04-02 Hans-Christoph... setup.py: include 'ssh' and 'mwclient' as required...
2014-04-02 Daniel MartíMerge commit 'refs/merge-requests/139' of gitorious...
2014-04-02 Hans-Christoph... build and install getsig.class with setup.py
2014-04-02 Hans-Christoph... include prefix in data_files install path so it install...
2014-04-02 Hans-Christoph... include a setuptools MANIFEST to make sure things get...
2014-04-02 Hans-Christoph... add script for running build and tests in Jenkins
2014-04-02 Hans-Christoph... add script to do a test run of creating a new repo
2014-04-02 Hans-Christoph... downcase setup.py name to match the name in the repo...
2014-04-02 Hans-Christoph... ignore files created by setup.py processes
2014-04-02 Daniel MartíAdd default repotype() to make pylint happy
2014-04-01 Daniel MartíFix output naming, remove redundant lstrip()
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/138' of gitorious...
2014-04-01 Hans-Christoph... fix genkey key listing in `fdroid init`
2014-04-01 Hans-Christoph... oops, include common. to call write_password_file()
2014-04-01 Hans-Christoph... move fdroid-icon.png to examples/
2014-04-01 Hans-Christoph... improved warning when trying to init a dir with stuff...
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
2014-04-01 Daniel MartíFix bankdroid build
2014-04-01 Daniel MartíFix apk path on gradle builds where both subdir and...
2014-04-01 Daniel MartíAdd keyaliases config default
2014-04-01 Ciaran GultnieksRemove ruby packages from buildserver
2014-04-01 Hans-Christoph... set the default keystore to the same as the default...
2014-04-01 Hans-Christoph... fix example files install in setup.py
2014-04-01 Hans-Christoph... stop passing passphrases via args, instead use prepared...
2014-03-31 Daniel MartíFix indexing issue with recursive srclibs
2014-03-28 Daniel MartíBetter identify empty licenses
2014-03-27 Daniel MartíError if buildjni= is present but no native code was...
2014-03-27 Daniel MartíStart rewriting git@github submodues to use https
2014-03-27 Daniel MartíOnly make lists if a space follows the # or * sign
2014-03-25 Daniel MartíRevert "Wrap maintainer notes in <pre> to keep newlines...
2014-03-24 Daniel MartíWrap maintainer notes in <pre> to keep newlines and...
2014-03-24 Daniel MartíFormatting fail
2014-03-24 Daniel MartíAlways run ndk-build with -j1
2014-03-24 Daniel MartíAvoid some false positives in the punctuation check
2014-03-22 Daniel MartíIf given --verbose, don't print the whole error log...
2014-03-21 Daniel MartíAlso show error messages when coming from UCM:Tags
2014-03-21 Daniel MartíBetter gradle signing keys regexes
2014-03-21 Daniel MartíInclude possible src/AndroidManifest.xml gradle manifes...
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-19 Daniel MartíDon't crash when using gradle=yes
2014-03-18 Daniel MartíAdd "Update Check Name" for Tags/RM apps that programma...
2014-03-18 Daniel MartíSupport auto names on gradle projects
2014-03-18 Daniel MartíMake SilentPopen use FDroidPopen, switch a few from...
2014-03-18 Daniel MartíPrint version names and srclibs for reference
2014-03-18 Daniel MartíA couple more rules for lint
2014-03-18 Daniel MartíMake "reading config.py" a debug print
2014-03-18 Daniel MartíSeparate lint messages into warnings and pedantic warnings
2014-03-18 Daniel MartíProperly use logging.warn in some places
2014-03-17 Daniel MartíTry to fix <pre> issues on large lastbuilds
2014-03-17 Daniel MartíCapitalize gradle flavour commands to avoid confusion
2014-03-16 Daniel MartíProperly identify jar files
2014-03-16 Ciaran GultnieksCorrection to 6b309aff
2014-03-16 Ciaran GultnieksDon't use an autoname if it's not found
2014-03-16 Ciaran GultnieksDon't look for strings in unrelated projects
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-13 Daniel MartíAlso strip project.properties of ant keysigning options
2014-03-11 Daniel MartíFix buildserver build_tools version
2014-03-11 Daniel MartíProperly default to the highest version of gradle
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-03-09 Daniel MartíBump default build-tools version
2014-03-07 Daniel MartíBump build-tools version
2014-03-07 Daniel MartíClean up the gradle script a bit
2014-03-07 Daniel MartíBump sdk to 22.6
2014-03-07 Daniel MartíAdd support for gradle 1.11 (and plugin ver 0.9)
2014-03-06 Daniel MartíUpdate BV notation in the manual
2014-03-05 Daniel MartíDon't reset a repo if its .fdroidvcs file ends with...
2014-03-05 Daniel MartíRemove gradle wrapper binaries and scripts
2014-03-04 Ciaran GultnieksSame again, for native code message
2014-03-04 Ciaran GultnieksImprove min/max sdk messages in repo browser
2014-03-04 Ciaran GultnieksFix for 28773ea
2014-03-04 Ciaran GultnieksMinor typo fix
2014-03-04 Ciaran GultnieksRemove apks with no metadata (unless told to create it)
2014-03-04 Daniel MartíAdd basic support for min/max sdk on the web repo
2014-03-04 Daniel MartíAdd basic support for abis on the web repo
2014-03-02 Daniel MartíDon't add an extra space to git svn clone
2014-02-28 Daniel MartíFix gradle patching in a more generic way
2014-02-27 Ciaran GultnieksFix a few build-time logging levels
2014-02-26 Ciaran GultnieksCorrect error in 8d95091f
2014-02-25 Ciaran GultnieksSet ssh logging level appropriately
2014-02-25 Ciaran GultnieksRemove unused import
2014-02-23 Ciaran GultnieksCorrection to bb16e37
2014-02-23 Ciaran GultnieksFix stats (broken in f3db000)
next