Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
updater
updater
Commits
cbab8324
Verified
Commit
cbab8324
authored
Sep 01, 2017
by
Karel Koci
🤘
Browse files
Add system test provides multiple
parent
411be29b
Pipeline
#44461
failed with stage
in 4 seconds
Changes
38
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/system/provides-multiple/cleanup
0 → 100644
View file @
cbab8324
sed -i -e 's/^Installed-Time: .*/Installed-Time: 0/' "$ROOT_DIR"/usr/lib/opkg/status
rm "$ROOT_DIR"/config
rm -r "$ROOT_DIR"/repo
tests/system/provides-multiple/input/bin/pkgbin
0 → 100755
View file @
cbab8324
tests/system/provides-multiple/input/config
0 → 100644
View file @
cbab8324
Repository("test", "file://%ROOT_DIR%/repo")
Install("pkg")
Package("pkg", { prefer = { "pkg2" } })
tests/system/provides-multiple/input/etc/updater/hook_postupdate/.keep
0 → 100644
View file @
cbab8324
tests/system/provides-multiple/input/etc/updater/hook_preupdate/.keep
0 → 100644
View file @
cbab8324
tests/system/provides-multiple/input/lib/dep
0 → 100644
View file @
cbab8324
From dep
tests/system/provides-multiple/input/repo/Packages.gz
0 → 100644
View file @
cbab8324
File added
tests/system/provides-multiple/input/repo/dep_prov.ipk
0 → 100644
View file @
cbab8324
File added
tests/system/provides-multiple/input/repo/pkg.ipk
0 → 100644
View file @
cbab8324
File added
tests/system/provides-multiple/input/usr/lib/opkg/info/dep.control
0 → 100644
View file @
cbab8324
Package: dep
Version: 1
License: GPL-2.0
Section: none
Architecture: all
Installed-Size: 0
Description: Example package
tests/system/provides-multiple/input/usr/lib/opkg/info/dep.files-md5sum
0 → 100644
View file @
cbab8324
8f719e477ddf177ed9e40358e3d56af4 /lib/dep
tests/system/provides-multiple/input/usr/lib/opkg/info/dep.list
0 → 100644
View file @
cbab8324
/lib/dep
tests/system/provides-multiple/input/usr/lib/opkg/info/pkg.control
0 → 100644
View file @
cbab8324
Package: pkg
Version: 1
License: GPL-2.0
Depends: dep
Section: none
Architecture: all
Installed-Size: 0
Description: Example package
tests/system/provides-multiple/input/usr/lib/opkg/info/pkg.files-md5sum
0 → 100644
View file @
cbab8324
d41d8cd98f00b204e9800998ecf8427e /bin/pkgbin
tests/system/provides-multiple/input/usr/lib/opkg/info/pkg.list
0 → 100644
View file @
cbab8324
/bin/pkgbin
tests/system/provides-multiple/input/usr/lib/opkg/status
0 → 100644
View file @
cbab8324
Package: pkg
Version: 1
Depends: dep
Status: install user installed
Architecture: all
Installed-Time: 0
Package: dep
Version: 1
Status: install user installed
Architecture: all
Installed-Time: 0
tests/system/provides-multiple/input/usr/share/updater/.keep
0 → 100644
View file @
cbab8324
tests/system/provides-multiple/input/usr/share/updater/unpacked/.keep
0 → 100644
View file @
cbab8324
tests/system/provides-multiple/input/var/lock/.keep
0 → 100644
View file @
cbab8324
tests/system/provides-multiple/input/var/lock/opkg.lock
0 → 100644
View file @
cbab8324
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment