Skip to content

Commit

Permalink
Android 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Nov 23, 2016
1 parent 295036e commit 4651e8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ properties([
text(defaultValue: '', description: 'A list of changes', name: 'CHANGES'),
booleanParam(defaultValue: false, description: 'If build should be marked as pre-release', name: 'PRERELEASE'),
string(defaultValue: 'ayufan-pine64', description: 'GitHub username or organization', name: 'GITHUB_USER'),
string(defaultValue: 'android-7.1', description: 'GitHub repository', name: 'GITHUB_REPO'),
string(defaultValue: 'android-6.0', description: 'GitHub repository', name: 'GITHUB_REPO'),
])
])
*/
Expand Down Expand Up @@ -39,9 +39,9 @@ node('digitalocean && ubuntu-16.04 && 16gb && android-7.0') {
set -xe
~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-7.1.0_r7 --depth=1
~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-6.0.1_r74 --depth=1
rm -rf .repo/local_manifests
git clone https://github.com/ayufan-pine64/local_manifests -b nougat-7.1 .repo/local_manifests
git clone https://github.com/ayufan-pine64/local_manifests -b marshmallow .repo/local_manifests
~/bin/repo sync -j 20 -c --force-sync
'''
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# android-7.1
Main repository with Android 7.1 releases
# android-6.0
Main repository with Android 6.0 releases

0 comments on commit 4651e8b

Please sign in to comment.