equal
deleted
inserted
replaced
56 GOOGLE_SOC_REPOS = 'https://soc-google.googlecode.com/svn' |
56 GOOGLE_SOC_REPOS = 'https://soc-google.googlecode.com/svn' |
57 |
57 |
58 |
58 |
59 # Regular expression matching an apparently well formed Melange |
59 # Regular expression matching an apparently well formed Melange |
60 # release number. |
60 # release number. |
61 MELANGE_RELEASE_RE = re.compile(r'\d-\d-\d{8}') |
61 MELANGE_RELEASE_RE = re.compile(r'\d-\d-\d{8}p\d+') |
62 |
62 |
63 |
63 |
64 class Error(error.Error): |
64 class Error(error.Error): |
65 pass |
65 pass |
66 |
66 |