Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-18 16:00:04 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-18 16:00:04 (GMT)
commit1e64931caa93246113c391c857dd6edbf6f68a5d (patch)
tree7b7d719fbc364c923f7e0c4c38263df296fd6866
parent4edf6b2863bc8d3b42400ea379342614399726f0 (diff)
move bug list to BUGS.txt
-rw-r--r--BUGS.txt20
-rwxr-xr-xannounce18
2 files changed, 21 insertions, 17 deletions
diff --git a/BUGS.txt b/BUGS.txt
new file mode 100644
index 0000000..a33bfd1
--- /dev/null
+++ b/BUGS.txt
@@ -0,0 +1,20 @@
+
+Caveats/Known Issues:
+
+ - Camera doesn't work
+ https://bugzilla.redhat.com/show_bug.cgi?id=498900
+
+ - SD boots sometimes fail (mount: unknown filesystem type: 'jffs2')
+ https://bugzilla.redhat.com/show_bug.cgi?id=500196
+
+
+ - Power management is disabled (XO is configured not to sleep since
+ rtcwake never wakes up)
+
+
+Please reply or comment on the Fedora/Redhat bug report if you see any
+of these.
+
+Before reporting bugs, it'd be nice if one could search the fedora
+bugzilla; start with this bug:
+https://bugzilla.redhat.com/show_bug.cgi?id=461806
diff --git a/announce b/announce
index 531c16b..b448f00 100755
--- a/announce
+++ b/announce
@@ -41,23 +41,7 @@ $buildname.plc - ... NANDblast'ing
$buildname.removable.img.tar.lzma - for:
cat $buildname.removable.tar.lzma | lzma -dc - | tar xf - -O - > /dev/sdX
-
-Caveats/Known Issues:
-
-[please reply or comment on the Fedora/Redhat bug report if you see
- any of these]
-
- - Camera doesn't work
- https://bugzilla.redhat.com/show_bug.cgi?id=498900
-
- - SD boots sometimes fail (mount: unknown filesystem type: 'jffs2')
- https://bugzilla.redhat.com/show_bug.cgi?id=500196
-
-
-
-Before reporting bugs, it'd be nice if one could search the fedora
-bugzilla; start with this bug:
-https://bugzilla.redhat.com/show_bug.cgi?id=461806
+$(<BUGS.txt)
EOF