projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d129bd
)
Initial rearrangement of the python directories
author
Brian Dolbec
<dolsen@gentoo.org>
Fri, 11 Jan 2013 02:56:28 +0000
(18:56 -0800)
committer
Brian Dolbec
<dolsen@gentoo.org>
Thu, 28 Feb 2013 01:38:11 +0000
(17:38 -0800)
32 files changed:
catalyst/__init__.py
[moved from
modules/catalyst/__init__.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/alpha.py
[moved from
arch/alpha.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/amd64.py
[moved from
arch/amd64.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/arm.py
[moved from
arch/arm.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/hppa.py
[moved from
arch/hppa.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/ia64.py
[moved from
arch/ia64.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/mips.py
[moved from
arch/mips.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/powerpc.py
[moved from
arch/powerpc.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/s390.py
[moved from
arch/s390.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/sh.py
[moved from
arch/sh.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/sparc.py
[moved from
arch/sparc.py
with 100% similarity]
patch
|
blob
|
history
catalyst/arch/x86.py
[moved from
arch/x86.py
with 100% similarity]
patch
|
blob
|
history
catalyst/config.py
[moved from
modules/catalyst/config.py
with 100% similarity]
patch
|
blob
|
history
catalyst/main.py
[moved from
catalyst
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/builder.py
[moved from
modules/builder.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/catalyst_lock.py
[moved from
modules/catalyst_lock.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/catalyst_support.py
[moved from
modules/catalyst_support.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/embedded_target.py
[moved from
modules/embedded_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/generic_stage_target.py
[moved from
modules/generic_stage_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/generic_target.py
[moved from
modules/generic_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/grp_target.py
[moved from
modules/grp_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/livecd_stage1_target.py
[moved from
modules/livecd_stage1_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/livecd_stage2_target.py
[moved from
modules/livecd_stage2_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/netboot2_target.py
[moved from
modules/netboot2_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/netboot_target.py
[moved from
modules/netboot_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/snapshot_target.py
[moved from
modules/snapshot_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/stage1_target.py
[moved from
modules/stage1_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/stage2_target.py
[moved from
modules/stage2_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/stage3_target.py
[moved from
modules/stage3_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/stage4_target.py
[moved from
modules/stage4_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/modules/tinderbox_target.py
[moved from
modules/tinderbox_target.py
with 100% similarity]
patch
|
blob
|
history
catalyst/util.py
[moved from
modules/catalyst/util.py
with 100% similarity]
patch
|
blob
|
history
diff --git
a/modules/catalyst/__init__.py
b/catalyst/__init__.py
similarity index 100%
rename from
modules/catalyst/__init__.py
rename to
catalyst/__init__.py
diff --git
a/arch/alpha.py
b/catalyst/arch/alpha.py
similarity index 100%
rename from
arch/alpha.py
rename to
catalyst/arch/alpha.py
diff --git
a/arch/amd64.py
b/catalyst/arch/amd64.py
similarity index 100%
rename from
arch/amd64.py
rename to
catalyst/arch/amd64.py
diff --git
a/arch/arm.py
b/catalyst/arch/arm.py
similarity index 100%
rename from
arch/arm.py
rename to
catalyst/arch/arm.py
diff --git
a/arch/hppa.py
b/catalyst/arch/hppa.py
similarity index 100%
rename from
arch/hppa.py
rename to
catalyst/arch/hppa.py
diff --git
a/arch/ia64.py
b/catalyst/arch/ia64.py
similarity index 100%
rename from
arch/ia64.py
rename to
catalyst/arch/ia64.py
diff --git
a/arch/mips.py
b/catalyst/arch/mips.py
similarity index 100%
rename from
arch/mips.py
rename to
catalyst/arch/mips.py
diff --git
a/arch/powerpc.py
b/catalyst/arch/powerpc.py
similarity index 100%
rename from
arch/powerpc.py
rename to
catalyst/arch/powerpc.py
diff --git
a/arch/s390.py
b/catalyst/arch/s390.py
similarity index 100%
rename from
arch/s390.py
rename to
catalyst/arch/s390.py
diff --git
a/arch/sh.py
b/catalyst/arch/sh.py
similarity index 100%
rename from
arch/sh.py
rename to
catalyst/arch/sh.py
diff --git
a/arch/sparc.py
b/catalyst/arch/sparc.py
similarity index 100%
rename from
arch/sparc.py
rename to
catalyst/arch/sparc.py
diff --git
a/arch/x86.py
b/catalyst/arch/x86.py
similarity index 100%
rename from
arch/x86.py
rename to
catalyst/arch/x86.py
diff --git
a/modules/catalyst/config.py
b/catalyst/config.py
similarity index 100%
rename from
modules/catalyst/config.py
rename to
catalyst/config.py
diff --git
a/catalyst
b/catalyst/main.py
similarity index 100%
rename from
catalyst
rename to
catalyst/main.py
diff --git
a/modules/builder.py
b/catalyst/modules/builder.py
similarity index 100%
rename from
modules/builder.py
rename to
catalyst/modules/builder.py
diff --git
a/modules/catalyst_lock.py
b/catalyst/modules/catalyst_lock.py
similarity index 100%
rename from
modules/catalyst_lock.py
rename to
catalyst/modules/catalyst_lock.py
diff --git
a/modules/catalyst_support.py
b/catalyst/modules/catalyst_support.py
similarity index 100%
rename from
modules/catalyst_support.py
rename to
catalyst/modules/catalyst_support.py
diff --git
a/modules/embedded_target.py
b/catalyst/modules/embedded_target.py
similarity index 100%
rename from
modules/embedded_target.py
rename to
catalyst/modules/embedded_target.py
diff --git
a/modules/generic_stage_target.py
b/catalyst/modules/generic_stage_target.py
similarity index 100%
rename from
modules/generic_stage_target.py
rename to
catalyst/modules/generic_stage_target.py
diff --git
a/modules/generic_target.py
b/catalyst/modules/generic_target.py
similarity index 100%
rename from
modules/generic_target.py
rename to
catalyst/modules/generic_target.py
diff --git
a/modules/grp_target.py
b/catalyst/modules/grp_target.py
similarity index 100%
rename from
modules/grp_target.py
rename to
catalyst/modules/grp_target.py
diff --git
a/modules/livecd_stage1_target.py
b/catalyst/modules/livecd_stage1_target.py
similarity index 100%
rename from
modules/livecd_stage1_target.py
rename to
catalyst/modules/livecd_stage1_target.py
diff --git
a/modules/livecd_stage2_target.py
b/catalyst/modules/livecd_stage2_target.py
similarity index 100%
rename from
modules/livecd_stage2_target.py
rename to
catalyst/modules/livecd_stage2_target.py
diff --git
a/modules/netboot2_target.py
b/catalyst/modules/netboot2_target.py
similarity index 100%
rename from
modules/netboot2_target.py
rename to
catalyst/modules/netboot2_target.py
diff --git
a/modules/netboot_target.py
b/catalyst/modules/netboot_target.py
similarity index 100%
rename from
modules/netboot_target.py
rename to
catalyst/modules/netboot_target.py
diff --git
a/modules/snapshot_target.py
b/catalyst/modules/snapshot_target.py
similarity index 100%
rename from
modules/snapshot_target.py
rename to
catalyst/modules/snapshot_target.py
diff --git
a/modules/stage1_target.py
b/catalyst/modules/stage1_target.py
similarity index 100%
rename from
modules/stage1_target.py
rename to
catalyst/modules/stage1_target.py
diff --git
a/modules/stage2_target.py
b/catalyst/modules/stage2_target.py
similarity index 100%
rename from
modules/stage2_target.py
rename to
catalyst/modules/stage2_target.py
diff --git
a/modules/stage3_target.py
b/catalyst/modules/stage3_target.py
similarity index 100%
rename from
modules/stage3_target.py
rename to
catalyst/modules/stage3_target.py
diff --git
a/modules/stage4_target.py
b/catalyst/modules/stage4_target.py
similarity index 100%
rename from
modules/stage4_target.py
rename to
catalyst/modules/stage4_target.py
diff --git
a/modules/tinderbox_target.py
b/catalyst/modules/tinderbox_target.py
similarity index 100%
rename from
modules/tinderbox_target.py
rename to
catalyst/modules/tinderbox_target.py
diff --git
a/modules/catalyst/util.py
b/catalyst/util.py
similarity index 100%
rename from
modules/catalyst/util.py
rename to
catalyst/util.py