Skip to content

Tags: alisw/alibuild

Tags

v1.17.31

Toggle v1.17.31's commit message
Parallelize symlinks

v1.17.30

Toggle v1.17.30's commit message
Improve sapling behavior with devel packages

* If no bookmarks are found, consider always the same branchOrRef,
  as if you where on a branch called "none".
* If a bookmark is there, use the bookmark as identifier for branchOrRef.

v1.17.29

Toggle v1.17.29's commit message
Auto prune on fetch

Fixes situations like the remote repository deleting a branch `a` and
creating a branch `a/b`. Otherwise we have situations like the
following:

```
error: cannot lock ref 'refs/remotes/origin/a/b': 'refs/remotes/a' exists; cannot create 'refs/remotes/origin/a/b'
```

Solution adapted from https://stackoverflow.com/a/67060742/20041091

v1.17.28

Toggle v1.17.28's commit message
Revert "Fix the license metadata"

This reverts commit d0b6a70.

v1.17.27

Toggle v1.17.27's commit message
Fix the license metadata

v1.17.26

Toggle v1.17.26's commit message
Fix multiline env variables

Regression in #947

v1.17.25

Toggle v1.17.25's commit message
Sanitize getRetry

v1.17.24

Toggle v1.17.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Escape fetching of symlinks (#953)

v1.17.23

Toggle v1.17.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Log the time it takes to upload the symlinks (#952)

v1.17.22

Toggle v1.17.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Load CLI environment variables in prefer_system_check (#947)