Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit ff25249

Browse files
committed
Replace et-mgmt-tools references with virt-tools-list.
1 parent 4712f8a commit ff25249

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

HACKING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Any patches shouldn't change the output of 'test' or 'check'. Our pylint
2222
script uses a blacklist rather than a whitelist approach, so it could
2323
throw some false positives or useless messages. If you think your patch
2424
exposes one of these, bring it up on the mailing list
25-
(et-mgmt-tools@redhat.com).
25+
(virt-tools-list@redhat.com).
2626

2727
'test_urls' only needs to be run if the patch is against the url fetching
2828
code (virtinst/OSDistro.py). This stuff is notoriously fragile, so running

man/en/virt-image-xml.pod

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ you only need the ISO image from the System Rescue CD website.
213213
</domain>
214214
<storage>
215215
<disk file="root.raw" use="scratch" size="100" format="raw"/>
216-
<disk id="sysresc" file="isos/systemrescuecd.iso"
216+
<disk id="sysresc" file="isos/systemrescuecd.iso"
217217
use="system" format="iso"/>
218218
</storage>
219219
</image>
@@ -224,21 +224,19 @@ To create a virtual machine, save the above XML in F<image.xml> and run:
224224

225225
=head1 AUTHOR
226226

227-
Written by David Lutterkort. See the AUTHORS file in the source distribution for
228-
the complete list of credits.
227+
Written by David Lutterkort. See the AUTHORS file in the source distribution
228+
for the complete list of credits.
229229

230230
=head1 BUGS
231231

232-
Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/et-mgmt-tools>
233-
or directly to BugZilla C<http://bugzilla.redhat.com/bugzilla/> against the
234-
C<Fedora> product, and the C<python-virtinst> component.
232+
Please see C<http://virt-manager.org/page/BugReporting>
235233

236234
=head1 COPYRIGHT
237235

238-
Copyright (C) 2006-2007 Red Hat, Inc, and various contributors.
239-
This is free software. You may redistribute copies of it under the terms of the GNU General
240-
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
241-
permitted by law.
236+
Copyright (C) 2006-2007 Red Hat, Inc, and various contributors.
237+
This is free software. You may redistribute copies of it under the terms
238+
of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
239+
There is NO WARRANTY, to the extent permitted by law.
242240

243241
=head1 SEE ALSO
244242

0 commit comments

Comments
 (0)