Merge lp://staging/~matthew-gretton-dann/cbuild/cbuild-init into lp://staging/~linaro-toolchain-dev/cbuild/cbuild-init
Proposed by
Matthew Gretton-Dann
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~matthew-gretton-dann/cbuild/cbuild-init |
Merge into: | lp://staging/~linaro-toolchain-dev/cbuild/cbuild-init |
Diff against target: |
193 lines (+74/-48) 6 files modified
README (+2/-3) branches.sh (+39/-31) init.sh (+1/-10) lib.sh (+21/-3) setup.sh (+10/-0) tcwg-web.sh (+1/-1) |
To merge this branch: | bzr merge lp://staging/~matthew-gretton-dann/cbuild/cbuild-init |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
rsavoye | Pending | ||
Review via email: mp+165088@code.staging.launchpad.net |
Description of the change
Make the major changes needed to cbuild-init to make the current steps execute successfully.
This doesn't ensure the layout is complete or fix any of the PENDING steps.
To post a comment you must log in.
Unmerged revisions
- 33. By Matthew Gretton-Dann
-
Checkout scheduler into the already existing directories.
- 32. By Matthew Gretton-Dann
-
Create snapshots when generating repos
Previously the init.sh script pulled the snapshots from the
pre-existing cbuild.v.l.o instance. This si obviously useless when
building cbuild.v.l.o from scratch.We now generate snapshots/base from the repos we create as we we do
the branching. - 31. By Matthew Gretton-Dann
-
Change scripts to need to be run as root user.
- 30. By Matthew Gretton-Dann
-
Add a complete setup.sh wrapper and ensure wrappers are executable.
I tested this by make a precise schroot, checking out the branch into the chroot and running it from the chroot.