Skip to content

Commit

Permalink
User changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Sep 9, 2023
1 parent 22dba19 commit dbf3fc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions doc/user-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ stay on top of `alr` new features.

## Release `2.0-dev`

### Automatic index updates

PR [#1447](https://github.com/alire-project/alire/pull/1447)

A new configuration option, `index.auto_update`, allows setting the refresh
period of indexes. It defaults to 24 hours and the user will be asked the first
time to allow automatic updates. Setting this option to 0 will also disable
automatic updates.

When enabled, updates may happen before executing commands that rely on
indexes: `get`, `search`, `with`, etc.

### Deprecation of `dependencies.dir` in favor of `dependencies.shared`

PR [#1419](https://github.com/alire-project/alire/pull/1419)
Expand Down
1 change: 0 additions & 1 deletion testsuite/tests/index/auto-update/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import os
from drivers.alr import run_alr
# from drivers.asserts import assert_eq, assert_match
from drivers.helpers import content_of, lines_of

CONFIG_FILE = os.path.join("alr-config", "config.toml")
Expand Down

0 comments on commit dbf3fc2

Please sign in to comment.