Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes: #2250
Change-Id: I4e1fa970229b460053671c325ba469a542f83806
|
|
Change-Id: Ic0805cc13abc16afd1881c7513edf2f9f980d0fc
C: 58,0: Line too long (87/80)
W: 20,24: Redefining built-in 'id'
C: 1,0: Missing docstring
C: 11,4: Invalid name "version" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
C: 13,4: Invalid name "version" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
W: 26,8: No exception type(s) specified
C: 20,13: Invalid name "dist" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
C: 20,19: Invalid name "ver" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
C: 20,24: Invalid name "id" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
C: 43,0: Invalid name "prefix" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
C: 45,0: Invalid name "root" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
C: 47,0: Invalid name "conffile" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
C: 49,0: Invalid name "conf_str" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
C: 50,0: Invalid name "conf_str" for type constant (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$)
|
|
Change-Id: I037b517cb7b6ac89bd07f98150c8bc9bc97337c9
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
in this handling, mic will check 'real_prefix' which is
not existed in real python env but in virtualenv to
determine the config file location
Change-Id: Iaa67ba1d78395470bc20dd7682c29ec4c933fd56
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
Change-Id: I0f0ea1a93d8bbc924f5853c0d161c286251eb670
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
Conflicts:
etc/bootstrap.conf
mic/bootstrap.py
mic/creator.py
mic/imager/raw.py
mic/msger.py
mic/utils/misc.py
setup.py
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
also fix arm image creation performance issue
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
Change-Id: Idd31d153f36ff12b5a0aedee644d3811038b599b
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
and use sys.prefix as default prefix dir in setup.py
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
|
|
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
|
|
|
|
to make it live with virtualenv
|
|
platform is more effective to detect the distro type, and glob is easier than list all python file
Signed-off-by: Gui Chen <gui.chen@intel.com>
|
|
urlgrabber module was only used by pykickstart without self reference,
so it can be moved inside pykickstart module dir. And then it will
avoid the potential conflict with system installed urlgrabber module.
e.g. In Fedora system, yum will require urlgrabber > 3.9
|
|
|
|
|
|
and open the 'develop' cmd by using setuptools
|
|
|
|
The python-urlgrabber-3.1.0 is the last and stable pure python
version. MIC included it to decrease the dependencies.
|
|
|
|
The integrated pykickstart modules is from latest git.
|
|
|
|
Note: create fs/loop/raw/livecd/liveusb
chroot fs/loop/raw/livecd/liveusb
Signed-off-by: Zhou Shuangquan <shuangquan.zhou@intel.com>
|
|
|