1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00
Commit Graph

1721 Commits

Author SHA1 Message Date
Ciaran Gultnieks
6c64632f48 Handle half-built and abandoned vms better 2013-06-04 22:41:39 +01:00
Ciaran Gultnieks
8c1511fed1 Explicit openjdk package install
For whatever reason, 32 bit needs this even though 64 bit doesn't -
otherwise it can't find the jdk.
2013-06-04 22:40:58 +01:00
Ciaran Gultnieks
9d6266c5a6 Install build tools 17.0.0 on build server
Only the cached version is implemented, I haven't found the right
'android update sdk' command yet.
2013-06-04 22:39:46 +01:00
Ciaran Gultnieks
9ff536eae6 Use bash for init/prebuild, not sh 2013-06-04 22:38:44 +01:00
David Black
6b269ac644 add yasm to list of packages to be installed on build server 2013-06-03 20:39:25 +01:00
Ciaran Gultnieks
bd46fcfa99 Extra http resilience in checkupdates 2013-06-03 10:25:20 +01:00
Daniel Martí
785e17428a Add support for spaces in git-svn tags, fixes 2013-06-03 11:20:49 +02:00
Daniel Martí
c11464bdd5 Fix git-svn tags and checkouts 2013-06-03 10:56:17 +02:00
Ciaran Gultnieks
566e2a02a1 Updated buildserver docs 2013-05-31 09:58:36 +01:00
Ciaran Gultnieks
94afbd8878 Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-05-31 07:59:50 +01:00
Ciaran Gultnieks
7878d959e7 Improve the stats bandwidth/diskspace/memory situation a bit 2013-05-31 07:51:54 +01:00
Ciaran Gultnieks
7707e0902e Report missing srclib properly 2013-05-31 07:50:47 +01:00
Ciaran Gultnieks
78aa9d1874 Don't hang or crash in checkupdates 2013-05-31 07:50:21 +01:00
Ciaran Gultnieks
6752665db7 Log srclib errors during build to wiki and continue 2013-05-31 07:49:39 +01:00
Ciaran Gultnieks
cb16a63409 Much better build server provisioning
Including selection of correct ndk architecture, caching and performance
improvements, better configurability, etc.
2013-05-31 07:48:39 +01:00
Daniel Martí
5b6647af30 Don't import fdroid twice, allow -h without config 2013-05-30 16:36:39 +02:00
Daniel Martí
5d36f41c3f Forgot to remove "trunk" in git-svn checkout 2013-05-28 16:36:52 +02:00
Daniel Martí
86cff4e49c Treat git-svn git checkouts correctly. Mute tags/* 2013-05-28 16:25:23 +02:00
Daniel Martí
1ad1e85373 git-svn can now use RM/branch too 2013-05-27 15:11:46 +02:00
Daniel Martí
55335dc030 Add branches to docs, be a bit more specific 2013-05-27 15:09:18 +02:00
Daniel Martí
d042a685ce branches= on git-svn + muliple arguments allowed 2013-05-27 15:03:42 +02:00
David Black
0c32a5be8b manual: use of tags= for git-svn is only necessary for UCM:Tags 2013-05-27 13:56:48 +01:00
Daniel Martí
2d8ccbb658 Tags and RM with no builds default to no subdir 2013-05-26 20:17:47 +02:00
Daniel Martí
d2bce9e732 Remove "Whoops" exit. 2013-05-26 13:07:56 +02:00
Daniel Martí
5ec975cb7c Fix typos in missing source sentences 2013-05-26 11:54:53 +02:00
Ciaran Gultnieks
0985a6d4f4 Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-05-25 14:10:29 +01:00
Ciaran Gultnieks
10b90bd524 Should be ok without that workaround now - packaging bug is fixed 2013-05-25 14:03:26 +01:00
Ciaran Gultnieks
c25a0ee681 Install ia32-libs on 64 bit vm only (I think)
I think this will work, but I haven't tested it yet. It's required
because all the android sdk tools (e.g. aapt) are 32 bit binaries.
2013-05-25 14:01:49 +01:00
Ciaran Gultnieks
6f72af39fe Press the y key 2013-05-25 14:00:31 +01:00
Ciaran Gultnieks
f79debb132 More buildserver memory
Only needed for 64 bit really, 32 bit is fine.
2013-05-25 13:59:35 +01:00
Ciaran Gultnieks
f7d99ed521 Temporary workaround for maven packaging bug
See https://bugs.launchpad.net/bugs/1171056
2013-05-25 13:58:58 +01:00
Ciaran Gultnieks
03dcc07edb Install packages first 2013-05-25 13:56:00 +01:00
Ciaran Gultnieks
ee0e3253b5 Cache main sdk/ndk downloads 2013-05-25 13:55:16 +01:00
Ciaran Gultnieks
ca717e33d7 Fix graphite stats sending 2013-05-25 13:51:52 +01:00
Daniel Martí
bb867e1b6f Find out srclib repo type for stats 2013-05-24 23:52:14 +02:00
Daniel Martí
f40ec0eaaa Don't separate RM by branches on UCM stats 2013-05-24 23:48:03 +02:00
Daniel Martí
0861f870a3 More os.path.join() use cases 2013-05-24 23:43:49 +02:00
Daniel Martí
79ec50719d Add Tags and RM support for srclib, don't copy dir 2013-05-24 23:35:56 +02:00
Daniel Martí
c2196b2328 Use vcs.repotype() to support RT:srclib in RM too 2013-05-24 15:42:23 +02:00
Ciaran Gultnieks
dc789a7ac9 Option to push stats to graphite 2013-05-23 11:05:30 +01:00
Ciaran Gultnieks
a61083b71b Improved buildserver setup documentation 2013-05-23 11:05:29 +01:00
Ciaran Gultnieks
f33fb22360 Switch buildserver guest os 2013-05-23 11:05:29 +01:00
Ciaran Gultnieks
cf35b69d31 Increase timeouts for long sdk/ndk downloads 2013-05-23 11:05:29 +01:00
Daniel Martí
642831c78f No need to checkout to master for Tags
This fixes many occurences of Tags/RM not working since master doesn't exist
on some repos, e.g. com.better.alarm.
2013-05-22 17:45:14 +02:00
Ciaran Gultnieks
6bdc532168 Add google apis 17 to build server 2013-05-22 14:55:14 +01:00
Ciaran Gultnieks
b0e552d8a9 Need to push srclib metadata files to build server 2013-05-22 10:18:11 +01:00
Ciaran Gultnieks
8d85c7c2c3 Be less vague about svn errors
There can be multiple svn repos in use (e.g. srclibs) so it's helpful
to report the source of a failure.
2013-05-22 10:18:10 +01:00
Daniel Martí
3b51aff818 Update svn repo before checking RepoManifest 2013-05-21 20:21:46 +02:00
Ciaran Gultnieks
fb8bd8e892 Put version name match back how it was (c2168db3d) because it's broken 2013-05-21 15:51:02 +01:00
Ciaran Gultnieks
d832bf8e9e Better build log formatting for wiki 2013-05-20 21:19:53 +01:00