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
/
sync104.py
blob
6d51b85a91f8ba204c604eb1ad5333fa51eb0fa8
1
self
.
description
=
"-Suu"
2
3
sp
=
pmpkg
(
"dummy"
,
"0.9-1"
)
4
lp
=
pmpkg
(
"dummy"
,
"1.0-1"
)
5
6
self
.
addpkg2db
(
"sync"
,
sp
)
7
self
.
addpkg2db
(
"local"
,
lp
)
8
9
self
.
args
=
"-Suu"
10
11
self
.
addrule
(
"PACMAN_RETCODE=0"
)
12
self
.
addrule
(
"PKG_VERSION=dummy|0.9-1"
)