- 04 Mar, 2012 2 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
KDE-specific test cases are marked as expected failures for the moment.
-
- 26 Feb, 2012 4 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Instead of pulling prelink as a dependency, use a pure python library, pyelftools, for reading the program headers. This could be useful elsewhere to replace parsing of things such as readelf.
-
- 04 Feb, 2012 5 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
This test only works if KDE packages are installed.
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
- 29 Oct, 2011 1 commit
-
-
Rémy Oudompheng authored
-
- 23 Oct, 2011 1 commit
-
-
Rémy Oudompheng authored
This rule detects text relocations in ELF files using the eu-findtextrel utility from elfutils. Text relocations are usually indicative of bad coding/building practices. Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 20 Oct, 2011 2 commits
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Symbolic links ending with ".a" were checked for standard permissions 644, which would usually fail. Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 15 Oct, 2011 3 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 13 Oct, 2011 6 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Archive files are not exactly ELF files and are arch-dependent in most cases. Although they might theoretically contain anything, it is reasonable to treat them like ELF files. Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 16 Sep, 2011 2 commits
-
-
If we use the `mktemp --tmpdir` option, we are able to honor TMPDIR without much difficulty. Change the template to not hardcode '/tmp'. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
It is now unused, and caused confusion regarding the sandbox directory stuff. Ideally it should never need to be used again, as all rules should operate directly on the tarball. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 27 Aug, 2011 2 commits
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Previous pyalpm versions are no longer supported. Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 08 Jun, 2011 1 commit
-
-
Rémy Oudompheng authored
-
- 02 Jun, 2011 6 commits
-
-
Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
* Do each import separate as is normal python convention * Fix some comment grammar and word usage * Rename verify_package() to open_package() to signify what it actually does, and remove a lot of unnecessary code in the process Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Fixes the first warning in the following output. It is clearly invalid due to the fact that I don't even have [testing] enabled on this machine. $ ./namcap-devel -r shebangdepends pyalpm-0.4.2-1-i686.pkg.tar.xz pyalpm W: Dependency 'python3' on your system is a testing release pyalpm W: Dependency included and not needed ('pacman') Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
We need to use re.search() rather than re.match() most of the time in this rule. Also simplify it, add some more architectures to look for, and update the tests accordingly so they are actually correct and match what the rule is trying to do. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 08 May, 2011 4 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
- 27 Apr, 2011 1 commit
-
-
Rémy Oudompheng authored
Its functionality is now subsumed in Namcap.package module.
-