[bugzilla-gnome-org-extensions] First step of migration to 4.4
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-extensions] First step of migration to 4.4
- Date: Thu, 20 Nov 2014 22:24:51 +0000 (UTC)
commit 1c3e5075465967fa13ae711f4dd3758e5fdfaaa2
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Mon Nov 17 22:10:54 2014 +0100
First step of migration to 4.4
Just move the nonextension files into separate directory.
MAINTAINERS => misc/MAINTAINERS | 0
Makefile => misc/Makefile | 0
README => misc/README | 0
{docs => misc/docs}/REVIEW_FORMAT.txt | 0
flattener.py => misc/flattener.py | 0
jstest.c => misc/jstest.c | 0
{proxy => misc/proxy}/README | 0
{proxy => misc/proxy}/config.py.example | 0
{proxy => misc/proxy}/splinter_proxy.py | 0
splinter.doap => misc/splinter.doap | 0
.../testbugs}/561745/attachments/123143 | 0
{testbugs => misc/testbugs}/561745/bug.xml | 0
.../testpatches}/bzr-multi-file.patch | 0
.../testpatches}/bzr-single-file-no-newline.patch | 0
.../testpatches}/cvs-multi-file.patch | 0
.../testpatches}/git-multi-file.patch | 0
.../testpatches}/git-one-file.patch | 0
.../testpatches}/git-plain-diff.patch | 0
.../testpatches}/hg-multi-file.patch | 0
.../testpatches}/svn-multi-file.patch | 0
{tests => misc/tests}/bug.jst | 0
{tests => misc/tests}/patch.jst | 0
{tests => misc/tests}/review.jst | 0
{tests => misc/tests}/testUtils.jst | 0
{tests => misc/tests}/utils.jst | 0
25 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/MAINTAINERS b/misc/MAINTAINERS
similarity index 100%
rename from MAINTAINERS
rename to misc/MAINTAINERS
diff --git a/Makefile b/misc/Makefile
similarity index 100%
rename from Makefile
rename to misc/Makefile
diff --git a/README b/misc/README
similarity index 100%
rename from README
rename to misc/README
diff --git a/docs/REVIEW_FORMAT.txt b/misc/docs/REVIEW_FORMAT.txt
similarity index 100%
rename from docs/REVIEW_FORMAT.txt
rename to misc/docs/REVIEW_FORMAT.txt
diff --git a/flattener.py b/misc/flattener.py
similarity index 100%
rename from flattener.py
rename to misc/flattener.py
diff --git a/jstest.c b/misc/jstest.c
similarity index 100%
rename from jstest.c
rename to misc/jstest.c
diff --git a/proxy/README b/misc/proxy/README
similarity index 100%
rename from proxy/README
rename to misc/proxy/README
diff --git a/proxy/config.py.example b/misc/proxy/config.py.example
similarity index 100%
rename from proxy/config.py.example
rename to misc/proxy/config.py.example
diff --git a/proxy/splinter_proxy.py b/misc/proxy/splinter_proxy.py
similarity index 100%
rename from proxy/splinter_proxy.py
rename to misc/proxy/splinter_proxy.py
diff --git a/splinter.doap b/misc/splinter.doap
similarity index 100%
rename from splinter.doap
rename to misc/splinter.doap
diff --git a/testbugs/561745/attachments/123143 b/misc/testbugs/561745/attachments/123143
similarity index 100%
rename from testbugs/561745/attachments/123143
rename to misc/testbugs/561745/attachments/123143
diff --git a/testbugs/561745/bug.xml b/misc/testbugs/561745/bug.xml
similarity index 100%
rename from testbugs/561745/bug.xml
rename to misc/testbugs/561745/bug.xml
diff --git a/testpatches/bzr-multi-file.patch b/misc/testpatches/bzr-multi-file.patch
similarity index 100%
rename from testpatches/bzr-multi-file.patch
rename to misc/testpatches/bzr-multi-file.patch
diff --git a/testpatches/bzr-single-file-no-newline.patch b/misc/testpatches/bzr-single-file-no-newline.patch
similarity index 100%
rename from testpatches/bzr-single-file-no-newline.patch
rename to misc/testpatches/bzr-single-file-no-newline.patch
diff --git a/testpatches/cvs-multi-file.patch b/misc/testpatches/cvs-multi-file.patch
similarity index 100%
rename from testpatches/cvs-multi-file.patch
rename to misc/testpatches/cvs-multi-file.patch
diff --git a/testpatches/git-multi-file.patch b/misc/testpatches/git-multi-file.patch
similarity index 100%
rename from testpatches/git-multi-file.patch
rename to misc/testpatches/git-multi-file.patch
diff --git a/testpatches/git-one-file.patch b/misc/testpatches/git-one-file.patch
similarity index 100%
rename from testpatches/git-one-file.patch
rename to misc/testpatches/git-one-file.patch
diff --git a/testpatches/git-plain-diff.patch b/misc/testpatches/git-plain-diff.patch
similarity index 100%
rename from testpatches/git-plain-diff.patch
rename to misc/testpatches/git-plain-diff.patch
diff --git a/testpatches/hg-multi-file.patch b/misc/testpatches/hg-multi-file.patch
similarity index 100%
rename from testpatches/hg-multi-file.patch
rename to misc/testpatches/hg-multi-file.patch
diff --git a/testpatches/svn-multi-file.patch b/misc/testpatches/svn-multi-file.patch
similarity index 100%
rename from testpatches/svn-multi-file.patch
rename to misc/testpatches/svn-multi-file.patch
diff --git a/tests/bug.jst b/misc/tests/bug.jst
similarity index 100%
rename from tests/bug.jst
rename to misc/tests/bug.jst
diff --git a/tests/patch.jst b/misc/tests/patch.jst
similarity index 100%
rename from tests/patch.jst
rename to misc/tests/patch.jst
diff --git a/tests/review.jst b/misc/tests/review.jst
similarity index 100%
rename from tests/review.jst
rename to misc/tests/review.jst
diff --git a/tests/testUtils.jst b/misc/tests/testUtils.jst
similarity index 100%
rename from tests/testUtils.jst
rename to misc/tests/testUtils.jst
diff --git a/tests/utils.jst b/misc/tests/utils.jst
similarity index 100%
rename from tests/utils.jst
rename to misc/tests/utils.jst
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]