Commit Graph

  • 9ea87f7078 Add texinfo to buildserver Ciaran Gultnieks 2013-11-11 17:22:49 +00:00
  • 3f2f4ef1ce Add transfig to buildserver Ciaran Gultnieks 2013-11-11 17:20:06 +00:00
  • 355dc1bfd9 Fix crashes when writing boolean metadata fields Daniel Martí 2013-11-09 12:48:39 +01:00
  • 47f31b72c0 Revert "Revert "Don't allow values other than 'yes' or 'no' on boolean fields, integrity fixes"" Daniel Martí 2013-11-09 12:21:43 +01:00
  • 080536467b Only print 'Nothing to do' in verbose mode Ciaran Gultnieks 2013-11-09 15:39:12 +00:00
  • aa98a8d64a Write buildserver ID to buildserver on creation Ciaran Gultnieks 2013-11-09 11:51:39 +00:00
  • a7c077634b Revert "Don't allow values other than 'yes' or 'no' on boolean fields, integrity fixes" Ciaran Gultnieks 2013-11-09 06:52:11 +00:00
  • 04f7485949 Don't allow values other than 'yes' or 'no' on boolean fields, integrity fixes Daniel Martí 2013-11-08 21:53:34 +01:00
  • 6e0ad365d0 Don't pass config variables as arguments - much simpler code Daniel Martí 2013-11-08 20:44:27 +01:00
  • 72151355b1 Look for '.apk', not just 'apk', for ant/maven outputs Daniel Martí 2013-11-08 19:03:23 +01:00
  • 55e3fc9aa3 Fix maven apk finding method Daniel Martí 2013-11-08 18:56:28 +01:00
  • b313c12637 Avoid crashes in rewritemeta regarding xrefs Daniel Martí 2013-11-07 16:57:55 +01:00
  • 3d849dccbc Merge branch 'master' of gitorious.org:f-droid/fdroidserver Ciaran Gultnieks 2013-11-07 08:12:15 +00:00
  • 5245640fdc Verify generated key alias uniqueness Ciaran Gultnieks 2013-11-07 08:11:05 +00:00
  • 4f6fb4df82 Merge commit 'refs/merge-requests/129' of gitorious.org:f-droid/fdroidserver Daniel Martí 2013-11-05 23:58:32 +01:00
  • 5f06fba591 init set config.py perms to 0600, otherwise warn user if config.py is not Hans-Christoph Steiner 2013-11-05 17:27:08 -05:00
  • af0ac4a4c2 os imported but not used in fdroid Daniel Martí 2013-11-05 19:43:17 +01:00
  • 40488a9486 Replace some 'if len(s) == 0' by 'if not s', remove unnecessary code Daniel Martí 2013-11-05 19:42:29 +01:00
  • 749739ec72 Docs for maintainer notes field Ciaran Gultnieks 2013-11-05 16:39:57 +00:00
  • 356f12ab2f Write maintainer notes to wiki Ciaran Gultnieks 2013-11-05 16:39:45 +00:00
  • ceee4c0e95 Handle 'Maintainer Notes' field in metadata Ciaran Gultnieks 2013-11-05 16:21:35 +00:00
  • 2b0badd4c4 Fix init with common, don't require cwd in FDroidPopen Daniel Martí 2013-11-05 09:26:26 +01:00
  • ee67e96aad add new 'fdroid init' options to bash completion Hans-Christoph Steiner 2013-11-04 21:58:42 -05:00
  • 633103b1b6 add options to 'fdroid init': --distinguished-name and --repo-keyalias Hans-Christoph Steiner 2013-11-04 17:43:28 -05:00
  • 3ea4e08135 in 'fdroid init' if no keystore exists or was given, then generate it Hans-Christoph Steiner 2013-11-04 17:32:56 -05:00
  • 75d616c5e5 Fix fdroid stats, checking config before reading it Ciaran Gultnieks 2013-11-05 07:58:56 +00:00
  • cdccd89df4 Solve issues with fd-commit when no Auto Name is present Daniel Martí 2013-11-05 00:11:54 +01:00
  • 145b38252a Basic completion for init, add --verbose to it Daniel Martí 2013-11-04 20:28:32 +01:00
  • de0986e77d Avoid init.py crash due to options being None Daniel Martí 2013-11-04 20:21:24 +01:00
  • 3638edd252 Make FDroidPopen a lot simpler, pythonize a few things Daniel Martí 2013-11-04 20:19:31 +01:00
  • 5cdca44b69 Use the new read_config in init.py Daniel Martí 2013-11-04 20:03:45 +01:00
  • e2bcf4304d Don't override built-in 'dir' Daniel Martí 2013-11-04 20:01:30 +01:00
  • 429221f282 Don't check for dirs and files in the main script Daniel Martí 2013-11-04 18:37:57 +01:00
  • 85d32576eb ignore egg-info and docs build products Hans-Christoph Steiner 2013-11-01 20:49:27 -04:00
  • 9344bca245 implement 'fdroid init' to set up a barebones repo from scratch Hans-Christoph Steiner 2013-11-01 20:39:32 -04:00
  • 94342ee43c install sample config files in a standard location Hans-Christoph Steiner 2013-11-01 15:09:16 -04:00
  • a8810b809a Don't use proj.prop if not present (fixes tiltmazes) Daniel Martí 2013-11-04 17:03:43 +01:00
  • a81aebb236 Switch to build-tools 19.0.0 Daniel Martí 2013-11-04 16:09:45 +01:00
  • 1ef3e2408a Implement forceversion and forcevercode for gradle projects Daniel Martí 2013-11-04 16:09:23 +01:00
  • 22a02a02c4 Fix sed typo that broke forceversion and forcevercode Daniel Martí 2013-11-04 15:42:01 +01:00
  • 7c5be575c6 Fix server.py NoneType error Daniel Martí 2013-11-04 15:16:09 +01:00
  • 9910e74242 Force apt-get update on buildserver creation Ciaran Gultnieks 2013-11-04 12:35:53 +00:00
  • 45e68b45d4 Revert "Fix git-svn find-rev, also search for svn revisions after HEAD" Daniel Martí 2013-11-04 10:43:28 +01:00
  • fc804e68d2 Fixes to makebuildserver and verify Daniel Martí 2013-11-04 10:22:22 +01:00
  • 65e708908e Merge branch 'master' into verbose-rewrite Daniel Martí 2013-11-03 14:00:09 +01:00
  • 962b603a6a variable typo Daniel Martí 2013-11-03 13:54:55 +01:00
  • ccf0c0664f Default to update=auto, find subprojects automatically Daniel Martí 2013-11-03 13:44:33 +01:00
  • bfaf162700 Allow auto-committer author to be specified in config Ciaran Gultnieks 2013-11-03 12:07:47 +00:00
  • 223b0ea061 Merge branch 'master' into verbose-rewrite Daniel Martí 2013-11-03 11:53:36 +01:00
  • 19ef29ed15 Add fd-commit package completion Daniel Martí 2013-11-03 11:53:20 +01:00
  • 8acbc33f0d fd-commit can now take app ids as filter; retab Daniel Martí 2013-11-03 11:50:44 +01:00
  • 070feb3d21 Fix all the possibe local.properties files, add sdk dir if oldsdk is not set Daniel Martí 2013-11-03 11:49:11 +01:00
  • 7a4ec5c083 AM.xml is not the only file that designates an android app source dir Daniel Martí 2013-11-02 22:52:52 +01:00
  • 5b613292c3 Merge branch 'master' into verbose-rewrite Daniel Martí 2013-11-02 22:36:55 +01:00
  • e069da3562 Don't accept empty icons; Don't add <icon> xml element if none is present Daniel Martí 2013-11-02 22:14:32 +01:00
  • 8bab7a06ce Fix: use -cp (classpath) to fix problems with java getsig Daniel Martí 2013-11-02 22:01:50 +01:00
  • 7f43797a64 Add android-19 platform Daniel Martí 2013-11-02 20:35:45 +01:00
  • 4db24c43f2 Android sdk from 22.2.1 to 22.3 Daniel Martí 2013-11-02 20:33:44 +01:00
  • f16f8a4313 Read output queues a bit more often Daniel Martí 2013-11-02 20:30:21 +01:00
  • 67b8825560 Merge branch 'master' into verbose-rewrite Daniel Martí 2013-11-02 19:56:31 +01:00
  • 79a24e3e11 Fixes to categories in update.py Daniel Martí 2013-11-02 16:04:50 +01:00
  • f1526faa47 Translate 'Category:categ1;categ2;...' into 'Categories:categ1,categ2,...' Daniel Martí 2013-11-02 12:04:02 +01:00
  • 3f673654bd Update docs regarding categories Daniel Martí 2013-11-02 01:18:56 +01:00
  • ee759a3a0e Start doing multiple categories as comma separated lists Daniel Martí 2013-11-02 01:14:01 +01:00
  • 5644b17048 Various fixes: hg vcs updating, gradle vercode regex... Daniel Martí 2013-11-01 19:12:22 +01:00
  • ff3faefd80 Merge branch 'verbose-rewrite' of gitorious.org:f-droid/fdroidserver into verbose-rewrite Daniel Martí 2013-11-01 13:57:10 +01:00
  • d525d987e2 Merge branch 'master' into verbose-rewrite Daniel Martí 2013-11-01 13:55:42 +01:00
  • c3be06fb1d Start rewriting options and config as common.py globals Daniel Martí 2013-11-01 12:10:57 +01:00
  • 1d88ba5450 No quotes in --commit messages Daniel Martí 2013-11-01 11:05:41 +01:00
  • 0ac058c244 Avoid pyflakes error Ciaran Gultnieks 2013-10-31 22:16:05 +00:00
  • 8a6267b126 --auto --commit now behaves like fd-commit, consistency Daniel Martí 2013-10-31 18:20:45 +01:00
  • 341fc6657a Fix --auto for the new BV syntax Daniel Martí 2013-10-31 17:59:45 +01:00
  • 08b24b7ad2 Don't remove output dirs twice. --subprojects is useless. Daniel Martí 2013-10-31 17:56:12 +01:00
  • f878f55c19 Fix mistake in 08287a1f Ciaran Gultnieks 2013-10-31 16:42:42 +00:00
  • a218d2aff0 Forgot to actually use the real repotype variable Daniel Martí 2013-10-31 17:35:13 +01:00
  • aaba6ceec2 Better gradle signature config filter Daniel Martí 2013-10-31 17:22:08 +01:00
  • 2e4e2a84a0 Also remove 'obj' when removing jni dirs Daniel Martí 2013-10-31 17:21:49 +01:00
  • 42a41dc3a9 Minor fixes to git-svn Daniel Martí 2013-10-31 15:54:52 +01:00
  • e07d35f913 New field: scandelete, like scanignore but deleting Daniel Martí 2013-11-01 13:46:19 +01:00
  • d507b2e894 New metadata field: Vercode Operation Daniel Martí 2013-11-01 13:25:50 +01:00
  • 0c8283bc1a Also reset --hard and clean -dffx the git submodules Daniel Martí 2013-11-01 13:19:29 +01:00
  • e53f006d08 Checkout with --force on git Daniel Martí 2013-11-01 13:19:07 +01:00
  • e24a89916a No quotes in --commit messages Daniel Martí 2013-11-01 11:05:41 +01:00
  • 66a431a14a Start using config and options as common.py globals Daniel Martí 2013-10-31 23:27:03 +01:00
  • 4bd64de501 Avoid pyflakes error Ciaran Gultnieks 2013-10-31 22:16:05 +00:00
  • 9edc302543 --auto --commit now behaves like fd-commit, consistency Daniel Martí 2013-10-31 18:20:45 +01:00
  • 8767dc3059 Fix --auto for the new BV syntax Daniel Martí 2013-10-31 17:59:45 +01:00
  • 16baeece58 Don't remove output dirs twice. --subprojects is useless. Daniel Martí 2013-10-31 17:56:12 +01:00
  • e080bb3983 Fix mistake in 08287a1f Ciaran Gultnieks 2013-10-31 16:42:42 +00:00
  • 48e5f61391 Forgot to actually use the real repotype variable Daniel Martí 2013-10-31 17:35:13 +01:00
  • f07cb7e90f Better gradle signature config filter Daniel Martí 2013-10-31 17:22:08 +01:00
  • 387701dcda Also remove 'obj' when removing jni dirs Daniel Martí 2013-10-31 17:21:49 +01:00
  • 41c643d301 Merge branch 'master' of gitorious.org:f-droid/fdroidserver Ciaran Gultnieks 2013-10-31 15:51:06 +00:00
  • b87dde445f Fix import error message Ciaran Gultnieks 2013-10-31 15:47:24 +00:00
  • a762a0cb04 Tidied up some unused junk Ciaran Gultnieks 2013-10-31 15:46:32 +00:00
  • 94598a05f5 Display previously ignored checkupdates error Ciaran Gultnieks 2013-10-31 15:39:47 +00:00
  • 08287a1fa8 Handle repo config in a more sensible way Ciaran Gultnieks 2013-10-31 15:37:39 +00:00
  • ec58f6e313 Minor fixes to git-svn Daniel Martí 2013-10-31 15:54:52 +01:00
  • 6bff3f4e77 Did not mean to commit these Daniel Martí 2013-10-31 15:45:16 +01:00
  • 8af027011d Skip the single app, not all of them... Daniel Martí 2013-10-31 15:43:36 +01:00