repo.or.cz
/
pacman-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move important information up in -Si output
[pacman-ng.git]
/
test
/
pacman
/
tests
/
provision001.py
blob
37e3d9356689fc0b7f11b87db1c397d9acc57387
1
self
.
description
=
"-S provision"
2
3
sp
=
pmpkg
(
"pkg1"
)
4
sp
.
provides
= [
"provision=1.0-1"
]
5
self
.
addpkg2db
(
"sync"
,
sp
)
6
7
self
.
args
=
"-S provision"
8
9
self
.
addrule
(
"PACMAN_RETCODE=0"
)
10
self
.
addrule
(
"PKG_EXIST=pkg1"
)