chiark / gitweb /
fdroidserver.git
2013-10-31 Daniel MartíTwo new stats files: categories.txt, antifeatures.txt
2013-10-31 Daniel MartíDocument git-svn auth
2013-10-31 Daniel MartíSupport user:pass authentication on git-svn
2013-10-30 Daniel MartíIf config.py is not in the CWD, error before doing...
2013-10-30 Daniel MartíAdd support for UCM:Tags in bzr
2013-10-30 Daniel MartíAvoid newlines in git-svn RepoTrunk
2013-10-30 Daniel Martícommitupdates now treats all other changes in a generic...
2013-10-30 Daniel MartíDon't error when finding apk files, just delete them
2013-10-30 Daniel MartíAway with all the funambol ugly tweaks
2013-10-30 Daniel MartíAutomatically remove all android:debuggable flags
2013-10-30 Daniel MartíFix git-svn find-rev, also search for svn revisions...
2013-10-30 Ciaran GultnieksA couple of minor import improvements
2013-10-29 Daniel MartíPrint FDroidPopen params *before* executing
2013-10-29 Ciaran GultnieksSome diagnostic output for http update check mode
2013-10-29 Ciaran GultnieksWiki update code for disabled builds can be simplified now
2013-10-29 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-10-29 Daniel MartíAdd package realpath to buildserver
2013-10-29 Daniel Martíhave commitupdates show the diff (commit -v)
2013-10-29 Daniel MartíDon't include '!' in disabled= when converting to new...
2013-10-29 Ciaran GultnieksFix standalone scanner bug
2013-10-29 Daniel MartíSome fixes to the scanner algorithm
2013-10-29 Daniel MartíRetrieve app and version name from the same tag in...
2013-10-28 Daniel MartíDon't try to find output if we're doing an --install
2013-10-28 Daniel MartíFind all build.gradle files in the entire source tree
2013-10-28 Daniel MartíSupport new Build: syntax in completion; retab
2013-10-28 Ciaran GultnieksDon't require commit to be specified for a disabled...
2013-10-27 Daniel MartíClean gradle signing configs all at once
2013-10-27 Daniel MartíSupport new Build: format in commitupdates
2013-10-27 Daniel MartíRevert "Allow for spaces before/after version and vercode"
2013-10-27 Daniel MartíAllow for spaces before/after version and vercode
2013-10-27 Daniel MartíSupport Build: indenting by tabs
2013-10-27 Ciaran GultnieksFix rm safety check
2013-10-27 Ciaran GultnieksAllow rm to recursively remove directories
2013-10-27 Ciaran GultnieksChanging that from the expected value will trip someone...
2013-10-27 Ciaran GultnieksDon't need legacy disabled build handling everywhere now
2013-10-27 Ciaran GultnieksDisabled should be first
2013-10-27 Ciaran GultnieksTranslate disabled commit to proper disabled
2013-10-27 Ciaran GultnieksRead new or old recipe formats, write new format
2013-10-26 Ciaran GultnieksInclude bugsense in scanner
2013-10-26 Ciaran GultnieksIntroduce disable= as a better way of disabling a build
2013-10-25 Daniel Martíbash != /bin/bash
2013-10-25 Daniel MartíAbsolute paths in some gitignore fields, ignore all...
2013-10-25 Daniel MartíDon't include getsig.class as source
2013-10-25 Daniel MartíPartially revert Requires Root: changes
2013-10-25 Daniel MartíDon't place UCM:Static in apps to update
2013-10-25 Ciaran GultnieksBe more selective about removing bin directories
2013-10-25 Daniel MartíRegression - we won't do subvercodes
2013-10-25 Ciaran GultnieksFix recently introduced import bug
2013-10-24 Hans-Christoph... convert setup.py into working setuptools-based installer
2013-10-24 Hans-Christoph... include basic description paragraphs for F-Droid and...
2013-10-24 Ciaran GultnieksAlways include search in browse
2013-10-24 Ciaran GultnieksAdd client download button before packages section...
2013-10-24 Ciaran GultnieksHTTPS is forced, so that text is no longer necessary
2013-10-24 Ciaran GultnieksQuick hack to fix FDroidPOpen
2013-10-24 Ciaran GultnieksCorrect .bsenv for interactive ssh
2013-10-24 Ciaran Gultnieksbuild --test now always builds, even if output already...
2013-10-23 Daniel Martídocs: maven now also supports @dir like gradle
2013-10-23 Daniel MartíDon't output stdout/stderr twice, print what is run...
2013-10-23 Daniel MartíFix issues with .apklib files being seen as output...
2013-10-23 Daniel MartíAllow for maven=yes@dir like gradle
2013-10-23 Ciaran GultnieksRemoved bogus (hopefully) checkout
2013-10-23 Ciaran GultnieksAdd wiki category for disabled apps (issue #163)
2013-10-23 Daniel Martílabel regex pattern now doesn't stop until a new field...
2013-10-22 Daniel MartíUse "Requires Root:" as a forced ACCESS_SUPERUSER permi...
2013-10-22 Daniel MartíDon't mix tabs and spaces in wp-fdroid.php
2013-10-21 Ciaran GultnieksEnsure correct exit code from buildserver build
2013-10-21 Daniel MartíFix hg checkupdates
2013-10-20 Daniel MartíFix silly forcever(sion|code) errors
2013-10-20 Ciaran GultnieksAdd some makebuildserver options
2013-10-20 Ciaran GultnieksFix to a9a947
2013-10-20 Ciaran GultnieksClarify error message
2013-10-20 Daniel MartíLoop over all AM.xml files for forcever(sion|code)
2013-10-20 Daniel MartíAlso install platform-tools
2013-10-19 Daniel MartíAdd functions to find apk and tarball paths
2013-10-17 Daniel MartíNew Update Check Mode: RepoTrunk
2013-10-17 Daniel MartíUpdate many android tools
2013-10-17 Daniel MartíNon-greedy match for app labels (should fix the icon...
2013-10-16 Daniel MartíRun maven's deploy like ant and gradle do
2013-10-16 Daniel MartíDon't remove non-Popen related declares
2013-10-16 Daniel MartíDon't be verbose when preparing srclibs
2013-10-16 Daniel MartíFinish large reworking of Popen calls
2013-10-16 Daniel MartíUse python-magic, filemagic's official python binding lib
2013-10-16 Daniel MartíDon't catch octet-stream, catch static libs and bin...
2013-10-16 ChristopherFixed Bug where long outputs to stderr during build...
2013-10-16 Ciaran GultnieksAdd python-magic to buildserver
2013-10-16 Ciaran GultnieksRevert "Fix b315968b (at least to the extent that it...
2013-10-16 Ciaran GultnieksRevert "Install filemagic on buildserver"
2013-10-16 Ciaran GultnieksInstall filemagic on buildserver
2013-10-16 Ciaran GultnieksFix b315968b (at least to the extent that it's now...
2013-10-16 Daniel MartíFixes to scanignore and relative paths in scans
2013-10-16 Daniel MartíDon't add sdk support lib dir as maven repo
2013-10-16 Daniel MartíImport magic only at build time
2013-10-15 Daniel MartíFind blobs by magic numbers
2013-10-15 Ciaran GultnieksFix error message error
2013-10-14 Ciaran GultnieksAllow archive policy override for indivudual apps
2013-10-12 Daniel Martísed -i 's/!= None/is not None/g' *.py
2013-10-12 Daniel MartíAdd support for Litecoin in the server
2013-10-11 Daniel MartíFix some crashes with clean/build procedures
2013-10-11 Daniel Martívcs_svn reset back to shell=True
2013-10-10 Daniel MartíFix output and error assignment error
next