should have a system-wide configuration file (/etc/bazaar/bazaar.conf etc)
Bug #419854 reported by
Alexandre Garnier
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
In shared environments it would be nice to have a global configuration file.
For example, at work, we all use the same aliases, bookmarks and bugtracker definitions.
Having a bazaar.conf on system side over the user's bazaar.conf would be usefull to easily share the same global configuration with local per user configuration.
summary: |
- should have a global configuration file + should have a system-wide configuration file |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
summary: |
- should have a system-wide configuration file + should have a system-wide configuration file (/etc/bazaar/bazaar.conf + etc) |
tags: | added: config |
Changed in bzr: | |
assignee: | nobody → Thomi Richards (thomir) |
Changed in bzr: | |
assignee: | Thomi Richards (thomir) → nobody |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
To post a comment you must log in.
We also talked about having a project-wide configuration file, there may be room for both, but it can become
hard for a user to understand what is happening when the an option is specified in more than one file.
So we may also need to add the necessary UI to display where a config variable is defined and which of the definitions
is taken into account when. That may be a simple -Dconfig flag so that it's available for every command.