chiark / gitweb /
fdroidserver.git
2017-05-23 Hans-Christoph... Merge branch 'python-vagrant-copy-caches' into 'master'
2017-05-23 Hans-Christoph... makebuildserver: make config['domain'] local var where...
2017-05-23 Michael Pöhnrefactored vm related code from build.py to vmtools.py
2017-05-23 Michael Pöhnremoved unused buildserver code
2017-05-23 Hans-Christoph... leave VirtualBox `vagrant package` as it was originally
2017-05-23 Michael Pöhnrestart builder vm when ssh connection fails
2017-05-23 Hans-Christoph... build: delete bad builder/ symlinks
2017-05-23 Michael Pöhnwait a sec after suspending
2017-05-23 Michael Pöhnreset buildserver vm if vagrant uuid not present
2017-05-23 Michael Pöhnmakebuildserver vbox logmessage fix
2017-05-23 Michael Pöhnuse uuid for vbox snapshots again
2017-05-23 Michael Pöhnremoved useless vm validity check; attempted to fix...
2017-05-23 Michael Pöhndeal with outdated box images in libvirt storage pool
2017-05-23 Michael Pöhnmakebuildserver deal with apt cache lock
2017-05-23 Hans-Christoph... build server use up instead or resume; logging
2017-05-23 Hans-Christoph... test script for vmtools
2017-05-23 Michael Pöhnrevised build server creation
2017-05-23 Michael Pöhnauto-lookup vm provider based on available executables...
2017-05-23 Hans-Christoph... fixed reading libvirt box image size
2017-05-23 Michael Pöhnvmtools debug logging for check_output calls
2017-05-23 Hans-Christoph... added box handling to vmtools
2017-05-23 Hans-Christoph... refactored kvm_package to vmtools
2017-05-23 Hans-Christoph... added makebuildserver option for keeping vagrant box
2017-05-23 Michael Pöhnfix virsh destroy parameters
2017-05-23 Michael Pöhnuse configured vm provider in when calling destroy...
2017-05-23 Michael Pöhnuse overhauled mv destroy code in build.py
2017-05-23 Michael Pöhnoverhauled and moved destroying builder vm to vmtools.py
2017-05-23 Michael Pöhnfdroid build: added sleep after destroy/undefine
2017-05-23 Michael Pöhnmakebuildserver added sleep after destroy/undefine
2017-05-23 Michael Pöhnmakebuildserver more robust codepath for vagrant destroy
2017-05-23 Michael Pöhnmakebuildserver added failsafe when destroy vagrant vm
2017-05-23 Michael Pöhnmakebuildserver use virsh instead of libvirt for forcin...
2017-05-23 Michael Pöhnmakebuildserver debug logging when initial provisioning...
2017-05-23 Michael Pöhnoverhauled makebuildserver libvirt vm cleanup
2017-05-23 Michael Pöhnmakebuildserver debugging log details
2017-05-23 Michael Pöhnmakebuildserver prune gloabal vagrant status when purgi...
2017-05-23 Michael Pöhndelete .vagrant dir when cleaning up buildserver vm
2017-05-23 Michael Pöhnjenkins makebuildserver fail if vagrant box was not...
2017-05-23 Hans-Christoph... calculate correct size for buildserver-box in makebuild...
2017-05-23 Michael Pöhnauto-reset broken builder vm
2017-05-23 Michael Pöhnscan vm provider again after re-creating builder vm
2017-05-23 Michael Pöhnadded some debug listings to jenkins makebuildserver...
2017-05-23 Michael Pöhndelete associated libvirt domain/image when destroying...
2017-05-23 Michael Pöhnbuild: fixed kvm snapshot support; makebuildserver...
2017-05-23 Michael Pöhnadded libvirt vm-provider support to build.py
2017-05-23 Hans-Christoph... makebuildserver: package up KVM VM as a vagrant box
2017-05-23 Hans-Christoph... buildserver: make --clean destroy reliably
2017-05-23 Hans-Christoph... buildserver: consolidate boxfile export code into one...
2017-05-23 Hans-Christoph... buildserver: add copy_caches_from_host config option
2017-05-23 Hans-Christoph... buildserver: run_via_vagrant_ssh() to run cmds via...
2017-05-23 Hans-Christoph... buildserver: move code into main() method to always...
2017-05-23 Hans-Christoph... buildserver: display verbose logging in a background...
2017-05-23 Hans-Christoph... buildserver: replace custom code with python-vagrant
2017-05-23 Hans-Christoph... include class like UNIX `tail -f` for displaying logs
2017-05-23 Hans-Christoph... move bulk of reproducible_fdroid_build_apps.sh to jenki...
2017-05-22 Hans-Christoph... Merge branch 'exceptions' into 'master'
2017-05-22 Torsten GroteReplace sys.exit() in non-main functions by exceptions
2017-05-22 Michael Pöhnfix calling vagrant global-status
2017-05-22 Michael Pöhnuse stable version of priv ext instead of latest when...
2017-05-22 Hans-Christoph... jenkins-build-makebuildserver: retry `git fetch` until...
2017-05-22 Hans-Christoph... Merge branch 'indexing-fixes' into 'master'
2017-05-18 Hans-Christoph... update: find aapt when it is not in the PATH
2017-05-18 Hans-Christoph... update: fix fastlane scraping, it uses a subdir called...
2017-05-18 Hans-Christoph... update: skip packages without metadata in index V1
2017-05-18 Hans-Christoph... update: improved logging
2017-05-18 Hans-Christoph... update: allow repo files to use _ in the file names
2017-05-18 Hans-Christoph... metadata: switch from deprecated cgi.escape to html...
2017-05-17 Torsten GroteMerge branch 'cdn-git-mirror' into 'master'
2017-05-17 thez3rofix double pushing on remote
2017-05-17 Hans-Christoph... Merge branch 'cdn-git-mirror' into 'master'
2017-05-17 thez3roUse gitlab pages as mirror
2017-05-10 Hans-Christoph... Merge branch 'hg39' into 'master'
2017-05-10 Boris Krautbuildserver: use hg 3.9 from backports
2017-05-05 Hans-Christoph... Merge branch 'master' into 'master'
2017-05-05 Michael PöhnMerge branch 'yaml' into 'master'
2017-05-04 thez3rouse androguard if aapt isn't found
2017-05-02 Hans-Christoph... Merge branch 'download-index-etag' into 'master'
2017-05-02 Torsten GroteSupport ETag when downloading repository index
2017-05-02 Hans-Christoph... fix white space trimming when writing .txt format
2017-05-02 Hans-Christoph... use pyyaml for rewriting .yml metadata files
2017-05-02 Michael PöhnMerge branch 'libvirt-support' into 'master'
2017-05-01 Torsten GroteMerge branch 'pre-0.103-alpha4-rename' into 'master'
2017-04-30 Andrew PatrikalakisCheck for libvirt specific shutoff message
2017-04-27 Hans-Christoph... downcase all 'localized' key names to match the rest...
2017-04-24 Hans-Christoph... Merge branch 'git-identity-file' into 'master'
2017-04-24 Torsten GroteMake git server mirror upload honor config['identity_fi...
2017-04-24 Hans-Christoph... Merge branch '148-no-verify-logs-on-split-build-publish...
2017-04-23 Michael Pöhnremove build output when not reproducible
2017-04-22 Michael Pöhnunified method for naming build output
2017-04-22 Michael Pöhncheck meld config for manual apk diffs
2017-04-22 Michael Pöhnuse verify_apks for checking build output
2017-04-22 Michael Pöhnfix java architecture in buildserver config
2017-04-22 Michael Pöhncompare apk with Binaries from metadata right after...
2017-04-21 Hans-Christoph... Merge branch '273-invalid-apk-gets-through-to-publish...
2017-04-20 Michael Pöhnthrow proper error when download of apks fail
2017-04-19 Daniel MartíMerge branch 'gradleplugin' into 'master'
2017-04-19 Hans-Christoph... Merge branch 'full-app-store-metadata-scraping' into...
2017-04-19 Hans-Christoph... add basic test for Triple-T Gradle Play Publisher scraping
2017-04-19 Hans-Christoph... update: fix glob to actually match all locales
2017-04-19 Hans-Christoph... support "Author Web Site" as metadata field
next