mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
apt: allow for integration tests using fake repo (#37639)
* apt: allow for integration tests using fake repo * Add integration test for 19102 * Clean up packages and repo * Fix indentation
This commit is contained in:
parent
3a5a0fed06
commit
296ad80002
6 changed files with 110 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
Section: misc
|
||||
Priority: optional
|
||||
Standards-Version: 2.3.3
|
||||
|
||||
Package: foo
|
||||
Version: 1.0.0
|
||||
Section: system
|
||||
Maintainer: John Doe <john@doe.com>
|
||||
Architecture: all
|
||||
Description: Dummy package
|
|
@ -0,0 +1,10 @@
|
|||
Section: misc
|
||||
Priority: optional
|
||||
Standards-Version: 2.3.3
|
||||
|
||||
Package: foo
|
||||
Version: 1.0.1
|
||||
Section: system
|
||||
Maintainer: John Doe <john@doe.com>
|
||||
Architecture: all
|
||||
Description: Dummy package
|
Loading…
Add table
Add a link
Reference in a new issue