Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2ae101d93b |
|||
|
433fe695db |
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,10 @@ class App(Base):
|
||||||
# run: the -run package is installed: a VERSION file is
|
# run: the -run package is installed: a VERSION file is
|
||||||
# present in the project directory or
|
# present in the project directory or
|
||||||
# /usr/share/doc/packages.
|
# /usr/share/doc/packages.
|
||||||
|
if devel and name == self.__top_name:
|
||||||
|
# the topdir is the project's own buildable checkout
|
||||||
|
if os.path.exists(f'{self.__topdir}/make/project.conf'):
|
||||||
|
return True
|
||||||
search, file = (
|
search, file = (
|
||||||
(self.__projs_root, self.___opt_root),
|
(self.__projs_root, self.___opt_root),
|
||||||
'/make/project.conf'
|
'/make/project.conf'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue