public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/setupscript/
Date: Sat, 22 Feb 2014 14:56:01 +0000 (UTC)	[thread overview]
Message-ID: <1393007531.1a8328b48d7918107cffa391096ec0cdfa8d9212.dywi@gentoo> (raw)

commit:     1a8328b48d7918107cffa391096ec0cdfa8d9212
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Fri Feb 21 18:32:11 2014 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Fri Feb 21 18:32:11 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=1a8328b4

roverlay/setupscript/runtime: minor cleanup

---
 roverlay/setupscript/runtime.py | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

diff --git a/roverlay/setupscript/runtime.py b/roverlay/setupscript/runtime.py
index 0f4294d..2afbc9f 100644
--- a/roverlay/setupscript/runtime.py
+++ b/roverlay/setupscript/runtime.py
@@ -330,21 +330,27 @@ class SetupEnvironment ( roverlay.runtime.IndependentRuntimeEnvironment ):
    def __init__ ( self, *args, **kwargs ):
       super ( SetupEnvironment, self ).__init__ ( *args, **kwargs )
 
-      self.UID             = os.getuid()
-      self.GID             = os.getgid()
+      self.UID                = os.getuid()
+      self.GID                = os.getgid()
 
-      self.expanduser      = None
-      self.fs_ops          = None
-      self.fs_ops_virtual  = None
+      # filesystem-related functions
+      self.expanduser         = None
+      self.fs_private_virtual = None
+      self.fs_private         = None
+      self.fs_shared_virtual  = None
+      self.fs_shared          = None
+
+      self.want_chown         = None
+      self.data_root          = None
+      self.work_root          = None
+      self.conf_root          = None
+      self.user_conf_root     = None
+      self.additions_dir      = None
+      self.hook_overwrite     = None
 
-      self.want_chown      = None
-      self.data_root       = None
-      self.work_root       = None
-      self.conf_root       = None
-      self.user_conf_root  = None
 
 # not used
-#      COLUMNS = os.environ.get ( 'COLUMNS', 78 )
+#      COLUMNS = os.environ.get ( 'COLUMNS', 78 ) # should use termios/...
 #
 #      self.text_wrapper = textwrap.TextWrapper (
 #         width=COLUMNS, initial_indent='', subsequent_indent='',


             reply	other threads:[~2014-02-22 14:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-22 14:56 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-01 16:38 [gentoo-commits] proj/R_overlay:master commit in: roverlay/setupscript/ André Erdmann
2014-02-21 17:36 André Erdmann
2014-02-17 17:22 André Erdmann
2014-02-17 17:10 André Erdmann
2013-09-19 15:00 André Erdmann
2013-09-18 15:24 André Erdmann
2013-09-13 15:20 André Erdmann
2013-09-13 15:10 André Erdmann
2013-09-13 15:10 André Erdmann
2013-09-12 16:36 André Erdmann
2013-09-11 14:50 André Erdmann

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=1393007531.1a8328b48d7918107cffa391096ec0cdfa8d9212.dywi@gentoo \
    --to=dywi@mailerd.de \
    --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: link
Be 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