From: Aneesh K. K.V <ane...@di...> - 2003-05-22 04:24:12
|
Brian, On Thu, 2003-05-22 at 03:07, Brian J. Watson wrote: [...snip....] You may want to wait for the changes done yesterday by laura to be merged back to the trunk before reorganising the CVS. Also cluster-tools patch from Scott also need to be not applied. It would be better if we wait for a day or so and say no more submits and then reorganise.Then we can get the reorganised RH branch and Trunk built and then open up the CVS for further submit. > > > This is how I propose laying out the CI repository: > > ci > |-- AUTHORS (was in cluster-tools) > |-- COPYING > |-- ChangeLog How are you going to organise the Changelog .I mean what about the previous contents. ? > |-- Makefile (rules for rolling releases) > |-- Makefile.am (rules for building and installing) > |-- NEWS (was in cluster-tools) > |-- README > |-- cluster-tools > | |-- Makefile.am > | |-- cmd/ (moved some commands to openssi-tools) > | |-- libcluster/ > | `-- man/ (moved some pages to openssi-tools) > |-- configure.ac (was in cluster-tools) > |-- doc/ > |-- kernel/ (was ci-linux/ci-kernel) > |-- kernel.configs > | `-- config.i586 (was in ci-linux/ci-kernel) > |-- kernel.patches (was ci-linux/3rd-party) > | |-- common/ > | `-- i386/ > `-- specs > |-- cluster-tools.spec (was in binary/rh7.3) > `-- kernel.spec > > > This is how I propose laying out the OpenSSI repository: > > openssi > |-- AUTHORS > |-- COPYING > |-- ChangeLog > |-- Makefile (rules for rolling releases) > |-- Makefile.am (rules for building and installing) > |-- NEWS > |-- README > |-- configure.ac > |-- devfsd/ (was in cluster-tools/ssi) > |-- distro-pkgs (distro-specific packages) > | |-- debian (?? not sure about Debian pkg names ??) > | | |-- init-scripts (was cluster-tools/debian-init-scripts) > | | | |-- S01devfsd > | | | |-- S10checkroot.sh > | | | |-- S35mountall.sh > | | | |-- hostname.sh > | | | |-- install-deb-initscripts (was in cluster-tools) install-deb-initscripts is not needed this job is now done by openssi_cluster_create. > | | | `-- rcSSI > | | `-- specs > | | `-- init-scripts.spec I guess init-script.spec is going to be script which will help in building debian packages. > | `-- redhat > | `-- specs/ > |-- doc > | |-- INSTALL (was in binary/rh7.3) > | |-- INSTALL.cvs > | |-- INSTALL.gfs > | |-- INSTALL.ia64 > | |-- INSTALL.pxe (was in cluster-tools) > | |-- INSTALL.source (was ssic-linux/doc/INSTALL) > | |-- README-CI > | |-- README-mosixll > | |-- README.cfs > | |-- README.hardmounts > | `-- cdsl > |-- ipvsadm/ (was cluster-tools/ha-lvs) > |-- kernel/ (was ssic-linux/ssi-kernel) > |-- kernel.configs > | |-- config.alpha (was in ssic-linux/ssi-kernel) > | |-- config.i586 (was in ssic-linux/ssi-kernel) > | |-- config.ia64 (was in ssic-linux/ssi-kernel) > | |-- config.ia642 (was in ssic-linux/ssi-kernel) > | |-- config.uml (was in ssic-linux/ssi-kernel) > | `-- kernel-2.4.18-i586-ssi.config (was in binary/rh7.3) > |-- kernel.patches (was ssic-linux/3rd-party) > | |-- common/ > | |-- i386/ > | `-- ia64/ > |-- nfs-utils/ (patched by cluster-tools/ssi/nfslock.patch) > |-- openssi-tools > | |-- Makefile.am > | |-- arch > | | |-- Makefile.am > | | |-- alpha > | | | |-- Makefile.am > | | | `-- ssi_arch.pm (was cluster-tools/ssi/ssi_alpha.pm) > | | |-- i386 > | | | |-- Makefile.am > | | | `-- ssi_arch.pm (was cluster-tools/ssi/ssi_i386.pm) > | | |-- ia64 > | | | |-- Makefile.am > | | | `-- ssi_arch.pm (was cluster-tools/ssi/ssi_ia64.pm) > | | `-- uml > | | | |-- Makefile.am > | | |-- clustertab (was in cluster-tools/ssi) > | | `-- fstab (was in cluster-tools/ssi) > | |-- distro > | | |-- Makefile.am > | | |-- debian > | | | |-- Makefile.am > | | | |-- inittab.ssi (was cluster-tools/ssi/inittab.ssi.debian) > | | | `-- ssi_distro.pm (was cluster-tools/ssi/ssi_debian.pm) > | | `-- redhat > | | |-- Makefile.am > | | |-- inittab.ssi (was cluster-tools/ssi/inittab.ssi.redhat) > | | `-- ssi_distro.pm (was cluster-tools/ssi/ssi_redhat.pm) > | |-- fs > | | |-- Makefile.am > | | |-- cfs_mount.c (was in cluster-tools/cmd) > | | |-- cfs_remount.c (was in cluster-tools/cmd) > | | |-- cfs_setroot.c (was in cluster-tools/cmd) > | | |-- ckroot.ssi (was in cluster-tools/cmd) > | | |-- cmount.c (was in cluster-tools/cmd) > | | |-- gfscf.cf (was in cluster-tools/ssi) > | | |-- mount_remote_root.c (was in cluster-tools/cmd) > | | |-- pool0.cf (was in cluster-tools/ssi) > | | `-- pool0cidev.cf (was in cluster-tools/ssi) > | |-- init.ssi/ (was cluster-tools/ssi/init) > | |-- initscripts > | | |-- Makefile.am > | | |-- rc.modules (was in cluster-tools/ssi) > | | |-- rc.nodedown (was in cluster-tools/ssi) > | | |-- rc.nodeup (was in cluster-tools/ssi) > | | |-- rc.sysinit.nodeup (was in cluster-tools/ssi) > | | `-- rc.sysrecover (was in cluster-tools/ssi) > | |-- keepalive/ (was in cluster-tools/ssi) > | |-- man > | | |-- Makefile.am > | | |-- keepalive.1M.html (was in cluster-tools/man) > | | `-- spawndaemon.1M.html (was in cluster-tools/man) > | |-- net > | | |-- Makefile.am > | | |-- node_hostname.c (was in cluster-tools/cmd) > | | `-- setport_weight.c (was in cluster-tools/cmd) > | |-- proc > | | |-- Makefile.am > | | |-- load_level_com.h (was in cluster-tools/cmd) > | | |-- loadlevel.c (was in cluster-tools/cmd) > | | |-- loads.c (was in cluster-tools/cmd) > | | |-- migrate.c (was in cluster-tools/ssi/migrate) > | | |-- onall.c (was in cluster-tools/cmd) > | | |-- onnode.c (was in cluster-tools/cmd) > | | `-- where_pid.c (was in cluster-tools/cmd) > | `-- sysadmin > | |-- Clustertab.pm (was in cluster-tools/ssi) > | |-- Makefile.am > | |-- addnode (was in cluster-tools/ssi) > | |-- addnode.dev (was in cluster-tools/ssi) > | Can't we drop addnode and addnode.dev and use openssi_cluster_create and openssi_addnode > |-- addnode.pm (was in cluster-tools/ssi) > | |-- chnode (was in cluster-tools/ssi) > | |-- cluster_lilo (was in cluster-tools/ssi) > | |-- cluster_mkinitrd (was in cluster-tools/ssi) > | |-- mkdhcpd.conf (was in cluster-tools/ssi) > | |-- openssi_addnode (was in cluster-tools/ssi) > | `-- openssi_cluster_create (was in cluster-tools/ssi) > |-- specs > | |-- devfsd.spec > | |-- ipvsadm.spec > | |-- kernel.spec (was binary/rh7.3/kernel-2.4.spec) > | |-- nfs-utils.spec > | |-- openssi-tools.spec > | `-- util-linux.spec > `-- util-linux/ (was in cluster-tools/ssi) > > > Let me know what you think, Great!!!!. -aneesh |