Skip to content

Commit

Permalink
Document guarantees of alibuild wrt rebuilds (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Dec 4, 2017
1 parent 211c013 commit a59506f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,11 @@ or in case you need to be root (_e.g._ on Ubuntu and most Linux distributions
for convenience):

sudo pip install --upgrade alibuild

In general updating aliBuild is safe and it should never trigger a rebuild or
break compilation of older versions of alidist (i.e. we do try to guarantee
backward compatibility). In no case an update of aliBuild will result in the
update of `alidist`, which users will have to be done separately.
In case some yet to appear bug in alibuild will force us to rebuild a
previously built area, this will be widely publicized and users will get a warning
when running the command.

0 comments on commit a59506f

Please sign in to comment.