Commit Graph

79 Commits

Author SHA1 Message Date
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
fling
46d11f3a25 modified: interface/ri_data.py
modified:   interface/ri_oper.py
    return back 400911c41a
2010-10-15 12:42:28 +08:00
fling
4c41888cbf modified: ri_data.py
tab
2010-10-15 11:19:16 +08:00
fling
25270097e3 modified: ri_data.py
modified:   ri_oper.py
    Unified tab
2010-10-15 10:57:30 +08:00
qinbo
ba44458e56 bug 816
modify ri_func_dep.py after review
2010-10-15 10:39:51 +08:00
fling
400911c41a modified: ri_data.py
modified:   ri_tk_cmd.py
2010-10-15 10:17:43 +08:00
fling
60260f1cc4 modified: ri_data.py
modified:   ri_tk_cmd.py
    when adding a raid,dynamic add the partitions into Mount.list or
    when del a raid , dynamic del the partitions in Mount.list.
    so the mothod of ri_tk_cmd.mp_top_init() is the correct.
2010-10-14 20:13:22 +08:00
fling
0ed0f5599d modified: ri_tk_cmd.py
don't set variable sz=99999999999.it is hazards
2010-10-14 16:56:05 +08:00
fling
fb83d4b510 modified: ri_tk_cmd.py
add two showwarning messagebox for active devices that must be more than
    two
2010-10-14 16:05:25 +08:00
fling
4f81fc0f46 modified: ri_data.py
modified:   ri_tk_cmd.py
    add staticmothod of ri_data.Raid : dev_in_raid()
2010-10-13 23:29:36 +08:00