1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00
Commit Graph

1998 Commits

Author SHA1 Message Date
Daniel Martí
d8d3f00e6b Avoid newlines in git-svn RepoTrunk 2013-10-30 21:40:48 +01:00
Daniel Martí
355dabc43e commitupdates now treats all other changes in a generic manner 2013-10-30 20:17:56 +01:00
Daniel Martí
efb161e622 Don't error when finding apk files, just delete them 2013-10-30 19:15:15 +01:00
Daniel Martí
a0e7409148 Away with all the funambol ugly tweaks 2013-10-30 18:24:03 +01:00
Daniel Martí
c234945f75 Automatically remove all android:debuggable flags 2013-10-30 17:17:44 +01:00
Daniel Martí
e35a1093cd Fix git-svn find-rev, also search for svn revisions after HEAD 2013-10-30 16:54:08 +01:00
Ciaran Gultnieks
c1020ca38f A couple of minor import improvements 2013-10-30 09:51:33 +00:00
Daniel Martí
9571c792db Print FDroidPopen params *before* executing 2013-10-29 20:39:49 +01:00
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