diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-11-05 19:17:01 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-11-05 19:24:46 +0100 |
commit | ef69c002a69e5d7983554b68d41f26e06ad8fb7c (patch) | |
tree | bd51f3fe4d07607e88efc903076baa7eddcd8d93 /cron-jobs/check_archlinux/README | |
parent | 3084db6f3c6678eeb27ba0d532db0007432bfed1 (diff) | |
download | dbscripts-ef69c002a69e5d7983554b68d41f26e06ad8fb7c.tar.gz dbscripts-ef69c002a69e5d7983554b68d41f26e06ad8fb7c.tar.xz |
Use ctypes module to access alpm_pkg_vercmp() instead of the C module.
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'cron-jobs/check_archlinux/README')
-rw-r--r-- | cron-jobs/check_archlinux/README | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cron-jobs/check_archlinux/README b/cron-jobs/check_archlinux/README index 8f178dc..03bb0e0 100644 --- a/cron-jobs/check_archlinux/README +++ b/cron-jobs/check_archlinux/README @@ -1,8 +1,2 @@ -1) Build the python module -$ python2 setup.py build - -2) copy it back to the current working directory -$ cp build/lib.*/alpm.* . - -3) run the script +1) run the script $ ./check_packages.py -h |