|
check_call('make -j %s GLUON_BRANCH=%s BROKEN=%s GLUON_TARGET=%s' % (cpu_count(), branch, broken, target), shell=True)
|
|
check_call('make -j %s GLUON_BRANCH=%s BROKEN=%s GLUON_TARGET=%s' % (cpu_count(), branch, broken, target), shell=True)
|
|
check_call('make manifest GLUON_BRANCH=%s' % branch, shell=True)
|
|
check_call('make manifest GLUON_BRANCH=%s' % branch, shell=True)
|