Skip to content

Commit

Permalink
List packages currently in development mode before building
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored and ktf committed Sep 4, 2024
1 parent 3a9a097 commit f411a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alibuild_helpers/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,12 +555,13 @@ def doBuild(args, parser):
for x in buildOrder if x != "defaults-release"))

if develPkgs:
banner("You have packages in development mode.\n"
banner("You have packages in development mode (%s).\n"
"This means their source code can be freely modified under:\n\n"
" %s/<package_name>\n\n"
"aliBuild does not automatically update such packages to avoid work loss.\n"
"In most cases this is achieved by doing in the package source directory:\n\n"
" git pull --rebase\n",
", ".join(develPkgs),
os.getcwd())

for pkg, spec in specs.items():
Expand Down

0 comments on commit f411a6b

Please sign in to comment.