Merge lp:~om26er/core-snap/improve_build_script into lp:core-snap
Proposed by
Omer Akram
on 2016-10-04
| Status: | Needs review |
|---|---|
| Proposed branch: | lp:~om26er/core-snap/improve_build_script |
| Merge into: | lp:core-snap |
| Diff against target: |
295 lines (+159/-122) 1 file modified
cron-scripts/lp-build-core (+159/-122) |
| To merge this branch: | bzr merge lp:~om26er/core-snap/improve_build_script |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Snappy Developers | 2016-10-04 | Pending | |
|
Review via email:
|
|||
Commit Message
* Port build script to python3
* Organize the code into a class
* Rename the script to lp-build-core
* Other cleanups
Description of the Change
While taking a look at the build script, I ended up making some changes to it. Below is what changed
* Port build script to python3
* Organize the code into a class
* Rename the script to lp-build-core
* Other cleanups
To post a comment you must log in.
lp:~om26er/core-snap/improve_build_script
updated
on 2016-10-05
- 49. By Omer Akram on 2016-10-05
-
Merge with trunk
| Omer Akram (om26er) wrote : | # |
Unmerged revisions
- 49. By Omer Akram on 2016-10-05
-
Merge with trunk
- 48. By Omer Akram on 2016-10-04
-
rename build script to lp-build-core
- 47. By Omer Akram on 2016-10-04
-
Port the build script to python3, move the code into a class
- 46. By Omer Akram on 2016-10-04
-
join paths instead of concatination

Fixed conflicts, rebased on top of current trunk.