Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
halogenOS Product
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
halogenOS
halogenOS Product
Commits
eb745218
Commit
eb745218
authored
12 years ago
by
Ricardo Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
Adjust vendorsetup to current build target location
Change-Id: I1f6ff721f65e574cf46e967f1a76dffd3ab384f6
parent
e0b729e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vendorsetup.sh
+1
-1
1 addition, 1 deletion
vendorsetup.sh
with
1 addition
and
1 deletion
vendorsetup.sh
+
1
−
1
View file @
eb745218
for
combo
in
$(
cat
vendor/cm/jenkins-build-targets
)
for
combo
in
$(
wget
-o
/dev/null
-O
- https://raw.github.com/CyanogenMod/hudson/master/cm-daily-build-targets |
grep
cm-10.1 |
awk
{
'print $1'
}
)
do
add_lunch_combo
$combo
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment