Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5adffc45bb | ||
|
|
abef120367 | ||
|
|
4c841f9aea | ||
|
|
9a79bb2d95 | ||
|
|
0c26d3b1e4 | ||
|
|
631e83f5f9 | ||
|
|
2604967a16 | ||
|
|
cd9ee1faec | ||
|
|
552274befc | ||
|
|
c369acdbc2 |
8 changed files with 535 additions and 820 deletions
|
|
@ -8,7 +8,8 @@ list:
|
|||
|
||||
http://www.redhat.com/mailman/listinfo/libguestfs
|
||||
|
||||
This package comes with a lot of help and examples to get you started.
|
||||
This Fedora package comes with a lot of help and examples to get you
|
||||
started.
|
||||
|
||||
The first place to start are the manual pages. Type:
|
||||
|
||||
|
|
@ -19,19 +20,19 @@ The first place to start are the manual pages. Type:
|
|||
man virt-cat # and other virt-* tools
|
||||
|
||||
If you install the libguestfs-devel package, then in the
|
||||
/usr/share/doc/libguestfs-devel/ directory you will find other
|
||||
documentation including:
|
||||
/usr/share/doc/libguestfs-devel/ directory you will also
|
||||
find:
|
||||
|
||||
- BUGS: list of open bugs in this version
|
||||
|
||||
- ChangeLog.gz: the detailed list of changes in this version
|
||||
- ChangeLog: the detailed list of changes in this version
|
||||
|
||||
- HACKING: how to extend libguestfs
|
||||
- ROADMAP: the roadmap for future versions
|
||||
|
||||
- TODO: ideas for extending libguestfs
|
||||
|
||||
- *.c: example C programs using the API
|
||||
|
||||
- *.xml.gz: example virt-inspector output (compressed)
|
||||
- *.xml: example virt-inspector output
|
||||
|
||||
- virt-inspector.rng: virt-inspector RelaxNG schema
|
||||
- *.rng: virt-inspector RelaxNG schema
|
||||
|
|
|
|||
10
bump-and-build.sh
Executable file
10
bump-and-build.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh -
|
||||
|
||||
set -e
|
||||
|
||||
rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec
|
||||
git diff ||:
|
||||
echo "Press ENTER to commit, push and rebuild."
|
||||
read line
|
||||
fedpkg commit -m "Bump and rebuild." -p
|
||||
fedpkg build
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: xen-ci.brew-build.tier1.functional}
|
||||
1298
libguestfs.spec
1298
libguestfs.spec
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +0,0 @@
|
|||
# Ignore copy-patches.sh. It is an internal script we use to
|
||||
# manage the patches.
|
||||
upstream:
|
||||
ignore:
|
||||
- copy-patches.sh
|
||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (libguestfs-1.58.0.tar.gz) = 67abbd37fe64935ae5cca13dbe1860fe2eab9df492fd134eacbdc1831e6034c849855e76118ce0002d3ac83205122947582dbe47b66f12b94dcb51155881501a
|
||||
SHA512 (libguestfs-1.58.0.tar.gz.sig) = e07758ed3901f9ae95dace16cbb4de194dbbde788155efcde7982226785928d1805af6939f201d74770923ad55997f1d465f9594cb81bc2435c0ea882ce546d8
|
||||
SHA512 (libguestfs-1.44.2.tar.gz) = d187b96abd6312992a006a4aa281b583549a7985e410d8677cce025587b4927e295a58ec3c066394fde43ca101bab4f7e5bf8a95210d3d214c68c8aa6da20193
|
||||
SHA512 (libguestfs-1.44.2.tar.gz.sig) = 17d0c75433e9dc7f4c58b3b547b47deafe9552d5d203c308595a6f864d38b925563c7057f133b375c9725f8e0fa6221a4f7abc68c8d716662c4ebe88e61cb029
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash -
|
||||
set -e
|
||||
set -x
|
||||
|
||||
# This only makes sure that libguestfs isn't totally broken.
|
||||
|
||||
# Fix libvirt.
|
||||
systemctl restart virtqemud virtsecretd virtstoraged virtnetworkd
|
||||
|
||||
libguestfs-test-tool
|
||||
|
|
@ -5,10 +5,9 @@
|
|||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- libguestfs
|
||||
- libvirt-daemon-kvm
|
||||
tests:
|
||||
- libguestfs-test-tool:
|
||||
dir: .
|
||||
run: ./run-libguestfs-test-tool.sh
|
||||
run: libguestfs-test-tool
|
||||
required_packages:
|
||||
- libguestfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue