aboutsummaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* sandbox.desktop: drop .svg from Icon fieldMike Frysinger2012-11-171-1/+1
| | | | | | URL: http://bugs.gentoo.org/443672 Reported-by: Petteri Räty <betelgeuse@gentoo.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox.bashrc: support newer /etc/portage filesMike Frysinger2011-03-011-7/+8
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox.bashrc: don't load portage env when testingMike Frysinger2010-08-151-33/+33
| | | | | | | The portage environment stuff is designed for interactive sessions and makes no sense when automatically testing things locally. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox.bashrc: update portage builddir searchMike Frysinger2010-08-151-1/+1
| | | | | | | Portage builds packages in $CAT/$PF now rather than $PF, so update the local env search code to handle that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox.bashrc: fix typo in sandboxoffMike Frysinger2010-04-111-1/+1
| | | | | | | | | Since libsandbox checks only for SANDBOX_ON, sandboxoff() should set this variable and not SANDBOX_OFF. URL: http://bugs.gentoo.org/314577 Reported-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox: fix desktop pathsv1.7Mike Frysinger2009-03-311-3/+3
| | | | | | We don't provide `sandboxshell`, so don't try to run it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox: add desktop/icon filesMike Frysinger2009-03-183-1/+76
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add testcase for old PATH bugMike Frysinger2009-02-121-1/+1
| | | | | | | | | Also fix common script execution code to remove debug "moo" string and disable pointless sleep code in sandbox. URL: http://bugs.gentoo.org/139591 Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reported-by: Ciaran McCreesh <ciaran.mccreesh@googlemail.com>
* tests: get scripts working in sandbox.shMike Frysinger2009-02-081-3/+5
| | | | | | | | | Make sure we source the local sandbox.{bashrc,conf} and we always make the helper functions available when testing even if we aren't interactive. Now we can run `make check` and test the local version of sandbox even when we are running under another sandbox env. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox.bashrc: provide simple fallback e* msg funcsMike Frysinger2009-01-091-0/+5
| | | | | | | If testing on a non-Gentoo system (no functions.sh), then provide simple e* msg functions so we still get usable output. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox.bashrc: fix ccache default for non-rootMike Frysinger2008-11-281-1/+1
| | | | | | | Don't set the CCACHE_DIR to /root/.ccache if it isn't actually writable (i.e. running as non-root). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox.bashrc: use proper escape chars in PS1 so bash knows about themMike Frysinger2008-11-101-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox.bashrc: use /etc/init.d/functions.sh rather than /sbin/functions.shMike Frysinger2008-11-091-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-2/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Do not source /etc/profile even in interactive mode.Martin Schlemmer2006-07-111-1/+2
| | | | Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
* Make sure Mike's sandboxshell mojo do not get recusively called andMartin Schlemmer2006-07-071-2/+7
| | | | | | only do the whole of it if we are not connected to a terminal. Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
* Only print info if we have a controlling terminal.Martin Schlemmer2006-07-061-1/+1
| | | | Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
* Fixup color handling.Martin Schlemmer2006-07-061-1/+3
| | | | Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
* Add SANDBOX_INTRACTV logic, and Vapier's sandboxshell mojo.Martin Schlemmer2006-07-041-2/+81
| | | | Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
* Only check SANDBOX_ACTIVE, and not its value. More BASH_ENV fixes.Martin Schlemmer2005-11-301-0/+2
| | | | Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
* Reorder source layout.Martin Schlemmer2005-11-282-0/+19
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>