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/pull_request:_Locale.selectedFor_and_Locale.available_properties.mdwn') 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.3-2-g0d8e From 08a03bb4555e28ea7ebe5445d6dd250b06b18f45 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Nov 2015 07:20:48 -0400 Subject: comment --- ...Locale.selectedFor_and_Locale.available_properties.mdwn | 2 ++ .../comment_1_88f5d79b8cd6064d1a65dec445819afe._comment | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 doc/todo/pull_request:_patch_Apt.buildDep_to_only_proceed_if_installable/comment_1_88f5d79b8cd6064d1a65dec445819afe._comment (limited to 'doc/todo/pull_request:_Locale.selectedFor_and_Locale.available_properties.mdwn') 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 index 544948f4..b34118f0 100644 --- a/doc/todo/pull_request:_Locale.selectedFor_and_Locale.available_properties.mdwn +++ b/doc/todo/pull_request:_Locale.selectedFor_and_Locale.available_properties.mdwn @@ -11,3 +11,5 @@ Example usage (I'm British but I live in the US): & "en_US.UTF-8" `Locale.selectedFor` ["LC_PAPER"] Pretty sure I've got the indentation right this time too ;) + +> merged, thanks! [[done]] --[[Joey]] diff --git a/doc/todo/pull_request:_patch_Apt.buildDep_to_only_proceed_if_installable/comment_1_88f5d79b8cd6064d1a65dec445819afe._comment b/doc/todo/pull_request:_patch_Apt.buildDep_to_only_proceed_if_installable/comment_1_88f5d79b8cd6064d1a65dec445819afe._comment new file mode 100644 index 00000000..209b62a3 --- /dev/null +++ b/doc/todo/pull_request:_patch_Apt.buildDep_to_only_proceed_if_installable/comment_1_88f5d79b8cd6064d1a65dec445819afe._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-11-26T11:14:37Z" + content=""" +Looks like Build-Depends-Index is not handled, nor are 'a | b' build deps, +or arch-specific build deps. Since versions are skipped, if a build dep +needed a newer version, the property also wouldn't try to upgrade to it +after this change. + +I feel that parsing build deps is too complex for propellor. + +It might work to somehow detect if apt has made any changes. +"""]] -- cgit v1.3-2-g0d8e