Skip to content

Commit

Permalink
Create scons alias for nodemgr with dependencies
Browse files Browse the repository at this point in the history
From now on `scons nodemgr-full` will build nodemgr and all dependencies.

Change-Id: Ie8d41984c7160d6d296b402151cfffd1d5174aa5
Partial-Bug: #1783539
  • Loading branch information
Michal Clapinski committed Aug 6, 2018
1 parent 964b474 commit 0b6a40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandesh/library/python/SConscript
Expand Up @@ -147,6 +147,7 @@ env.Depends(sdist_gen, sdist_depends)
env.Default(sdist_gen)
env.Alias('sandesh/library/python:pysandesh', sdist_gen)
env.Alias('sandesh/library/python:sdist', sdist_gen)
env.Alias('nodemgr-full', sdist_gen)

if 'install' in BUILD_TARGETS:
cmd = 'cd ' + Dir('.').path + ' && python setup.py install %s'
Expand Down

0 comments on commit 0b6a40a

Please sign in to comment.