Lines Matching refs:checkout

34     checkout = os.path.join(cli.directory, 'checkout')
49 checkout_args += ['target.bst', checkout]
56 filename = os.path.join(checkout, 'usr', 'bin', 'hello')
59 filename = os.path.join(checkout, 'usr', 'include', 'pony.h')
67 checkout = os.path.join(cli.directory, 'checkout')
80 result = cli.run(project=project, args=['checkout', element_name, '--deps', deps, checkout])
84 filename = os.path.join(checkout, 'etc', 'buildstream', 'config')
88 filename = os.path.join(checkout, 'usr', 'bin', 'hello')
98 checkout = os.path.join(cli.directory, 'checkout')
101 result = cli.run(project=project, args=['checkout', 'target.bst', checkout])
108 checkout = os.path.join(cli.directory, 'checkout.tar')
117 checkout_args = ['checkout', '--tar', 'target.bst', checkout]
122 tar = tarfile.TarFile(checkout)
191 checkout = os.path.join(cli.directory, 'checkout')
192 filename = os.path.join(checkout, "file.txt")
204 os.makedirs(checkout, exist_ok=True)
212 checkout_args += ['target.bst', checkout]
223 checkout = os.path.join(cli.directory, 'checkout')
224 filename = os.path.join(checkout, "file.txt")
236 os.makedirs(checkout, exist_ok=True)
244 checkout_args += ['target.bst', checkout]
251 filename = os.path.join(checkout, 'file.txt')
255 filename = os.path.join(checkout, 'usr', 'bin', 'hello')
259 filename = os.path.join(checkout, 'usr', 'include', 'pony.h')
295 checkout = os.path.join(cli.directory, 'checkout')
325 'checkout', element_name, checkout
330 filename = os.path.join(checkout, 'usr', 'include', 'pony.h')
441 checkout = os.path.join(cli.directory, 'checkout')
469 'checkout', 'junction-dep.bst', checkout
474 filename = os.path.join(checkout, 'etc', 'animal.conf')
488 checkout = os.path.join(cli.directory, 'checkout')
532 'checkout', 'junction-dep.bst', checkout
537 filename = os.path.join(checkout, 'etc', 'animal.conf')
549 checkout = os.path.join(cli.directory, 'checkout')
556 result = cli.run(project=project, args=['checkout', 'junction.bst:import-etc.bst', checkout])
559 filename = os.path.join(checkout, 'etc', 'animal.conf')