rpathsync / rbuild (http://wiki.rpath.com/wiki/rBuild)

rBuild is a developer tool for building products using rPath's other technologies: Conary, rMake, and rBuilder.

Clone this repository (size: 506.5 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/rbuild/
commit 387: dff59a09f725
parent 386: babd3f1a9aef
branch: default
BaseDefinition is an internal class; use ProductDefinition instead (RBLD-298)
Mihai Ibanescu
3 months ago

Changed (Δ3 bytes):

raw changeset »

plugins/rebase.py (1 lines added, 1 lines removed)

Up to file-list plugins/rebase.py:

@@ -105,7 +105,7 @@ class Rebase(pluginapi.Plugin):
105
105
        on the client matches the rBuilder where the project resides.
106
106
        '''
107
107
        rbuilder = self.handle.facade.rbuilder
108
        currentSchemaVersion = proddef.BaseDefinition.version
108
        currentSchemaVersion = proddef.ProductDefinition.version
109
109
        rbuilderSchemaVersion = rbuilder.getProductDefinitionSchemaVersion()
110
110
111
111
        # schema versions should always be integers separated by dots