Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 359e450e authored by Koushik Dutta's avatar Koushik Dutta Committed by Steve Kondik
Browse files

Explicitly provide the revision when modifying a local_manifest.xml via...

Explicitly provide the revision when modifying a local_manifest.xml via roomservice. Is there a way to figure out whether we are on ics automagically?

Change-Id: I72608a773f9f0d4b7f82e78eccdc83976e73a042
parent 6cea5e3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ def add_to_manifest(repositories):

        print 'Adding dependency: CyanogenMod/%s -> %s' % (repo_name, repo_target)
        project = ElementTree.Element("project", attrib = { "path": repo_target,
            "remote": "github", "name": "CyanogenMod/%s" % repo_name })
            "remote": "github", "name": "CyanogenMod/%s" % repo_name, revision="ics" })

        if 'branch' in repository:
            project.set('revision',repository['branch'])