Michael Stucki
2a122e8925
Update ChangeLog (for the previous version 0.7.0)
2018-11-19 23:45:49 +01:00
Michael Stucki
df8d3aafea
Merge pull request #46 from Archcry:master
...
* Docs: Add adb instructions and use table for switches (#46 )
Udev rules are often needed on Linux based systems to make sure the user has access to the connected device without needing superuser pemissions.
* Docs: Use a table for available switches
Overall this looks cleaner to me, feel free to revert if you feel like it's not.
2018-10-16 14:17:33 +02:00
Sander Koenders
f2c1c7fc70
Docs: Use a table for available switches
...
Overall this looks cleaner to me, feel free to revert if you feel like it's not.
2018-10-16 14:09:42 +02:00
Sander Koenders
07ef214d52
Update README.md
...
Udev rules are often needed on Linux based systems to make sure the user has access to the connected device without needing superuser pemissions.
2018-10-16 14:08:50 +02:00
Michael Stucki
c7dc2d69ca
Merge pull request #39 from bebehei/misc-improvements
...
Various improvements
2017-08-05 22:59:35 +02:00
Michael Stucki
42cd8efc33
Merge branch 'master' into misc-improvements
2017-08-05 22:59:08 +02:00
Michael Stucki
181142b5b8
Merge pull request #40 from bebehei/vim
...
add vim to packages
2017-08-05 22:44:26 +02:00
Michael Stucki
692d2a76e9
Merge pull request #42 from Archcry/master
2017-08-05 22:38:56 +02:00
Michael Stucki
e947ad1662
Merge pull request #44 from scintill/patch-1
...
Use HTTPS for downloading Repo
2017-08-05 22:34:02 +02:00
Joey Hewitt
4c97d7ee8d
Use HTTPS for downloading Repo
...
URL from https://source.android.com/source/downloading
2017-08-04 23:42:42 -06:00
Sander Koenders
40d42d625f
Feat(README.md): Include ws flag in documentation
2017-06-25 21:25:18 +02:00
Sander Koenders
35c230b5ee
Feat(Superuser): Add flag to set WITH_SU environment variable
2017-06-25 21:23:20 +02:00
Benedikt Heine
cd9a624235
add vim to packages
2017-06-06 12:36:12 +02:00
Benedikt Heine
c685d7b0fc
make checks easier
2017-06-06 11:47:36 +02:00
Benedikt Heine
cd99304c1d
stop "docker rm" spitting lineageos out
2017-06-06 11:27:31 +02:00
Benedikt Heine
919db8dcee
fix user permission specific problems and add comments
2017-06-01 01:03:23 +02:00
Benedikt Heine
3047d501cd
remove android-env-vars.sh
2017-05-30 19:41:30 +02:00
Benedikt Heine
c66a2ba12d
move repo command to /usr/local
2017-05-30 19:19:31 +02:00
Michael Stucki
4a76c9070a
Merge pull request #37 from bebehei/apt-calls
...
Move apt stuff into one RUN
2017-05-30 16:48:55 +02:00
Michael Stucki
b102c73096
Merge pull request #38 from bebehei/docker-build-pull
...
Run docker pull during build and simplify code
2017-05-30 15:57:39 +02:00
Benedikt Heine
317b09abf3
run docker pull during build and simplify code
2017-05-30 14:57:56 +02:00
Benedikt Heine
6904188dbd
move apt stuff into one RUN
2017-05-30 13:33:38 +02:00
Michael Stucki
ef3cc04310
Merge pull request #36 from stucki/ignore-error
...
Continue if "docker inspect" returns false
2017-04-24 22:57:57 +02:00
Michael Stucki
15db4220e6
Continue if "docker inspect" returns false
2017-04-24 22:56:01 +02:00
Michael Stucki
75c8df9c9e
Merge pull request #35 from stucki/bash-improvements
...
Bash improvements
2017-04-22 01:02:10 +02:00
Michael Stucki
7149ec39de
Remove unnecessary checks
2017-04-21 14:23:48 +02:00
Michael Stucki
b1d07d47e3
Use bash strict mode
2017-04-21 14:23:48 +02:00
Michael Stucki
80265768b9
Don't hardcode path for bash
2017-04-21 12:50:59 +02:00
Michael Stucki
e8ae111907
Simplify path specification for SOURCE and CCACHE directories
...
After all, Docker deals fine with symlinks here, so calling
stat/readlink is not needed.
2017-04-21 12:48:20 +02:00
Michael Stucki
671f02b880
Merge pull request #34 from stucki/accept-any-uid-gid
...
Accept any user and group IDs, even if they already exist
2017-04-21 12:46:44 +02:00
Michael Stucki
6385abfd0a
Accept any user and group IDs, even if they already exist
2017-04-21 10:14:08 +02:00
Michael Stucki
4175e4d5e3
Merge pull request #33 from ontherunvaro/patch-3
...
Ensure build user has the same UID and GID as the host user
2017-04-20 18:27:54 +02:00
Michael Stucki
1f4786faf5
Merge pull request #32 from ontherunvaro/patch-2
...
README: Update info links
2017-04-20 18:22:42 +02:00
Michael Stucki
bff9932f0a
Merge pull request #31 from ontherunvaro/patch-1
...
android-env-vars: Use ccache compression
2017-04-20 18:20:34 +02:00
Álvaro Brey
80042bd00f
Ensure build user has the same UID and GID as the host user
...
This prevents permission problems since volum owners are set from host
2017-04-19 18:10:56 +02:00
Álvaro Brey
b728add9bc
Update info links
...
* CyanogenMod Building Basics served from archive.org as a temporary workaround
* Learning to Build removed as it is only a section within the Building Basics
* Build info for hammerhead changed to LineageOS wiki
Relevant to issue #23
2017-04-19 16:39:49 +02:00
Álvaro Brey
dffcab07d3
android-env-vars: Use ccache compression
2017-04-19 14:12:34 +02:00
Michael Stucki
98bbfc0699
Fix ccache initialization check
2017-02-03 10:07:43 +01:00
Michael Stucki
19f81883bc
Delete inclusion of missing bash_completion scripts
...
This file was never used so far.
2017-01-30 15:05:57 +01:00
Michael Stucki
5a7b397dd6
Add MIT license
2017-01-30 14:56:24 +01:00
Michael Stucki
b04b1216bf
Merge pull request #27 from Peque/master
...
Volume compatibility with SELinux-enabled systems
2017-01-25 23:57:58 +01:00
Miguel Sánchez de León Peque
86bb14e372
Volume compatibility with SELinux-enabled systems
2017-01-21 03:34:20 +01:00
Michael Stucki
90bb93f5c7
Update documentation (speed up repo sync
)
...
Fixes #26
2017-01-20 18:14:56 +01:00
Michael Stucki
5de221934a
Merge pull request #22 from kprkpr/patch-1
...
Fix typo in README.md
2017-01-08 22:15:38 +01:00
kprkpr
9a171f30dc
readme.md typo 16.04
2017-01-07 00:34:10 +01:00
Michael Stucki
44c82cadab
Adjust LineageOS version to cm-14.1
2017-01-03 21:32:46 +01:00
Michael Stucki
1b629ad28c
Change all references of "CyanogenMod" to "LineageOS"
2017-01-03 21:32:06 +01:00
Michael Stucki
63fb656fd5
Change maintainer email address
2017-01-03 21:30:34 +01:00
Michael Stucki
0cfb1b6850
Rename user "cmbuild" to "build"
2017-01-03 19:15:12 +01:00
Michael Stucki
cc201fee17
Merge pull request #18 from stucki/install-imagemagick
...
build: Install ImageMagick
2017-01-03 10:38:33 +01:00