lp://staging/~knitzsche/+junk/apport-valgrind-ctrlcdebug
- Get this branch:
- bzr branch lp://staging/~knitzsche/+junk/apport-valgrind-ctrlcdebug
Branch information
- Owner:
- Kyle Nitzsche
- Status:
- Development
Recent revisions
- 2558. By Kyle Nitzsche
-
bin/apport-
valgrind: remove -k/--keep argument and the code that used it
to determine whether to not delete (keep) sandbox and cache dirs when
they are in /tmp. I now realize that existing arguments enabled one to
create a sandbox and a cache in a user specified location and such dirs
are not auto deleted, thus there is no need for this extra 'keep' code. - 2557. By Kyle Nitzsche
-
bin/apport-
valgrind: get absolute path to sandbox and pass to valgrind.
When sandbox-dir is not passed as arg, sandbox path is 'sandbox' variable.
When sandbox-dir is passed, sandbox path is options.sandbox_ dir. - 2555. By Kyle Nitzsche
-
bin/apport-
valgrind: fix bug from previous removal of which() function.
Using subprocess and system which does return the path to the executable
but with a newline appended, which breaks things. This commit rstrips
the newline. - 2554. By Kyle Nitzsche
-
bin/apport-
valgrind: instead of hard coding distro release, get it
from lsb_release
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)