chiark / gitweb /
fdroidserver.git
2017-07-04 Michael PöhnMerge branch '290-make-rewrite-metadata-respect-key...
2017-07-04 Michael Pöhnimport ruamel.ymal only when re-writing yaml metadata
2017-07-04 Michael Pöhnrewritemeta yaml: fixed boolen mapping for build flags
2017-07-04 Michael Pöhnuse stored metadatapath instead of guessing it
2017-07-04 Michael Pöhnfix indentation
2017-07-04 Hans-Christoph... `fdroid update --create-metadata` now outputs YAML...
2017-07-04 Michael Pöhnfix building with yml metadata
2017-07-04 Michael Pöhnset required minimum ruamel.yaml version
2017-07-04 Michael Pöhnrefactored yaml tests into metadata test case; fixed...
2017-07-04 Michael Pöhnadd ruamel yaml to buildserver depenencies
2017-07-04 Michael Pöhncompleted ordered yaml field list
2017-07-04 Michael Pöhnprettify write_yaml metadata
2017-07-04 Michael Pöhnyaml rewrite version code as int
2017-07-04 Michael Pöhnrewrite metadata builds list to yaml
2017-07-04 Michael Pöhnyaml metadata rewrite: correct blank line
2017-07-04 Michael Pöhnadd ruamel.yaml to setup.py
2017-07-04 Michael Pöhnfixed pyflakes/pep warings
2017-07-04 Michael Pöhnrewrite to yaml works for app data now (builds still...
2017-07-03 Hans-Christoph... Merge branch 'repo-update-break-down' into 'master'
2017-07-03 Torsten GroteBreak up the scan_apk() method and rename it to process...
2017-07-03 Hans-Christoph... gitlab-ci: switch to new Debian/stretch image
2017-07-03 Hans-Christoph... Merge branch 'archive-policy-fix' into 'master'
2017-07-03 Hans-Christoph... gitlab-ci: apt upgrade so that tests run with current...
2017-07-03 Hans-Christoph... update: invalidate cache if allow_disabled_algorithms...
2017-07-03 Hans-Christoph... update: write cache file if anything has changed it
2017-07-03 Hans-Christoph... tests: make sure apkcache gets created
2017-07-03 Hans-Christoph... update: create 'archive/' if needed when moving APKs
2017-07-03 Hans-Christoph... update: allow_disabled_algorithms option to keep MD5...
2017-06-28 Hans-Christoph... update: allow deprecated signatures only in the archive
2017-06-28 Hans-Christoph... update: move duplicated code into move_apk_between_sect...
2017-06-28 Hans-Christoph... fix "Archive Policy:" field, APKs can move in/out of...
2017-06-28 Hans-Christoph... tests: test moving files to and from the archive
2017-06-28 Hans-Christoph... Merge branch 'random-small-fixes' into 'master'
2017-06-28 Hans-Christoph... init: update docs links for next steps
2017-06-28 Hans-Christoph... lint: check file extension for metadata
2017-06-28 Hans-Christoph... locale: fix broken source string
2017-06-28 Hans-Christoph... scan APKs for signs of "Master Key" exploit
2017-06-28 Hans-Christoph... update: move btlog import since btlog.py requires pytho...
2017-06-28 Hans-Christoph... gitlab-ci: fix metadata_v0 test to run on the right...
2017-06-22 Hans-Christoph... gitlab-ci: fix metadata_v0 test for new buildozer build...
2017-06-21 Hans-Christoph... Merge branch 'buildozer-build' into 'master'
2017-06-21 lb@lb520Test metadata files updated.
2017-06-20 Hans-Christoph... gitlab-ci: properly quote colons
2017-06-20 Hans-Christoph... gitlab-ci: ignore blank Description in metadata_v0...
2017-06-20 lb@lb520build.py corrected
2017-06-20 lb@lb520Added a method to build python/kivy projects using...
2017-06-19 Hans-Christoph... Merge branch 'vagrantfile-box' into 'master'
2017-06-17 Hans-Christoph... Merge branch 'gradle4' into 'master'
2017-06-17 Hans-Christoph... Merge branch 'googlemaven' into 'master'
2017-06-16 Boris Krautmakebs: add gradle4.0
2017-06-16 Hans-Christoph... set gettext template to UTF-8
2017-06-16 Hans-Christoph... move translation files to 'locale' like Repomaker does
2017-06-15 Hans-Christoph... jenkins-build: point to new dir named after the script
2017-06-15 Hans-Christoph... ignore test files from d06f05e9c87e7ada00c1324c00bca99e...
2017-06-15 Hans-Christoph... jenkins-build: `git clean` before running fdroid cli...
2017-06-12 Hans-Christoph... update: do not crash on screenshots without texts/graphics
2017-06-12 Hans-Christoph... Merge branch 'fix' into 'master'
2017-06-12 Rui Zhao (renyuneyun)fix !320 due to unintentionally reusing the same variab...
2017-06-10 Boris KrautMerge branch 'master' into 'master'
2017-06-09 Sergey Ereminmakebuildserver: bump tools, add api26 and build-tools 26
2017-06-08 Boris KrautMerge branch 'fdroiddata-localization-fixes' into ...
2017-06-07 Hans-Christoph... rewritemeta: do not include empty Summary: or Description:
2017-06-07 Hans-Christoph... lint can no longer properly detect unset Summary/Descri...
2017-06-07 Hans-Christoph... support fdroid names in filenames for localized texts
2017-06-07 Hans-Christoph... support fastlane simplified metadata dir
2017-06-07 Hans-Christoph... Merge branch 'check-vmx-libvirt' into 'master'
2017-06-02 Torsten GroteMerge branch 'localization-template' into 'master'
2017-06-02 Torsten GroteMerge branch 'duplicate-apk-processing' into 'master'
2017-06-02 Hans-Christoph... add core help strings to gettext source file
2017-06-02 Willem MulderUse Qemu instead of KVM when we don't have VMX/SVM
2017-06-01 Hans-Christoph... check signature and OpenSSL after APK has proven valid
2017-06-01 Hans-Christoph... strip file extension from generated name for non-APKs
2017-06-01 Hans-Christoph... use var naming scheme in KnownApks (apk --> apkName)
2017-06-01 Hans-Christoph... regexs for getting packageName and versionCode from...
2017-06-01 Hans-Christoph... index.xml cannot handle APKs with the same packageName...
2017-06-01 Hans-Christoph... update: add --rename-apks to force APK filenames to...
2017-06-01 Andrew PatrikalakisCopy initial buildserver CPU/memory configuration to...
2017-06-01 Hans-Christoph... allow APKs with same packageName/versionCode but differ...
2017-05-30 Hans-Christoph... gitlab-ci: add index v0 metadata parsing test
2017-05-30 Hans-Christoph... add basic test for `fdroid scanner`
2017-05-30 Hans-Christoph... Merge branch 'master' into 'master'
2017-05-30 Alexey KrasilnikovAdd support for the new Bitbucket look
2017-05-29 Hans-Christoph... Merge branch 'makebs' into 'master'
2017-05-26 Boris KrautMerge branch 'lint-for-newness' into 'master'
2017-05-26 Boris Krautmakebs: update to ndk-r14b and build-tools-25.0.3
2017-05-26 Hans-Christoph... make tests pass new lint rules
2017-05-26 Hans-Christoph... lint: use only license tags from https://spdx.org/licen...
2017-05-26 Hans-Christoph... lint: support new per-package subdirs for l18n and...
2017-05-26 Hans-Christoph... lint: add popular URL shorteners to the banned list
2017-05-26 Boris Krautscanner: allow google maven
2017-05-25 Hans-Christoph... Merge branch 'master' into 'master'
2017-05-25 mimi89999Don't pass root_dir to scan_source
2017-05-25 Torsten GroteMerge branch 'modernize-pylint' into 'master'
2017-05-24 Hans-Christoph... Merge branch 'linphone-packages' into 'master'
2017-05-24 Andrew PatrikalakisAdd required packages for linphone 3.1.0 build
2017-05-23 Hans-Christoph... fix pylink 'dict' has no member 'keystore'
2017-05-23 Hans-Christoph... fix pylint unused-argument
2017-05-23 Hans-Christoph... update outdated pylint setup
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...
next