Add block-recommends option to choose if install recommmended packages
[tools/mic.git] / plugins / backend / zypppkgmgr.py
2022-08-16 biao716.wangAdd block-recommends option to choose if install recomm...
2022-08-16 biao716.wangFix pylint error, reimport glob
2022-08-16 biao716.wangSupport f2fs option and check if kernel support f2s 89/279689/2
2022-08-04 biao716.wangapply python3 as interpreter 12/278812/6
2020-11-11 biao716.wangreplace pykickstart directory by the directory from... 99/247499/13
2020-07-21 Chunhua LiuMerge "Create btrfs images with the metadata single...
2020-07-03 biao716.wangrefine code with SAM check 76/237676/5
2019-11-26 biao716.wangfix all pylint error for mic 17/218617/2
2019-11-15 yan11.mengfix pylint errors for mic 68/217768/6
2018-01-29 Chunhua LiuMerge "Another method of install tpk." into devel
2018-01-27 xiaojuan.maoWhen increase rpm release number, user can use --local... 50/168450/1
2018-01-26 xiaojuan.maoWhen increase rpm release number, user can use --local...
2016-04-11 SoonKyu ParkHandle conflicts from git merge release-20160315
2016-02-04 Gyeoungmin Kim--priority option of *.ks file in mic does not apply
2016-02-04 Gui Chenadd strict-mode feature for zypp backend
2016-02-04 Andrii Boichukadd strict_mode(MHA-1115)
2016-02-04 Gui Chenfix Package_constPtr AttributeError: status
2016-02-04 Huanhuan Litypo fix
2016-02-04 Huanhuan LiMake the error more precise
2016-02-04 Sun LihongPylint warnings.
2015-05-20 Gyeoungmin Kim--priority option of *.ks file in mic does not apply 17/39617/1
2014-08-05 Gui Chenadd strict-mode feature for zypp backend
2014-08-05 Andrii Boichukadd strict_mode(MHA-1115)
2014-06-10 Gui Chenfix Package_constPtr AttributeError: status
2014-06-06 Huanhuan Litypo fix
2014-05-21 Huanhuan LiMake the error more precise
2014-05-06 Gui ChenMerge "Pylint error of partitionedfs.py and proxy.py...
2014-05-06 Gui ChenMerge "Pylint warnings." into devel
2014-04-30 Sun LihongPylint warnings.
2014-03-05 Gui Chenfix obsoletes ignored version issue
2014-03-03 Huanhuan LiFix zypp fail to download packages
2014-01-02 Huang HaoRewrite SafeURL class without using zypp.Url
2013-12-25 Huang HaoSupport encode form of baseurl for repo directive.
2013-12-16 Gui Chenremove EULA check
2013-12-13 JF Dingclean up and refine all the docs in git
2013-10-15 Gui Chendon't close file handlers as rpm will handle it
2013-08-14 Gui ChenMerge "remove unused code and check chroot_lock before...
2013-08-14 Zhang QiangDisable using proxy from /etc/sysconfig/proxy
2013-08-07 Zhang QiangSupport user/password in proxy
2013-07-01 Gui Chenimplement '--check-pkgs' to check if packages included...
2013-06-25 Gui Chenfix rpm header not including 'VCS' tag
2013-04-02 Gui Chenfix attachment packages swig attr lost
2013-04-02 Gui Chenfix conflict variable in cmpEVR and priority condition
2013-04-02 Zhang Qiangcondider repo priority while sorting packages
2013-03-19 Gui Chenfix debuginfo rpm swig attr lost
2013-03-04 Gui ChenMerge branch 'release-0.17' into devel
2013-03-03 Gui Chenbe compatible with python-zypp built with swig 2.0
2013-02-27 Huang HaoFix bad indentations.
2013-02-05 Gui Chenfix no key 'HOME' in environ variable failure
2013-01-21 Gui Chenmake clear message info
2013-01-21 Gui Chencorrect rpm path in local repo for zypp backend
2013-01-21 Gui Cheninstall the according debuginfo rpms in zypp
2013-01-21 Gui Chencleanup zypp credential file to fix conflicts during...
2013-01-21 Gui Chenadd vcs value for --record-pkgs to record vcs info
2013-01-21 Gui Chenrecalculate package content recording
2013-01-21 Gui Chenreformat rpm name string to be more flexible
2013-01-20 Gui Chenadd a new opiton --nocache for repo command
2013-01-15 Gui Chensplit out the download stuff as one python module
2012-12-19 Gui Chenput arch compatible into pkg comparison
2012-12-19 Gui ChenMerge branch 'release-0.15' into devel
2012-12-12 Gui Chenremove rpmdb files before install packages
2012-12-12 Anas Nashifpoint to tizen repo, not meego
2012-10-09 Anas Nashifpoint to tizen repo, not meego
2012-06-15 Gui Chenenhance proxy support in attachment retrieve
2012-06-15 Gui Chenclean the duplicate code with get_url in zypp backend
2012-06-05 Gui Chenresolve right url for attachment package
2012-06-02 Gui Chensome fixes to enhance authentication url
2012-05-28 Gui Chenreset LD_PRELOAD for chroot env
2012-05-23 Gui Chenfix zypp missing password when using username:passwd...
2012-05-15 Gui Chenextract rpm listed in attachment which not found in...
2012-05-09 Gui Chencontainer support with '%attachment' in ks
2012-04-18 JF Dingtolerate some OS errors in the image confirations stage
2012-04-13 Gui Chenpre-install package support with zypp
2012-04-05 Gui Chenenhance sorting for version comparsion in zypp
2012-03-10 JF Dingcleaner error message from zypp backend
2012-02-27 Gui ChenReuse cached rpm between yum and zypp, making the same...
2012-02-27 JF Dingraise exception instead of exit directly in zypp-backend
2012-02-20 Zhang QiangDon't print warning about repo key not exist
2012-02-11 JF Dingzypp: abort with error msg for repo resolver issues
2012-02-08 Gui Chendetect proxy for zypp repo even without specified ...
2012-02-08 JF Dingcollect the coupling stuff together
2012-02-03 JF Dingunify coding style of pkgr backend plugins
2012-02-03 Gui Chendeal with yum.conf inside yum backend by itself
2012-02-03 Zhang Qiangcheck free space of cache filesystem for downloading.
2012-02-01 Gui Chenfix rpm db4 error(9): bad file descriptor
2012-01-31 Zhang QiangUse the same packages list format with old mic
2012-01-30 JF DingMerge pull request #11 from saukko/master
2012-01-30 Zhang Qiangzypp: fix rpmdb error
2012-01-10 Zhang QiangCorrect algorithm to caculate download packages size
2012-01-06 Gui Chenspace check update and catch no space exception
2011-12-31 Zhang Qiangnew feature: runtime support and bootstrap runtime
2011-12-31 Zhang Qiangbackend:break dependency between backend and baseimager
2011-12-16 Qiang ZhangMerge "conf.py: deal siteconf when set in init"
2011-12-16 Zhang QiangMerge "Add 47 system test case."
2011-12-16 Marko SaukkoMerge branch 'master' of https://github.com/jfding/mic
2011-12-16 JF DingMerge pull request #6 from xiaoqiang0/master
2011-12-16 Zhang QiangAdded priority and cost option for repos
2011-12-16 JF DingMerge pull request #3 from bartosh/master
2011-12-16 JF Dingcleanup all trailing spaces in code
2011-12-14 Ed BartoshImplemented repository option --ssl_verify
next