amfern
f674bea478
Update to ubuntu 16.04 Xenial Xerus
2016-08-19 20:03:30 +03:00
Michael Stucki
967b20f02e
Cleanup
2016-04-05 21:49:12 +02:00
Michael Stucki
23270ee993
Merge pull request #12 from MichalCz/feature/rebuild-switch-and-completion
...
Add a rebuild switch and bash completion for "repo"
2016-04-05 21:42:48 +02:00
Michael Stucki
31e1dedcf5
Cleanup
2016-04-04 20:23:24 +02:00
Michael Stucki
cab01da63c
Merge pull request #11 from MichalCz/feature/privileged-usb-version
...
usb privileged version
2016-04-04 20:16:27 +02:00
Budleigh Salterton driving a Miura
26d309fe96
removed workaround, changed switch from -p to -u (--enable-usb)
2016-04-04 19:00:56 +02:00
Budleigh Salterton driving a Miura
0abac4367c
workaround for docker issue #8755
2016-04-04 18:55:21 +02:00
Budleigh Salterton driving a Miura
c1566b3432
remove unnecessary check
2016-04-04 17:55:06 +02:00
Budleigh Salterton driving a Miura
b9ac69cf57
privileged is now switchable
2016-04-04 17:54:27 +02:00
Budleigh Salterton driving a Miura
5f65d68abd
usb privileged version
2016-03-31 22:06:23 +02:00
Budleigh Salterton driving a Miura
029736b5e6
add android completion
2016-03-31 22:03:20 +02:00
Budleigh Salterton driving a Miura
ae71c4c41b
Add -f switch, dont remove containers
2016-03-31 21:58:04 +02:00
Michael Stucki
5ce063e15a
Update CHANGELOG.md
2016-03-14 01:23:59 +01:00
Michael Stucki
aedc11b40c
build: Reorder list of packages that need to be installed
...
- No change to list of installed packages
- Sync with CyanogenMod wiki (see https://wiki.cyanogenmod.org/w/Build_for_angler )
2016-03-14 01:13:17 +01:00
Michael Stucki
4bca62fb71
build: Move installation of bc, ccache and curl (cleanup ahead of next commit)
2016-03-14 01:13:17 +01:00
Michael Stucki
346d96e84e
build: Install maven (new build dependency for CyanogenMod)
2016-03-14 01:13:17 +01:00
Michael Stucki
a116081eb5
build: Upgrade packages before install
2016-03-14 01:13:17 +01:00
Michael Stucki
682e377f53
build: Always pull ubuntu image before starting Docker build
2016-03-14 01:13:17 +01:00
Michael Stucki
608ebb3ca4
Set USER on startup (Docker bug?)
2016-03-14 01:13:17 +01:00
Michael Stucki
831eb4f7c6
Remove permission fix (no longer needed)
2016-03-13 15:20:31 +01:00
Michael Stucki
572ba865e2
Remove ischroot workaround which is no longer needed
2016-03-13 15:20:31 +01:00
Michael Stucki
cfd6174510
Remove workaround for screen which is no longer needed
2016-03-13 15:20:31 +01:00
Michael Stucki
6b6aba0a93
Remove su-wrapper (upstream issue has been fixed)
2016-03-13 15:20:31 +01:00
Michael Stucki
14be199b1b
Update ChangeLog
2016-01-22 14:07:29 +01:00
Michael Stucki
dd16653bb6
Update to cm-13.0
2016-01-22 14:07:29 +01:00
Michael Stucki
93868bd3fb
Update .dockerignore
2016-01-22 14:07:29 +01:00
Michael Stucki
9af54c13cb
Install bc
2016-01-22 14:03:37 +01:00
Michael Stucki
db56ed3efd
Merge pull request #9 from seanfreiburg/patch-1
...
Update to 12.1
2015-06-25 09:42:25 +02:00
Sean Freiburg
db5fd808e4
Update to 12.1
...
Updating repo pull to newest cyanogenmod.
2015-06-24 23:58:19 -07:00
Michael Stucki
3266176935
Merge pull request #8 from MeanderingCode/patch-1
...
Add liblz4-tool package install to the dockerfile
2015-04-20 21:40:51 +02:00
Sean Leonard
0f2f1a0b8c
Add lz4 tools to the dockerfile
...
Install liblz4-tool for lz4 and lz4c required to package cyanogenmod images.
2015-04-18 13:20:01 -07:00
Michael Stucki
1e59b60875
[RELEASE] v0.3.1
2015-04-03 20:31:05 +02:00
Michael Stucki
000fe51fef
After successful build, delete existing containers
2015-04-03 20:29:37 +02:00
Michael Stucki
a352f54870
Fix check if build is needed
2015-04-03 19:58:10 +02:00
Michael Stucki
6581eb9300
Add CHANGELOG.md
2015-03-31 23:13:37 +02:00
Michael Stucki
ba5afade76
run.sh: Add tag to repository name
2015-03-31 22:39:42 +02:00
Michael Stucki
8a4556437a
startup.sh: Be more verbose
2015-03-16 11:05:32 +01:00
Michael Stucki
7d9c9884a5
docker: Don't set workdir as long as USER does not work with screen
2015-03-16 11:05:13 +01:00
Michael Stucki
e7583870b2
docker: Use the cache during build
2015-03-16 11:05:13 +01:00
Michael Stucki
0f61d93e3a
Fix permissions (transfer ownership from root to cmbuild)
2015-03-16 11:05:02 +01:00
Michael Stucki
33f7fd052e
Move ccache initialization to startup.sh
...
This fixes a major problem with ccache being initialized before the volume is mounted.
The contents of /srv/ccache were therefore empty and CCACHE_MAXSIZE=50G was not set.
The result was that ccache could only use up to 1 GB of cache data (default value).
2015-03-16 10:54:27 +01:00
Michael Stucki
80450d6cc1
Don't run as root
2015-03-16 10:19:07 +01:00
Michael Stucki
275d35d8ab
Fix issues with SELinux (continued)
...
Hmm, this obviously won't work if the old line is not removed :-/
Fixes : #6
2015-01-20 12:21:59 +01:00
Michael Stucki
84b74e67ee
Fix issues with SELinux
...
Fixes : #6
2015-01-20 12:19:25 +01:00
Michael Stucki
f0098a15b9
Install rsync
2015-01-20 12:19:17 +01:00
Michael Stucki
92628eaa2c
run.sh: Add FORCE_BUILD flag
2014-12-22 18:38:39 +01:00
Michael Stucki
92fa90f7f5
Update README.md for cm-12.0
...
No need to run `get-prebuilts` anymore, see
66e2bc5c8c
2014-12-22 18:36:09 +01:00
Michael Stucki
06fa92cf44
Install OpenJDK 7
2014-12-22 18:35:28 +01:00
Michael Stucki
27e1ade072
Remove obsolete note from README.md
2014-09-17 22:56:05 +02:00
Michael Stucki
00e104c3b0
Merge pull request #5 from swrh/master
...
Update documentation to Ubuntu 14.04
2014-07-25 14:37:51 +02:00