correct empty prefix string produce '-'
[tools/mic.git] / mic / utils / misc.py
2013-01-22 Gui Chencorrect empty prefix string produce '-'
2013-01-21 Gui Chencompatible with old style in name prefix
2013-01-21 Gui Chenregister arm binfmt in every time
2013-01-21 Gui Chenreformat rpm name string to be more flexible
2013-01-15 Gui Chensplit out the download stuff as one python module
2013-01-15 Gui Chencompatible with old style if 'release' specified
2013-01-15 Gui Chenuse build_name to genarate image name
2012-12-19 Gui ChenMerge branch 'release-0.15' into devel
2012-12-12 Huanhuan Lifix lost variable in warning msg
2012-12-12 Gui Chentypo fix
2012-12-12 Gui Chenbackport bmap patch from devel
2012-12-12 Gui ChenRevert "decide uniq arch when one repo only has one...
2012-12-12 Gui Chendecide uniq arch when one repo only has one uniq arch
2012-12-12 Gui Chenfix version comparison for bootstrap
2012-11-08 Huanhuan Lifix lost variable in warning msg
2012-11-05 Artem Bityutskiymisc.py: make 'calc_hashes()' generic
2012-11-05 Jian-feng DingMerge "misc.py: remove few unnecessary checks" into...
2012-10-26 Artem Bityutskiymisc.py: remove few unnecessary checks
2012-09-27 Gui Chendecide uniq arch when one repo only has one uniq arch
2012-09-27 Gui Chenfix version comparison for bootstrap
2012-08-31 Gui Chenjust warning when dir is not valid tizen/meego chroot
2012-08-28 Gui ChenMerge branch 'bootstrap' into devel
2012-08-21 Gui Chensupport multi udev rules.d path to detect proper one
2012-08-21 Gui Chencorrect arch support in misc.get_package and bootstrap
2012-08-20 Jian-feng DingMerge "better handling to check arguments before cmd...
2012-08-16 Gui Chenuse cached rpm if integrated for creating bootstrap
2012-08-14 Gui Chenbear unexpected checksum type when getting metadata
2012-08-13 Gui Chenbear unexpected checksum type when getting metadata
2012-07-31 Gui Chenverify open-checksum to decide whether download metadat...
2012-07-13 Gui Chenimprove handling of packing image
2012-07-12 JF Dingfixing the compatibile problem of misc.get_distro
2012-07-12 JF Dingconcise output of distro information printing
2012-07-10 Gui Chenhide loopdev presentation to avoid popup message in...
2012-07-10 Gui Chenput mic version to build log
2012-07-09 Gui Chenuse 'gzip' and 'bzip2' to pack image instead
2012-06-19 Gui Chenuse 'latest' and 'ia32' as default when @BUILD_ID@...
2012-06-12 Gui Chenfix src pkgs download failed issue
2012-06-11 Gui Chenmove selinux_check func to misc module
2012-06-03 Gui Chenrefine repostr structure to fix comma issue in baseurl
2012-06-02 Gui Chensome fixes to enhance authentication url
2012-05-28 Gui Chenpack images together and support compressed file format
2012-05-15 Gui Chenextract rpm listed in attachment which not found in...
2012-05-14 Gui Chenadd --compress-to option to support zip format in loop...
2012-03-30 Gui Chenrewrite chroot tar image using xml format mount point...
2012-03-29 Gui Chenremove the incorrect number showing in fs src pkgs
2012-03-22 Gui Chencheck if size is 0 in human_size, avoid math domain...
2012-02-20 Zhang QiangDon't print warning about repo key not exist
2012-02-17 JF DingMerge pull request #13 from saukko/master
2012-02-17 JF Dingdevelopment after 0.6 release
2012-02-15 Gui Chenspace check before copy image
2012-02-08 JF Dingcollect the coupling stuff together
2012-02-08 Gui Chencorect matching pattern for src pkgs downloading
2012-01-31 JF Dingcode cleanup for misc.py
2011-12-31 Zhang Qiangnew feature: runtime support and bootstrap runtime
2011-12-31 Zhang QiangAdd get_rpmver_in_repo() for rpmversion
2011-12-29 JF Dingsome changes for save/load mountpoints info for taring...
2011-12-29 Jian-feng dingMerge "fix convert failed caused by NoneType 'createopts'"
2011-12-29 Jian-feng dingMerge "full support for taring-to output: partition...
2011-12-28 Gui Chenfull support for taring-to output: partition info save...
2011-12-28 JF Dingbetter blksize for optimized fileio in md5sum calc
2011-12-26 Qiang ZhangMerge "improve md5sum generation"
2011-12-26 Gui Chenimprove md5sum generation
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-14 Ed BartoshImplemented repository option --ssl_verify
2011-12-14 JF DingMerge pull request #1 from xiaoqiang0/master
2011-12-14 Zhang QiangShow user all the availabe archs if choice more than...
2011-11-17 JF Dingstyle and typos
2011-11-17 Jian-feng dingMerge "graceful hint when dir not meego chroot"
2011-11-17 Gui Chengraceful hint when dir not meego chroot
2011-11-17 Gui Chensupport btrfs and ext4 for creator, chroot, convert
2011-11-02 Gui Chenput TextProcess and myurlgrab from fs_related to rpmmisc
2011-11-01 Zhang Qiangarch: check arch type from repository data.
2011-10-26 Zhang QiangGet armv7 arch list from archPolicy list
2011-10-21 JF Dingfixings of ARCH replacing in save_ksconf_file
2011-10-21 JF DingMerge remote branch 'origin/master'
2011-10-21 Jian-feng DingMerge "Fix release can't find ksconf issue"
2011-10-21 Gui ChenFix release can't find ksconf issue
2011-10-19 JF Dingraise exp if cannot detect imgtype for chroot/convert
2011-10-19 Jian-feng DingMerge "Check if ks file exists"
2011-10-19 JF Dingmove create_release code to BaseImage class
2011-10-17 Jian-feng DingMerge "baseimge: unmount before clean up yum garbage"
2011-10-17 Gui Chencheck qemu version >= 0.13.0 for armv7
2011-10-17 Jian-feng DingMerge "skip unavailable source package"
2011-10-17 Gui Chenskip unavailable source package
2011-10-13 Jian-feng DingMerge "Add --record-pkgs option to output more package...
2011-10-12 JF Dingproblem in create_release() for MANIFEST writing
2011-10-10 JF Dingunify the license header of all files
2011-09-12 Gui ChenAdd release option
2011-09-08 JF DingMerge changes I16122b7a,Ib74e2676,I1171e42c
2011-09-08 JF DingMerge "zypp: save repodata cache for reuse."
2011-09-08 JF DingMerge "zyppbackend: remove select packages in group"
2011-09-08 JF Dingloop -E opt support / as the mountpoint
2011-09-07 JF Dingenhance loop to mount multi-loop imgs at the same time
2011-09-07 JF Dingreplace most of subprocess calls by new runner apis
2011-09-05 JF Dingseparate proxy funcs from misc.py and del deprecated
next