Commit Graph
1740 Commits
Author SHA1 Message Date
Ciaran Gultnieks 3a045e40c3 Some diagnostic output for http update check mode 2013-10-29 19:32:51 +00:00
Ciaran Gultnieks ba96af1a78 Wiki update code for disabled builds can be simplified now 2013-10-29 17:39:05 +00:00
Ciaran Gultnieks 392e547c1a Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-10-29 15:43:56 +00:00
Daniel Martí bdb168990b Add package realpath to buildserver 2013-10-29 14:19:27 +01:00
Daniel Martí 237f7a2a0e have commitupdates show the diff (commit -v) 2013-10-29 13:45:41 +01:00
Daniel Martí fd50903c50 Don't include '!' in disabled= when converting to new syntax 2013-10-29 13:36:06 +01:00
Ciaran Gultnieks dd427ef5f0 Fix standalone scanner bug 2013-10-29 12:23:42 +00:00
Daniel Martí 5455576b6b Some fixes to the scanner algorithm 2013-10-29 12:03:37 +01:00
Daniel Martí 1a4b18e2e8 Retrieve app and version name from the same tag in UCM:Tags 2013-10-29 09:55:15 +01:00
Daniel Martí 4fb857bbb0 Don't try to find output if we're doing an --install 2013-10-29 00:35:14 +01:00
Daniel Martí 8566250dd0 Find all build.gradle files in the entire source tree 2013-10-29 00:19:49 +01:00
Daniel Martí c47b1dc286 Support new Build: syntax in completion; retab 2013-10-29 00:19:33 +01:00
Ciaran Gultnieks 8627357cd9 Don't require commit to be specified for a disabled build 2013-10-28 08:53:18 +00:00
Daniel Martí a546013756 Clean gradle signing configs all at once 2013-10-27 23:43:38 +01:00
Daniel Martí 0f375dba43 Support new Build: format in commitupdates 2013-10-27 22:46:04 +01:00
Daniel Martí a5472d9b9a Revert "Allow for spaces before/after version and vercode"
This reverts commit ec5e12221f.
2013-10-27 22:43:24 +01:00
Daniel Martí ec5e12221f Allow for spaces before/after version and vercode
This allows for 'Build: foo, 1' as well as the old 'Build:foo,1'
2013-10-27 22:32:59 +01:00
Daniel Martí 61a8466ed5 Support Build: indenting by tabs 2013-10-27 22:16:41 +01:00
Ciaran Gultnieks dad4f496f0 Fix rm safety check
I got it backwards due to my stupid parameter naming.
2013-10-27 17:16:04 +00:00
Ciaran Gultnieks 921b407582 Allow rm to recursively remove directories 2013-10-27 17:05:53 +00:00
Ciaran Gultnieks b556693d4a Changing that from the expected value will trip someone up in the future 2013-10-27 17:03:28 +00:00
Ciaran Gultnieks ccdea798fc Don't need legacy disabled build handling everywhere now 2013-10-27 14:40:02 +00:00
Ciaran Gultnieks 075551b715 Disabled should be first 2013-10-27 14:36:25 +00:00
Ciaran Gultnieks 945f99e4ca Translate disabled commit to proper disabled 2013-10-27 14:35:57 +00:00
Ciaran Gultnieks 327e472169 Read new or old recipe formats, write new format
Slightly tested. See https://f-droid.org/wiki/page/Build_Recipe_Format
2013-10-27 14:06:55 +00:00
Ciaran Gultnieks 67021f8760 Include bugsense in scanner 2013-10-26 19:30:17 +01:00
Ciaran Gultnieks 715035a707 Introduce disable= as a better way of disabling a build
Prefixing commit ID with ! and a message will still work, but that's
very silly. Using disable= is now the correct way.
2013-10-26 10:28:12 +01:00
Daniel Martí 2aafda0154 bash != /bin/bash 2013-10-25 21:30:00 +02:00
Daniel Martí 1a59f063b9 Absolute paths in some gitignore fields, ignore all boxes 2013-10-25 20:57:16 +02:00
Daniel Martí c624556b13 Don't include getsig.class as source 2013-10-25 20:43:16 +02:00
Daniel Martí 3f92d3243c Partially revert Requires Root: changes 2013-10-25 17:19:23 +02:00
Daniel Martí 1452a55642 Don't place UCM:Static in apps to update 2013-10-25 17:16:40 +02:00
Ciaran Gultnieks b7425d7253 Be more selective about removing bin directories 2013-10-25 11:59:55 +01:00
Daniel Martí 0ba888850a Regression - we won't do subvercodes 2013-10-25 10:37:53 +02:00
Ciaran Gultnieks 3e8db35101 Fix recently introduced import bug 2013-10-25 09:28:11 +01:00
Hans-Christoph Steiner 4d79f41bea convert setup.py into working setuptools-based installer
With this setup.py, its possible to install the required packages using:
  pip install -e .

The Debian packaging will also automatically get the dependencies from
install_requires.  This does not handle the generation of the docs at all.
I have not found a straightforward way to include running ./gendocs.sh in
setup.py, but its easy to run in the Debian packaging.
2013-10-24 21:28:04 +01:00
Hans-Christoph Steiner 9e113dbacf include basic description paragraphs for F-Droid and server in README
Having these basic descriptions in the README provides a quick way to find
out what F-Droid and fdroidserver are.  Plus it will show up on the
gitorious git repo, and will automatically be included in the Python
packaging, where it will be pushed to pypi and other places.
2013-10-24 21:26:29 +01:00
Ciaran Gultnieks 2859db6e84 Always include search in browse 2013-10-24 18:27:22 +01:00
Ciaran Gultnieks 84f8c5ab8c Add client download button before packages section in browser 2013-10-24 18:02:51 +01:00
Ciaran Gultnieks eba477d922 HTTPS is forced, so that text is no longer necessary 2013-10-24 17:53:10 +01:00
Ciaran Gultnieks fe46cc8fdd Quick hack to fix FDroidPOpen
That loop is using more CPU that the actual building of the app.
2013-10-24 11:12:15 +01:00
Ciaran Gultnieks 17df97e714 Correct .bsenv for interactive ssh 2013-10-24 10:02:36 +01:00
Ciaran Gultnieks 0ab39934b2 build --test now always builds, even if output already exists (issue #333) 2013-10-24 09:43:14 +01:00
Daniel Martí c64bf8e479 docs: maven now also supports @dir like gradle 2013-10-23 19:59:28 +02:00
Daniel Martí 83183a31ac Don't output stdout/stderr twice, print what is run and where 2013-10-23 19:54:05 +02:00
Daniel Martí 162c7c40e6 Fix issues with .apklib files being seen as output apks 2013-10-23 19:54:04 +02:00
Daniel Martí 8c583ec7bc Allow for maven=yes@dir like gradle 2013-10-23 19:54:04 +02:00
Ciaran Gultnieks 548c5f606c Removed bogus (hopefully) checkout 2013-10-23 15:57:02 +01:00
Ciaran Gultnieks fe720343c2 Add wiki category for disabled apps (issue #163) 2013-10-23 13:19:50 +01:00
Daniel Martí 843be72667 label regex pattern now doesn't stop until a new field or a newline are found 2013-10-23 09:58:32 +02:00