From abfb7211fd908f6572041b39076c5314605ba9f9 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 26 Apr 2012 21:00:23 +1200 Subject: [PATCH] Add some wishlish items using cil. --- .cil | 13 +++++++++++++ issues/README.txt | 3 +++ issues/i_893137d2.cil | 8 ++++++++ issues/i_f7a0fc85.cil | 9 +++++++++ 4 files changed, 33 insertions(+) create mode 100644 .cil create mode 100644 issues/README.txt create mode 100644 issues/i_893137d2.cil create mode 100644 issues/i_f7a0fc85.cil diff --git a/.cil b/.cil new file mode 100644 index 0000000..7d1c465 --- /dev/null +++ b/.cil @@ -0,0 +1,13 @@ +StatusStrict: 1 +StatusAllowedList: New +StatusAllowedList: InProgress +StatusAllowedList: Finished +StatusOpenList: New +StatusOpenList: InProgress +StatusClosedList: Finished +LabelStrict: 1 +LabelAllowedList: Type-Enhancement +LabelAllowedList: Type-Defect +LabelAllowedList: Priority-High +LabelAllowedList: Priority-Medium +LabelAllowedList: Priority-Low diff --git a/issues/README.txt b/issues/README.txt new file mode 100644 index 0000000..302b745 --- /dev/null +++ b/issues/README.txt @@ -0,0 +1,3 @@ +This directory is used by CIL to track issues and feature requests. + +The home page for CIL is at http://kapiti.geek.nz/software/cil.html diff --git a/issues/i_893137d2.cil b/issues/i_893137d2.cil new file mode 100644 index 0000000..4a59bfc --- /dev/null +++ b/issues/i_893137d2.cil @@ -0,0 +1,8 @@ +Summary: Drop molly-guard hook into place to block reboots when backing up. +Status: New +CreatedBy: Andrew Ruthven +AssignedTo: andrew +Inserted: 2012-04-26T08:57:44 +Updated: 2012-04-26T08:58:37 + +Drop in a molly-guard file to make it harder to reboot during a backup. diff --git a/issues/i_f7a0fc85.cil b/issues/i_f7a0fc85.cil new file mode 100644 index 0000000..cbb0d35 --- /dev/null +++ b/issues/i_f7a0fc85.cil @@ -0,0 +1,9 @@ +Summary: Use libnotify to tell user what is happening. +Status: New +CreatedBy: Andrew Ruthven