Given the arch name, returns the directory where the downloaded/copied package will be built.
(self, arch)
| 364 | return dir_name |
| 365 | |
| 366 | def get_build_dir(self, arch): |
| 367 | '''Given the arch name, returns the directory where the |
| 368 | downloaded/copied package will be built.''' |
| 369 | |
| 370 | return join(self.get_build_container_dir(arch), self.name) |
| 371 | |
| 372 | def get_recipe_dir(self): |
| 373 | """ |