From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/eselect-python:pyexec-2.3 commit in: / Date: Fri, 5 Feb 2016 20:36:42 +0000 (UTC) [thread overview] Message-ID: <1454704590.808be74d51901c942fce1ddd0bb69d910b2a5d9c.mgorny@gentoo> (raw) commit: 808be74d51901c942fce1ddd0bb69d910b2a5d9c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 4 22:02:39 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 5 20:36:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=808be74d Set open enough umask before writing updates python.eselect.in | 1 + 1 file changed, 1 insertion(+) diff --git a/python.eselect.in b/python.eselect.in index aa4eaa7..d84f1ef 100644 --- a/python.eselect.in +++ b/python.eselect.in @@ -336,6 +336,7 @@ do_set() { # need to do this outta loop in case no pref matches prefs=( "${prefs[@]:0:target_idx}" "${target}" "${prefs[@]:target_idx}" ) + umask 022 write_preferences "${prefs[@]}" post_update }
WARNING: multiple messages have this Message-ID (diff)
From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/eselect-python:master commit in: / Date: Sat, 6 Feb 2016 09:00:38 +0000 (UTC) [thread overview] Message-ID: <1454704590.808be74d51901c942fce1ddd0bb69d910b2a5d9c.mgorny@gentoo> (raw) Message-ID: <20160206090038.GBOtwzmldPqP0DqXPNDAoO3zCMzk-pSWfCIV-H13tmg@z> (raw) commit: 808be74d51901c942fce1ddd0bb69d910b2a5d9c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 4 22:02:39 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 5 20:36:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=808be74d Set open enough umask before writing updates python.eselect.in | 1 + 1 file changed, 1 insertion(+) diff --git a/python.eselect.in b/python.eselect.in index aa4eaa7..d84f1ef 100644 --- a/python.eselect.in +++ b/python.eselect.in @@ -336,6 +336,7 @@ do_set() { # need to do this outta loop in case no pref matches prefs=( "${prefs[@]:0:target_idx}" "${target}" "${prefs[@]:target_idx}" ) + umask 022 write_preferences "${prefs[@]}" post_update }
next reply other threads:[~2016-02-05 20:36 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-02-05 20:36 Michał Górny [this message] 2016-02-06 9:00 ` [gentoo-commits] proj/eselect-python:master commit in: / Michał Górny -- strict thread matches above, loose matches on Subject: below -- 2016-02-06 9:00 Michał Górny 2016-02-05 20:36 ` [gentoo-commits] proj/eselect-python:pyexec-2.3 " Michał Górny 2016-02-05 20:36 Michał Górny 2016-02-05 20:03 Michał Górny 2016-02-05 19:56 Michał Górny 2016-02-05 19:56 Michał Górny 2016-02-04 22:02 Michał Górny 2016-02-04 21:53 Michał Górny
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1454704590.808be74d51901c942fce1ddd0bb69d910b2a5d9c.mgorny@gentoo \ --to=mgorny@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox