diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-01 00:29:14 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-09-01 00:29:14 +0200 |
commit | 2ed5e245736860323819a93336b28d3b39176f17 (patch) | |
tree | 3e4ba01fbce84d99ca87c0db2b0cd830c873ae8d | |
parent | 711aa30074cca61adc99afd958bf0f11d5d68ea5 (diff) | |
download | bugzilla-triage-2ed5e245736860323819a93336b28d3b39176f17.tar.gz |
Reintroduce ditz
-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: [] + |