diff --git a/KNOWN_BUGS.markdown b/KNOWN_BUGS.markdown deleted file mode 100644 index e00fd32..0000000 --- a/KNOWN_BUGS.markdown +++ /dev/null @@ -1,12 +0,0 @@ -KNOWN BUGS in xen-tools -======================= - -Bugs to fix rather soon ------------------------ - -* `xen-delete-image` doesn't remove all logical volumes if `--partitions` is used. - - See the link below for details how to reproduce. Reproducable at - least with `--lvm`. Thanks to Antoine Benkemoun for reporting. - - [Bug Report](http://xen-tools.org/pipermail/xen-tools-discuss/2010-May/000757.html) diff --git a/README.markdown b/README.markdown index a3e7778..eba9ae2 100644 --- a/README.markdown +++ b/README.markdown @@ -244,7 +244,6 @@ test case would be a useful bonus. * [xen-tools Issue Tracker at GitHub](https://github.com/xen-tools/xen-tools/issues/new) * [Mailing list archives of the xen-tools mailing lists](http://xen-tools.org/software/xen-tools/lists.html) -* [KNOWN_BUGS file in the source code](https://github.com/xen-tools/xen-tools/blob/master/KNOWN_BUGS.markdown) * [TODO file in the source code](https://github.com/xen-tools/xen-tools/blob/master/TODO.markdown) * [xen-tools in the Debian Bug Tracking System](https://bugs.debian.org/xen-tools) * [xen-tools in Ubuntu's Launchpad](https://bugs.launchpad.net/ubuntu/+source/xen-tools) diff --git a/TODO.markdown b/TODO.markdown index 172f637..2dc7ab5 100644 --- a/TODO.markdown +++ b/TODO.markdown @@ -1,8 +1,6 @@ TODO ==== -See KNOWN_BUGS.markdown for real bugs. - General Ideas ------------- diff --git a/debian/changelog b/debian/changelog index 7a452c3..2b5ce84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ xen-tools (4.6+dev-1) UNRELEASED; urgency=medium * New upstream SNAPSHOT + Declare GitHub as primary hosting. - + Integrate BUGS.markdown into README.markdown. + + Integrate BUGS.markdown into README.markdown, move remaining + contents of KNOWN_BUGS.markdown to the GitHub issue tracker. * Update Vcs-* headers to point to GitHub instead of GitLab. -- Axel Beckert Tue, 21 Jul 2015 12:04:41 +0200 diff --git a/debian/docs b/debian/docs index 99bdb77..20c3dc5 100644 --- a/debian/docs +++ b/debian/docs @@ -2,5 +2,4 @@ AUTHORS README.markdown SUPPORT.markdown TODO.markdown -KNOWN_BUGS.markdown NEWS.markdown