"README.md" did not exist on "4a752e5ccdf3908f639e43843009262a2e5e5072"
Remove bootstrap from this package
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
mentioned in issue bob.buildout#15 (closed)
mentioned in commit 5ab75bf7
190 190 else: 191 191 raise ValueError("The stable version '%s' cannot be smaller than the current version '%s'" % (args.stable_version, current_version)) 192 192 193 if not os.path.exists('./bin/buildout'): 194 if args.force or args.no_buildout: 195 logger.warn("The bin/buildout script does not exist. Have you bootstrapped your system?") 196 else: 197 raise IOError("The bin/buildout script does not exist. Have you bootstrapped your system?") 198
Please register or sign in to reply