- Oct 13, 2011
-
-
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>
-
- Sep 16, 2011
-
-
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>
-
- Aug 27, 2011
-
-
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>
-
- Jun 08, 2011
-
-
Rémy Oudompheng authored
-
- Jun 02, 2011
-
-
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>
-
- May 08, 2011
-
-
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
-
- Apr 27, 2011
-
-
Rémy Oudompheng authored
Its functionality is now subsumed in Namcap.package module.
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
Broken symlinks will not be redable anyway and correct symlinks would point to regular desktop files, so we will find them eventually. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
-
- Apr 25, 2011
-
-
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>
-
- Apr 24, 2011
-
-
Rémy Oudompheng authored
In the current state, the script parsepkgbuild.sh would run with the default PATH, enabling it to run harmful commands. Standard input is redirected from /dev/null to prevent any interactive commands like read to block parsepkgbuild when run from an interactive shell. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
-
- Apr 02, 2011
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
Commit 7d936200 introduces a regression by treating dependencies as satisfied if they were provided by some dependency specified by the PKGBUILD, but the right rule is to treat them as satisfied if they provide some written dependency, since the latter will pull the right package on installation.
-
Rémy Oudompheng authored
-