From 41884ae8eb4c80293d417352a0381cfaddad3b97 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Wed, 25 Nov 2015 03:22:55 +0000 Subject: submit pull request --- ..._Locale.selectedFor_and_Locale.available_properties.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/todo/pull_request:_Locale.selectedFor_and_Locale.available_properties.mdwn (limited to 'doc/todo') diff --git a/doc/todo/pull_request:_Locale.selectedFor_and_Locale.available_properties.mdwn b/doc/todo/pull_request:_Locale.selectedFor_and_Locale.available_properties.mdwn new file mode 100644 index 00000000..544948f4 --- /dev/null +++ b/doc/todo/pull_request:_Locale.selectedFor_and_Locale.available_properties.mdwn @@ -0,0 +1,13 @@ +Please consider merging branch `locale` of repo `https://git.spwhitton.name/propellor` + +It adds the following properties: + +- `Locale.selectedFor` to choose a locale for a locale variable +- `Locale.available`, used by `Locale.selectedFor` to ensure a locale is generated + +Example usage (I'm British but I live in the US): + + & "en_GB.UTF-8" `Locale.selectedFor` ["LANG", "LANGUAGE"] + & "en_US.UTF-8" `Locale.selectedFor` ["LC_PAPER"] + +Pretty sure I've got the indentation right this time too ;) -- cgit v1.2.3 From 7e03e4b7a4060fa75de361339a90ed6c053c6be9 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Wed, 25 Nov 2015 05:08:18 +0000 Subject: User.hasDesktopGroups bug report --- ...sktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn (limited to 'doc/todo') diff --git a/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn b/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn new file mode 100644 index 00000000..558582ab --- /dev/null +++ b/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn @@ -0,0 +1,5 @@ +The new `User.hasDesktopGroups` tries to add a user to the group `debian-tor` which fails if this group does not exist. + +What package creates this group? If someone could let me know that, I will patch `User.hasDesktopGroups` to only try to add a user to `debian-tor` if `Apt.isInstalled "blah"` is true. + +Or perhaps Joey added this group because this group exists by default on Debian Unstable. If so then a check can be inserted for that. -- cgit v1.2.3 From b8dd74eb947f97562c353139e0d5ad65ec718615 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Wed, 25 Nov 2015 05:09:01 +0000 Subject: sign --- ...sDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/todo') diff --git a/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn b/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn index 558582ab..36a89b6f 100644 --- a/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn +++ b/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn @@ -3,3 +3,5 @@ The new `User.hasDesktopGroups` tries to add a user to the group `debian-tor` wh What package creates this group? If someone could let me know that, I will patch `User.hasDesktopGroups` to only try to add a user to `debian-tor` if `Apt.isInstalled "blah"` is true. Or perhaps Joey added this group because this group exists by default on Debian Unstable. If so then a check can be inserted for that. + +--[[spwhitton|https://spwhitton.name/]] -- cgit v1.2.3