diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-01-15 19:43:43 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-01-15 19:43:43 +0000 |
commit | 35045736d71ac2ccf0108c0293fd5854075e4c99 (patch) | |
tree | eef97914fe8b75409ddc5c57467c127c9e418b5a /urpm.pm | |
parent | f407ed64ddf4070d54f0e631b0eee6ce070933a9 (diff) | |
download | urpmi-35045736d71ac2ccf0108c0293fd5854075e4c99.tar urpmi-35045736d71ac2ccf0108c0293fd5854075e4c99.tar.gz urpmi-35045736d71ac2ccf0108c0293fd5854075e4c99.tar.bz2 urpmi-35045736d71ac2ccf0108c0293fd5854075e4c99.tar.xz urpmi-35045736d71ac2ccf0108c0293fd5854075e4c99.zip |
urpmq -l (list files), urpmq --changelog, lock rpm db even in chroot in urpmq
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ sub N { #- tool functions. sub basename { local $_ = shift; s|/*\s*$||; s|.*/||; $_ } +sub localtime2changelog { scalar(localtime($_[0])) =~ /(.*) \S+ (\d{4})$/ && "$1 $2" }; #- create a new urpm object. sub new { |