Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-14 19:54:16 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-14 19:54:53 (GMT)
commit51e2d72c322d8aee6c9bcc6dfc2941abd443fb12 (patch)
treeb8b7808fcb679228b01b06e61368c1a38c114631 /README
parentb3d05dd224ee8d01307e2e079f6955b9581df90c (diff)
Add a bug-report command
This generates logs that will be useful for debugging.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 10 insertions, 5 deletions
diff --git a/README b/README
index eb9edc6..d538f4c 100644
--- a/README
+++ b/README
@@ -25,14 +25,19 @@ That should be all you need to have sugar running!
= Commands reference =
-make build Build everything.
-make run Run sugar.
-make build-[module] Build a single module.
-make clean Delete build artifacts and sources.
+make build Build everything.
+make run Run sugar.
+make build-[module] Build a single module.
+make clean Delete build artifacts and sources.
+make bug-report Generate a bug report.
= Report bugs =
-For now just send an email to Daniel Narvaez <dwnarvaez@gmail.com>. I expect a lot of tweaks will be necessary before this is stable. In the future distributions upgrades will also be problematic. We need the build to work out of the box 99% of the time for everyone, so if stuff breaks don't please don't be shy and always report a bug (patches are appreciated of course but not required). If you install an activity and it doesn't work, that might also be a sugar-build bug, in doubt just report it.
+I expect a lot of tweaks will be necessary before this is stable. In the future distributions upgrades will also be problematic. We need the build to work out of the box 99% of the time for everyone, so if stuff breaks don't please don't be shy and always report a bug (patches are appreciated of course but not required). If you install an activity and it doesn't work, that might also be a sugar-build bug, in doubt just report it.
+
+To generate bug report information
+
+ make bug-report
= Rationale =