chiark / gitweb /
build: write out full rsync options
[fdroidserver.git] / fdroidserver /
2017-12-05 Marcus Hoffmannbuild: write out full rsync options
2017-12-05 Marcus Hoffmannbuild: better logging output on rsync failures
2017-12-04 Hans-Christoph SteinerMerge branch 'CVE-2017-1000117' into 'master'
2017-12-04 Hans-Christoph Steinerblock all SSH connections for VCS, for usabililty and...
2017-12-04 MarcusMerge branch 'submodules_ucm' into 'master'
2017-12-04 Marcus Hoffmanncheckupdates: don't fail when we can't init submodules
2017-12-03 Michael PöhnMerge branch 'git_clone_fix' into 'master'
2017-12-03 Marcus HoffmannGitFetchFDroidPopen: don't change cwd per default
2017-12-03 Hans-Christoph Steinerstop `git clone` from hanging at prompts
2017-12-03 relanMerge branch 'log_git' into 'master'
2017-12-02 Marcus Hoffmannbuild: log vcs tools version on every build attempt
2017-12-02 Hans-Christoph SteinerMerge branch 'metadataFlavours' into 'master'
2017-12-02 Hans-Christoph Steinerbuild: hard exit on success to avoid hanging
2017-12-02 Michael PöhnMerge branch 'no_sleep' into 'master'
2017-12-02 MarcusMerge branch 'sort-fdroid-build-all' into 'master'
2017-12-01 tobiasKaminskyadd flavour to metadata
2017-11-30 Hans-Christoph Steinerbuild: sort `fdroid build --all` by most recently chang...
2017-11-30 Hans-Christoph Steinermirror: fix syntax error on Python 3.4
2017-11-30 Hans-Christoph SteinerMerge branch 'gradleFlavor' into 'master'
2017-11-30 Hans-Christoph SteinerMerge branch 'polish-for-1.0' into 'master'
2017-11-30 tobiasKaminskyadded test case
2017-11-29 Hans-Christoph Steinervmtools: in KVM mode, only call sudo hack when file...
2017-11-29 Hans-Christoph Steinerserver: prevent crash when uploading to virustotal
2017-11-29 Hans-Christoph Steinerinit: handle case where keystore.jks is present but...
2017-11-29 Hans-Christoph Steinercommon: document read_pkg_args() and read_app_args()
2017-11-29 Hans-Christoph Steinerbuild: set open file limit based on how many apps are...
2017-11-29 Hans-Christoph Steinernightly: automatically create and manage app metadata
2017-11-29 Hans-Christoph Steinernightly: fix QR code repo icon generation
2017-11-29 Hans-Christoph Steinerupdate: use KnownApks dates to check system clock on...
2017-11-29 Hans-Christoph SteinerMerge branch 's3cfg' into 'master'
2017-11-29 Hans-Christoph Steinerserver: allow user to specify custom s3cfg file (closes...
2017-11-29 MarcusMerge branch 'fdroid-mirror' into 'master'
2017-11-29 Hans-Christoph Steinermirror: fix downloading of graphics
2017-11-29 Hans-Christoph Steinermirror: forward --verbose flag to wget to control output
2017-11-29 Hans-Christoph Steinermirror: verify index signature if fingerprint included...
2017-11-29 Hans-Christoph Steinermirror: show help if no URL is provided
2017-11-29 Hans-Christoph Steinermirror: new command to make a mirror of a repo
2017-11-29 tobiasKaminskygradle file: use flavour specific versionCode/versionNa...
2017-11-27 Hans-Christoph SteinerMerge branch 'tests-fedora' into 'master'
2017-11-27 Hans-Christoph Steinernightly: fix PEP8 E722 do not use bare except
2017-11-26 Hans-Christoph SteinerMerge branch 'rsync' into 'master'
2017-11-26 Hans-Christoph SteinerMerge branch 'ndk' into 'master'
2017-11-26 Marcus Hoffmannmakebuildserver: add ndk r16
2017-11-25 Hans-Christoph SteinerMerge branch 'vm-provider-lookup-flaw' into 'master'
2017-11-25 Hans-Christoph SteinerMerge branch 'no_rm' into 'master'
2017-11-25 Michael Pöhnfix vm provider lookup flaw
2017-11-25 Marcus Hoffmannbuild: rsync instead of sftp dirs to the buildserver
2017-11-25 Marcus Hoffmanncommon: use python instead of calling out to 'rm'
2017-11-25 Hans-Christoph SteinerMerge branch 'stop-hanging-on-git-ssh' into 'master'
2017-11-24 Marcus Hoffmannvmtools: remove old vagrant workaround
2017-11-23 Hans-Christoph Steinernever wait for SSH prompts when running git commands
2017-11-23 Hans-Christoph Steinerbuild: stop git from waiting forever at username/passwo...
2017-11-23 Hans-Christoph SteinerMerge branch 'nightly' into 'master'
2017-11-22 Hans-Christoph Steinernightly: new command to setup nightly builds in CI...
2017-11-22 Hans-Christoph Steinermake common.local_rsync() method for pre-configured...
2017-11-22 Hans-Christoph Steinercommon.get_examples_dir() to get path to fdroidserver...
2017-11-08 Hans-Christoph Steinerupdate: improve help strings
2017-11-03 Hans-Christoph SteinerMerge branch 'vcs-info' into 'master'
2017-11-02 relanbuild: raise VCS client version logging level
2017-10-27 Hans-Christoph Steinersort Anti-Features before writing them to the wiki
2017-10-27 Hans-Christoph SteinerMerge branch 'more-1.0-polishing' into 'master'
2017-10-25 Ciaran Gultnieksupdate bombs out when no icons (closes #402)
2017-10-25 Hans-Christoph Steinermetadata: make all strings translatable
2017-10-25 Hans-Christoph Steinerupdate: make all strings translatable
2017-10-25 Hans-Christoph Steinermake _ always be the gettext function, nothing else
2017-10-25 Hans-Christoph Steinerpreserve metadata when copying APK signatures
2017-10-25 Hans-Christoph Steinerchoose the most recent available version of Java
2017-10-25 Hans-Christoph SteinerRevert "scanner: promote jar and aar files present...
2017-10-25 MarcusMerge branch 'makebuildserver/default_memory' into...
2017-10-24 Hans-Christoph SteinerMerge branch 'patch-1' into 'master'
2017-10-24 Marcus Hoffmanncommon: check file existence before opening manifest
2017-10-23 Hans-Christoph SteinerMerge branch 'deploy-localization-support' into 'master'
2017-10-22 Allan NordhøyHTTP, HTTPS
2017-10-19 Hans-Christoph Steinerfix egg-link and easy_install support for Python3
2017-10-19 Hans-Christoph Steinerfix finding translation files when installed
2017-10-19 Hans-Christoph Steinerstandardize on "build-tools" as the name of that Androi...
2017-10-19 Hans-Christoph Steinerupdate: make strings translatable
2017-10-19 Hans-Christoph SteinerFDroidException handle Exceptions that return things...
2017-10-18 Hans-Christoph SteinerMerge branch '391-fdroid-publish-unknown-execption...
2017-10-17 Michael Pöhnbetter error message in publish when repo_key is not set
2017-10-17 Torsten GroteMerge branch '1.0-fixes' into 'master'
2017-10-13 Hans-Christoph Steinerupdate: support Fastlane's official location for screen...
2017-10-13 Hans-Christoph Steinerupdate: fix detection of Triple-T screenshots
2017-10-13 Hans-Christoph Steinerserver: automatically create S3 bucket when using s3cmd
2017-10-13 Hans-Christoph Steinerserver: move strings to be gettext translatable
2017-10-13 Hans-Christoph Steinerhandle exceptions that send a tuple for the error message
2017-10-12 Hans-Christoph SteinerMerge branch 'error_on_jars' into 'master'
2017-10-06 Michael PöhnMerge branch '334-make-index-generation-fully-reproduci...
2017-10-06 Hans-Christoph SteinerMerge branch 'print-vcs-client-version' into 'master'
2017-10-06 relancommon: print VCS client version
2017-10-04 Hans-Christoph SteinerMerge branch 'fix_bare_except' into 'master'
2017-10-04 Marcus Hoffmannfix bare except to satisfy newer pycodestyle
2017-10-04 Marcus Hoffmannimport: fix bitbucket import
2017-10-03 Hans-Christoph SteinerMerge branch 'fix-dot-gradle-removal' into 'master'
2017-10-03 Hans-Christoph SteinerMerge branch '291-include-apk-signatures-in-build-metad...
2017-10-01 relanbuild: fix build/ and .gradle/ removal after cleaning
2017-09-26 Michael Pöhnuse OrderedDict for localization data in index-v1
2017-09-26 Michael Pöhnmake sure all timestamps in index-v1 are utc
2017-09-26 Michael Pöhnconvert apk timestamp from filesystem to utc before...
2017-09-26 Michael Pöhnmake sure apk-added datetime only gets returned rounded...
next