chiark / gitweb /
fdroidserver.git
2017-07-27 Hans-Christoph... metadata: handle empty YAML files without crashing 0.8
2017-07-26 Hans-Christoph... update: test metadata creation using internal and exter...
2017-07-26 Hans-Christoph... add missing comma in setup.py
2017-07-26 Hans-Christoph... Merge branch 'metadata' into 'master'
2017-07-26 Izzypreserve order and formatting on creating Metadata...
2017-07-26 Hans-Christoph... Bump to 0.8
2017-07-26 Hans-Christoph... update pypi "classifiers"
2017-07-26 Hans-Christoph... update README to point to https://f-droid.org/docs
2017-07-26 Hans-Christoph... update file list in setup.py
2017-07-26 Hans-Christoph... Merge branch 'metadata' into 'master'
2017-07-20 IzzyUpdating syntax check for Flattr (see #284)
2017-07-20 Hans-Christoph... Merge branch '0.8-fixes' into 'master'
2017-07-19 Hans-Christoph... remove errant trailing slash added in 7613c18dd80969cec...
2017-07-19 Hans-Christoph... include all test files in source tarball
2017-07-19 Hans-Christoph... gitlab-ci: filter new build fields in metadata_v0 test
2017-07-19 Hans-Christoph... update: always include name/summary/desc in index.xml...
2017-07-19 Hans-Christoph... add new files to MANIFEST.in
2017-07-19 Hans-Christoph... wp-droid: move deprecated Wordpress plugin to its own...
2017-07-19 Hans-Christoph... verify: if downloading from /repo/ fails, try /archive/
2017-07-19 Hans-Christoph... keep .apk file ext when diffoscope'ing Binaries:
2017-07-19 Hans-Christoph... rewritemeta: only print file type if its changing
2017-07-19 Hans-Christoph... server: report errors pushing to git mirrors
2017-07-19 Hans-Christoph... server: include gitlab raw URLs as git mirrors
2017-07-19 Hans-Christoph... server: only rm git mirror if the git history is gettin...
2017-07-17 Hans-Christoph... update: force checkout .gitlab-ci.yml when updating...
2017-07-17 Hans-Christoph... server: smooth out btlog transfer for offline signing...
2017-07-17 Hans-Christoph... Merge branch 'xmlicons' into 'master'
2017-07-16 Izzyhave fallback for XML icons also consider res/mipmap*
2017-07-16 Hans-Christoph... Merge branch 'metadata' into 'master'
2017-07-15 Izzyusing a "real category" as example
2017-07-15 Izzyadding example metadata template (closes #345)
2017-07-10 Hans-Christoph... Merge branch 'metadata' into 'master'
2017-07-08 Izzy--create-metadata: only set default empty values if...
2017-07-08 Izzyenable user to have presets for metadata by using a...
2017-07-08 Izzymake --create-metadata use yaml.dump instead of ruamel...
2017-07-07 Hans-Christoph... ensure that mirror URLs always include the repodir
2017-07-07 Hans-Christoph... Merge branch 'master' into 'master'
2017-07-07 mimi89999Also search for apk in build/outputs/apk/release
2017-07-06 Hans-Christoph... Merge branch 'metadata' into 'master'
2017-07-06 Izzy--create-metadata: make sure apk[name] is not empty
2017-07-06 Hans-Christoph... Merge branch 'sudo' into 'master'
2017-07-06 Hans-Christoph... support configing buildserver VM per-build with sudo=
2017-07-06 Michael PöhnMerge branch 'yaml-template' into 'master'
2017-07-06 Hans-Christoph... handle App instance with no Builds when writing YAML
2017-07-06 Hans-Christoph... update: update openssl KnownVuln scan to handle all...
2017-07-06 Hans-Christoph... update: remove ruamel requirement, and improve '--creat...
2017-07-06 Hans-Christoph... Merge branch 'some-data-related-fixed' into 'master'
2017-07-06 Hans-Christoph... update: find PNG when recommended icon is an XML file
2017-07-06 Hans-Christoph... update: normalize var name to apkzip
2017-07-06 Hans-Christoph... jenkins: document build/sign test flow
2017-07-06 Hans-Christoph... buildserver: support any recent NDK version, with stabl...
2017-07-06 Hans-Christoph... support manually adding per-build antiFeatures in metadata
2017-07-06 Michael Pöhnlint: check all build fields against accepted list
2017-07-06 Hans-Christoph... Merge branch '343-ruamel-yaml-version-check' into ...
2017-07-06 Michael Pöhncheck version of ruamel.yaml and raise according error...
2017-07-05 Hans-Christoph... Merge branch 'antifeature' into 'master'
2017-07-05 Hans-Christoph... Merge branch 'metadata' into 'master'
2017-07-05 Izzycreate_metadata: do not skip APK files having no name
2017-07-04 Izzyadded new AntiFeature: ApplicationDebuggable
2017-07-04 Hans-Christoph... gitlab-ci: remove hacks need to support Debian/jessie
2017-07-04 Hans-Christoph... Merge branch 'ndk' into 'master'
2017-07-04 Hans-Christoph... Merge branch '290-make-rewrite-metadata-respect-key...
2017-07-04 Michael PöhnMerge branch '290-make-rewrite-metadata-respect-key...
2017-07-04 Michael Pöhnmoved some yaml test files into a separate forlder...
2017-07-04 Michael Pöhncorrect yaml-rewriting for buildozer flag
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-04 relanmakebuildserver: add NDK r15b
2017-07-04 relanmakebuildserver: fix NDK r14b provisioning
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
next