[tasks] 05/07: restructure new variations

Holger Levsen holger at layer-acht.org
Mon Dec 19 10:46:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository tasks.

commit 6160b33d137c9e5814ec0acfa51005d77b9990d5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 19 11:41:48 2016 +0100

    restructure new variations
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 pending.txt | 31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

diff --git a/pending.txt b/pending.txt
index 97e0c82..865267c 100644
--- a/pending.txt
+++ b/pending.txt
@@ -36,28 +36,19 @@ might have owners in brackets at the end. owning a task doesnt imply "will do" b
   https://www.holisticon.de/2016/10/reproducible-builds-in-java/
   http://blog.greenhouseci.com/greenhouse/update/reproducible-builds/
 
-- Add new XDG enviroment variables variation (XDG_DATA_HOME, XDG_DATA_DIRS, XDG_CONFIG_HOME, XDG_CACHE_HOME, XDG_CONFIG_DIRS, XDG_RUNTIME) more information: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+- more variations
+	- Add new XDG enviroment variables variation (XDG_DATA_HOME, XDG_DATA_DIRS, XDG_CONFIG_HOME, XDG_CACHE_HOME, XDG_CONFIG_DIRS, XDG_RUNTIME) more information: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+	- Add disk partitions variations (/etc/fstab content) such as: first build (everything under /) second build (seperate /build , /home , /tmp , etc..)
+	- Add TMPDIR environment variable variation
+	- Add PROXY environment variables (PROXY_URL, HTTP_PROXY, HTTPS_PROXY, FTP_PROXY, RSYNC_PROXY) variations
+	- Add filesystem extended attributes variations, such as:  ACL permissions on build directory (by: setfacl -d -m user:username:rwx directory)
+	- Add mount options variations, such as:  /tmp (nodev,noexec,nolink) as pointed by securing-debian-howto https://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html#s4.10 , which probably require TMPDIR to point to directory that can have files executed from it.
+	- Add $HOME environment variable not match /etc/passwd entry variation, more information: https://lists.gnu.org/archive/html/guix-devel/2015-10/msg00715.html
+	- Detect over usage of strip-nondeterminism/dh_strip_nondeterminism when other fix can be applied instead.
+	- Add non parallel compiling variation
+	- Add quotas variations (different output for `ulimit -a`)
 
 - Add text in "About Reproducible-builds" at https://lists.alioth.debian.org/mailman/listinfo/reproducible-builds (as done for rb-general at: https://lists.reproducible-builds.org/listinfo/rb-general)
 
-- Add disk partitions variations (/etc/fstab content) such as: first build (everything under /) second build (seperate /build , /home , /tmp , etc..)
-
-- Add TMPDIR environment variable variation
-
-- Add PROXY environment variables (PROXY_URL, HTTP_PROXY, HTTPS_PROXY, FTP_PROXY, RSYNC_PROXY) variations
-
-- Add filesystem extended attributes variations, such as:
-  ACL permissions on build directory (by: setfacl -d -m user:username:rwx directory)
-
-- Add mount options variations, such as:
-  /tmp (nodev,noexec,nolink) as pointed by securing-debian-howto https://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html#s4.10 , which probably require TMPDIR to point to directory that can have files executed from it.
-
-- Add $HOME environment variable not match /etc/passwd entry variation, more information: https://lists.gnu.org/archive/html/guix-devel/2015-10/msg00715.html
-
-- Detect over usage of strip-nondeterminism/dh_strip_nondeterminism when other fix can be applied instead.
-
-- Add non parallel compiling variation
-
-- Add quotas variations (different output for `ulimit -a`)
 
 - Update build_id_variation_requiring_further_investigation issue (it's used, contain in description "Please don't tag issues with this issue until I find a place for this text ^"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/tasks.git



More information about the Reproducible-commits mailing list