diff options
-rw-r--r-- | .ditz-config | 7 | ||||
-rw-r--r-- | .ditz-plugins | 1 | ||||
-rw-r--r-- | .ditz/project.yaml | 8 |
3 files changed, 16 insertions, 0 deletions
diff --git a/.ditz-config b/.ditz-config new file mode 100644 index 0000000..e80683d --- /dev/null +++ b/.ditz-config @@ -0,0 +1,7 @@ +--- !ditz.rubyforge.org,2008-03-06/config +name: Matej Cepl +email: mcepl@redhat.com +issue_dir: .ditz +trac_sync_url: https://fedorahosted.org/bugzilla-triage-scripts/ +trac_sync_user: mcepl +trac_sync_pass: $Rkh&f3swtIj diff --git a/.ditz-plugins b/.ditz-plugins new file mode 100644 index 0000000..ecaad4e --- /dev/null +++ b/.ditz-plugins @@ -0,0 +1 @@ +- trac-sync diff --git a/.ditz/project.yaml b/.ditz/project.yaml new file mode 100644 index 0000000..dfc2d0d --- /dev/null +++ b/.ditz/project.yaml @@ -0,0 +1,8 @@ +--- !ditz.rubyforge.org,2008-03-06/project +name: bugzilla-triage +version: "0.5" +components: +- !ditz.rubyforge.org,2008-03-06/component + name: bugzilla-triage +releases: [] + |