summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2016-02-04Add copyright to files that miss copyrightLihong Sun1-0/+16
Fixes: #2250 Change-Id: I4e1fa970229b460053671c325ba469a542f83806
2016-02-04Fix pylint tipsHuanhuan Li1-29/+44
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_]*)|(__.*__))$)
2013-09-15setup.py: correct project urlGui Chen1-1/+1
Change-Id: I037b517cb7b6ac89bd07f98150c8bc9bc97337c9 Signed-off-by: Gui Chen <gui.chen@intel.com>
2013-09-15better handling for installing config file in virtualenvGui Chen1-46/+16
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>
2013-09-15drop VERSION file, use __version__ directly in mic moduleGui Chen1-16/+4
Change-Id: I0f0ea1a93d8bbc924f5853c0d161c286251eb670 Signed-off-by: Gui Chen <gui.chen@intel.com>
2012-12-19Merge branch 'release-0.15' into develGui Chen1-2/+1
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>
2012-12-12adapt for new mechanism of bootstrapGui Chen1-2/+1
also fix arm image creation performance issue Signed-off-by: Gui Chen <gui.chen@intel.com>
2012-09-26relocate dist files and add change logGui Chen1-3/+3
Change-Id: Idd31d153f36ff12b5a0aedee644d3811038b599b Signed-off-by: Gui Chen <gui.chen@intel.com>
2012-08-16provide bootstrap.conf to handle bootstrapGui Chen1-1/+2
Signed-off-by: Gui Chen <gui.chen@intel.com>
2012-05-02add setup.cfg to specify prefixGui Chen1-0/+1
and use sys.prefix as default prefix dir in setup.py Signed-off-by: Gui Chen <gui.chen@intel.com>
2012-05-02do not overwrite any existing mic.conf in setup.pyJF Ding1-4/+8
2012-04-28detect site conf file, use /etc/mic/mic.conf by defaultGui Chen1-2/+5
Signed-off-by: Gui Chen <gui.chen@intel.com>
2012-04-23remove all hardcoded path in setup.pyJF Ding1-14/+41
2012-04-21update information in setup.pyJF Ding1-4/+4
2011-11-03make tools/mic more flexible for python pathJF Ding1-7/+6
to make it live with virtualenv
2011-11-03setup.py: replace lsb_release to platform and replace list-all-py to globGui Chen1-21/+15
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>
2011-09-15mv all 3rdparty modules to specific dir and hide urlgrabberJF Ding1-4/+4
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
2011-09-12hide the private partJF Ding1-1/+0
2011-09-09new image type plugin addedJF Ding1-2/+5
2011-09-01update setup.py for ubuntu installationJF Ding1-5/+21
and open the 'develop' cmd by using setuptools
2011-08-30more compact plugin framworkJF Ding1-1/+0
2011-08-28included 3rdparty urlgrabber modulesJF Ding1-0/+1
The python-urlgrabber-3.1.0 is the last and stable pure python version. MIC included it to decrease the dependencies.
2011-08-19change the path of pykickstart moduleJF Ding1-3/+3
2011-08-19reorg the dir structure of kickstart modulesJF Ding1-1/+6
The integrated pykickstart modules is from latest git.
2011-08-15rename all micng to micJF Ding1-10/+10
2011-08-10Initial checkin of micngZhou Shuangquan1-2/+9
Note: create fs/loop/raw/livecd/liveusb chroot fs/loop/raw/livecd/liveusb Signed-off-by: Zhou Shuangquan <shuangquan.zhou@intel.com>
2011-07-21initial import code into gitJF Ding1-0/+51