Commit Graph

88 Commits

Author SHA1 Message Date
fling
cc89dfd6f3 modified: ri_oper.py
add signal pipe
2010-11-01 08:58:59 +08:00
fling
df515ef85e modified: ri_data.py
if device is a raid(md0), the raid device doesn't add Number eg :
    md0 + "1"=md01 is error.
2010-10-29 11:35:07 +08:00
fling
67ff409410 modified: ri_data.py
modified:   ri_oper.py
    fix extended partition doesn't exit MountPoint
    and MakeRaid spare is optional
2010-10-28 13:56:07 +08:00
fling
c3f23a0c4b modified: ri_install.py
Adjustment score
2010-10-25 10:22:58 +08:00
fling
896ddda797 modified: ri_inst_tk.py
updata tk display
2010-10-25 10:11:20 +08:00
fling
fcbf104b14 modified: ri_inst_cli.py
format-string
2010-10-25 09:59:01 +08:00
fling
1ada5e9240 modified: ri_oper.py
add camment for Mount dict
2010-10-22 13:51:54 +08:00
fling
7cd8270e05 modified: ri_oper.py
modified:   ../xml/dependency.xml
    updata
2010-10-22 09:34:00 +08:00
fling
b1cde67d43 modified: ../main/setup
modified:   ../xml/dependency.xml
    ghu modified: 1 setup  ---> $workdir="$(pwd)/../interface"
                  2 change a new dependency.xml
2010-10-21 22:35:48 +08:00
fling
97052a38bd modified: ri_oper.py
updata check mount point
2010-10-21 22:24:41 +08:00
fling
2b2925f920 modified: ri_tk_cmd.py
updata:
        add check a directory mount point in the MountPoint or not
2010-10-21 16:30:42 +08:00
fling
4933e14929 modified: ri_oper.py 2010-10-21 14:35:40 +08:00
fling
ac4e1c9978 modified: ri_install.py
modified:   ri_tk_cmd.py
	modified:   ../xml/interface.xml
    add check mount point in ri_tk_cmd
2010-10-20 15:42:13 +08:00
fling
297f953c5b modified: ri_tk.py
modified:   ri_tk_cmd.py
	modified:   ../xml/interface.xm
    fix:
    main.help and prepar_installation information doesn't be writed
2010-10-20 14:14:04 +08:00
fling
cac740510b modified: ri_oper.py
add check mount point method.
2010-10-20 11:15:14 +08:00
fling
6f97dc1bdc modified: ri_tk.py
back a4ed7fc27f
2010-10-20 09:37:04 +08:00
fling
f97703aa6c modified: ri_data.py
modified:   ri_tk.py
	modified:   ri_tk_cmd.py
    fix:
    raid.get_size() return string
    during destory widget instance, delete variables in ri_tk.var_dict
2010-10-19 18:10:47 +08:00
fling
a4ed7fc27f modified: ri_tk_cmd.py
Note :
        change variable dir to dr.
        dir is python build-in.
2010-10-19 15:10:29 +08:00
fling
4e99936219 modified: ri_tk_cmd.py
fix
    Partition.dict --> ri_data.Partition.dict
2010-10-19 13:28:11 +08:00
fling
b52f535f6b modified: ri_data.py
modified:   ri_func_dep.py
	modified:   ri_main.py
	modified:   ri_tk_cmd.py
     Because the function sort() return value is not a list. it is return <type 'NoneType'>.so use for k in ri_data.MountPoint.dict{}.keys().sort() must be throw a exception
2010-10-19 04:54:11 +08:00
lizhi-rocky
0c425d031d 1. unify install.xml location
2. in ri_data.py, fix an error on Raid instance construction
3. in ri_func_dep.py, use common function ri_data.Group.get_install_pkgs()
4. in ri_install.py, add logic to config install.xml location
5. rename test.py to ri_main.py
6. in ri_main.py, add logic to set config.xml location
7. in ri_main.py, modify the way to get parameters.
2010-10-18 17:34:55 +08:00
lizhi-rocky
a97d42f33a Merge branch 'fling4' into tmp
Conflicts:
	interface/ri_oper.py
2010-10-18 16:35:36 +08:00
lizhi-rocky
e8934228dc reset ri_data.py & ri_tk_cmd.py. These 2 files shall be modified by Li Zhi. 2010-10-18 16:30:46 +08:00
lizhi-rocky
cd5dd2213e Merge commit 'origin/hugang4' into tmp
Conflicts:
	interface/ri_tk_cmd.py
2010-10-18 15:39:23 +08:00
lizhi-rocky
0959d85734 Merge commit 'origin/4.3/816' into tmp 2010-10-18 15:33:28 +08:00
fling
0042ee1fc7 modified: ri_oper.py 2010-10-18 15:17:24 +08:00
fling
5fb6a5ea49 modified: ri_data.py 2010-10-18 15:05:07 +08:00
fling
378e927993 modified: ri_oper.py
fix:
    confiugre fstab
2010-10-18 13:53:57 +08:00
lizhi-rocky
f2818afcb9 1. modify ri_oper.py to include dependcy extra pkgs
2. incorporate Ling Fen's modification on ri_tk_cmd.py
2010-10-18 11:32:24 +08:00
lizhi-rocky
4cca8d06c3 Merge branch 'zli-tmp' into zli
Conflicts:
	interface/ri_data.py
2010-10-18 11:02:43 +08:00
lizhi-rocky
fa939fbd9f incorporate Ling Fen's fix 2010-10-18 10:59:59 +08:00
lizhi-rocky
4a4d822cfd modify based on code inspection comments. - continue work in weekend. 2010-10-18 10:55:19 +08:00
fling
73871b03ac modified: ri_inst_tk.py
tk placement
2010-10-17 20:47:08 +08:00
fling
6e69912140 modified: ri_oper.py
format
2010-10-17 19:57:17 +08:00
fling
6df3e0f7ba modified: ri_data.py
fix:
    add a raid device , must be del partition on MountPoint.dict
2010-10-17 12:37:15 +08:00
fling
9322af8a4f modified: ri_tk_cmd.py
fix
        display index data of Mount.dict, top_windows, raid, etc.
2010-10-17 01:11:26 +08:00
fling
f536b578c5 modified: ri_tk_cmd.py
fix:
    ri_data.Raid(dev, "no", level,active, spare)
    sz  = ri_data.Partition.dict.has_key(dev) and \
        ri_data.Partition.dict[dev].size or ri_data.Raid.get_size(dev)
    display index data of Mount.dict
2010-10-16 22:40:56 +08:00
fling
dffc9194cd modified: ri_data.py
add mothod of Raid.get_size
2010-10-16 18:26:28 +08:00
fling
56609c0fec modified: ri_data.py
fix class Partition and test it is ok
    fill Raid.get_size mothod.
2010-10-16 12:00:37 +08:00
fling
92fc6d04bf modified: ri_tk_cmd.py
update date list--->dict
2010-10-15 18:43:54 +08:00
fling
4a4f21fcde modified: ri_data.py 2010-10-15 18:37:58 +08:00
fling
64b99ddbd9 modified: ri_oper.py
update date list --> dict{}
2010-10-15 18:30:24 +08:00
fling
4f9ec86571 modified: ri_data.py
zli update
2010-10-15 18:16:59 +08:00
lizhi-rocky
4fe47045f6 modify ri_data.py and other related files, based on code inspection comments 2010-10-15 17:23:22 +08:00
fling
1acbf5e327 modified: ri_oper.py
ConfigureBootloader mount.list.directory=/boot or /
2010-10-15 16:43:51 +08:00
hugang
4db9f7c1dd For the recored,the error correction 2010-10-15 16:06:50 +08:00
fling
ac34d88e6c modified: ri_oper.py
update error info
2010-10-15 14:39:01 +08:00
fling
212f213a09 modified: ri_oper.py 2010-10-15 13:41:32 +08:00
fling
c16bdb61d9 modified: ri_oper.py
change step ---> current_step
2010-10-15 13:18:05 +08:00
fling
34058ac5da modified: ri_oper.py
tab
2010-10-15 13:14:43 +08:00