Merge lp:~nik90/component-store/rename-app-folder into lp:~sil/component-store/community-components

Proposed by Nekhelesh Ramananthan
Status: Merged
Merged at revision: 59
Proposed branch: lp:~nik90/component-store/rename-app-folder
Merge into: lp:~sil/component-store/community-components
Diff against target: 12 lines (+1/-1)
1 file modified
script/ucs (+1/-1)
To merge this branch: bzr merge lp:~nik90/component-store/rename-app-folder
Reviewer Review Type Date Requested Status
Stuart Langridge Approve
Review via email: mp+245514@code.launchpad.net

Commit message

- Renamed app folder to curated-store
- Fixed ucs script to point at the new location

Description of the change

- Renamed app folder to curated-store
- Fixed ucs script to point at the new location

To post a comment you must log in.
Revision history for this message
Stuart Langridge (sil) wrote :

Approved. Note that this breaks UCS until we merge my branch into trunk (because UCS talks to trunk, and the curated-store change hasn't happened in trunk.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed directory 'app' => 'curated-store'
2=== modified file 'script/ucs'
3--- script/ucs 2015-01-04 13:08:52 +0000
4+++ script/ucs 2015-01-04 15:04:26 +0000
5@@ -249,7 +249,7 @@
6
7 class CuratedRepository(Repository):
8 UCS_BRANCH = "lp:~ubuntu-touch-community-dev/component-store/trunk.14.10"
9- COMPONENTS_ROOT = "ComponentStore"
10+ COMPONENTS_ROOT = "curated-store/ComponentStore"
11
12 def __init__(self, args): pass
13

Subscribers

People subscribed via source and target branches