summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2017-02-24 20:57:08 +0100
committerAndreas K. Huettel <dilfridge@gentoo.org>2017-02-24 20:57:08 +0100
commitd18bf4b29795201505d8b0682d4f6f7cb472d491 (patch)
tree70c40c4885e691233fbe28f1c43e910bb013610c /decisions
parentAdd Dec 15, Jan 16, May 16 (diff)
downloadcouncil-d18bf4b29795201505d8b0682d4f6f7cb472d491.tar.gz
council-d18bf4b29795201505d8b0682d4f6f7cb472d491.tar.bz2
council-d18bf4b29795201505d8b0682d4f6f7cb472d491.zip
Indexify 2015/11, minor improvements
Diffstat (limited to 'decisions')
-rw-r--r--decisions/decisions.tex15
-rw-r--r--decisions/summary-20151108.tex38
2 files changed, 52 insertions, 1 deletions
diff --git a/decisions/decisions.tex b/decisions/decisions.tex
index 475085f..f0e9501 100644
--- a/decisions/decisions.tex
+++ b/decisions/decisions.tex
@@ -1,5 +1,9 @@
\documentclass{book}
+\usepackage{mathptmx}
+\usepackage[scaled=.90]{helvet}
+\usepackage{courier}
+
\usepackage[utf8]{inputenc}
\usepackage{color}
\usepackage{makeidx}
@@ -27,6 +31,14 @@
{#2}
}
+\newcommand{\officiallogs}[1]{
+Follow the links here for the
+\href{https://projects.gentoo.org/council/meeting-logs/#1.txt}{log of the
+council meeting} and the
+\href{https://projects.gentoo.org/council/meeting-logs/#1-summary.txt}{official
+summary}.
+}
+
\definecolor{darkblue}{rgb}{0,0,0.7}
\definecolor{darkred}{rgb}{0.7,0,0}
@@ -61,8 +73,9 @@ pdfauthor={Andreas K. Huettel}
\chapter{Topic notes}
-\chapter{Official summaries}
+\chapter{Meeting summaries}
+\include{summary-20151108}
\include{summary-20151213}
\include{summary-20160110}
\include{summary-20160214}
diff --git a/decisions/summary-20151108.tex b/decisions/summary-20151108.tex
new file mode 100644
index 0000000..7e393b0
--- /dev/null
+++ b/decisions/summary-20151108.tex
@@ -0,0 +1,38 @@
+\section{8 November 2015}
+\officiallogs{20151008}
+
+\subsection{EAPI 6 approval}
+\index{EAPI!6}
+
+Reference: \agoref{gentoo-project}{f78e316074897a604842fe13d2860be6}
+
+EAPI 6 got approved by unanimous vote after a series of sub questions
+that were all approved. The sub questions covered that the package
+manager should set a bash compatibility level, that eapply\_user shall
+be idempotent and must be called at least once. The feature to allow
+directories for use.* and package.* entries in profiles (\bug{282296})
+was deemed not ready for inclusion in EAPI 6 and consideration for the
+feature is delayed until a future EAPI.
+
+In a followup vote on bugzilla (\bug{565700}) related to the same
+discussion an amendment was accepted to sanitize LC\_CTYPE and
+LC\_COLLATE settings to ensure that certain casemod operators of
+Bash 4 can be used.
+
+\subsection{Bugs with council involvement}
+
+\bug{503382}, but as this has been discussed before nothing new was
+added in this meeting.
+
+
+\subsection{Open floor}
+\index{ChangeLog!generation}\index{ChangeLog!sort order}
+
+ChangeLog generation and order of entries was discussed briefly during
+the open floor. Listing entries starting with older first can
+potentially optimize rsync bandwidth usage in terms of incremental
+addition, however it will not likely impact the current default
+configurations used by portage. If the order is to be changed it was
+discussed that it is important to keep consistency between the various
+log files, and users are used to reading newest first in log files
+historically.