summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01Merge release-0.27.4 from 'tools/mic'upstream/0.27.4tizen_5.5.m2_releasetizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen_5.0/20181101.000007submit/tizen_4.0/20170828.100006submit/tizen_4.0/20170811.094300submit/tizen_3.0/20170619.080749submit/tizen_3.0/20170602.051619submit/tizen/20170619.064646submit/tizen/20170602.051709accepted/tizen/unified/20170629.085549accepted/tizen/5.5/unified/mobile/hotfix/20201027.073755accepted/tizen/5.5/unified/20191031.011055accepted/tizen/5.0/unified/20181102.030014accepted/tizen/4.0/unified/20170828.222729accepted/tizen/4.0/unified/20170816.013304accepted/tizen/3.0/wearable/20170630.081227accepted/tizen/3.0/tv/20170630.081427accepted/tizen/3.0/mobile/20170630.081407accepted/tizen/3.0/ivi/20170630.081242accepted/tizen/3.0/common/20170630.141935tizen_5.5_mobile_hotfixtizen_5.0tizen_4.0_tvtizen_4.0tizen_3.0sandbox/soong9/0.27.4_upgradeaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.0_unifiedaccepted/tizen_4.0_unifiedaccepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonSoonKyu Park9-28/+105
Change-Id: I7f4d55c6c384bc520b2fbe2004affb9d27ed919f
2017-04-04bump up to release 0.27.4sandbox/soong9/tools_micSoonKyu Park6-2/+44
Change-Id: I2610a237daec485f2b24c8e942e3b0d847d929aa
2017-04-04Show logs inside 'Running scripts' in mic.xiaojuan.mao1-2/+2
Change-Id: I6be708a8c791911d96d903063401a156bc23c138
2017-04-04Copy ks setting lang to file /etc/config/mic_language for other useyyh1-0/+6
Change-Id: Iaa62e8a2cc74bd868043044636b2ff1172036d0d
2017-04-04Replace 'copy' to 'symbolic link' in timeznoe setting inside mic.xiaojuan.mao1-4/+4
Change-Id: Idea80f05b7e31ec0cbc34ab627d90977b517527f
2017-04-04Merge add mipsel register on binfmt_misc && Add support of qemu-mipsel patchJun Wang2-19/+48
Change-Id: I6df917f19662ecfeb8ef5810b9ce2c9765018326
2017-04-04Fixup changelog that causes errors.MyungJoo Ham1-1/+1
This fixes the following Debian git-build-recipe error: RUN ['git-build-recipe', '--safe', '--no-build', '--manifest', '/home/buildd/build-RECIPEBRANCHBUILD-1302092/chroot-autobuild/home/buildd/work/tree/manifest', '--distribution', 'xenial', '--allow-fallback-to-native', '--append-version', '~ubuntu16.04.1', '/home/buildd/build-RECIPEBRANCHBUILD-1302092/chroot-autobuild/home/buildd/work/recipe', '/home/buildd/build-RECIPEBRANCHBUILD-1302092/chroot-autobuild/home/buildd/work/tree'] Traceback (most recent call last): File "/usr/lib/python3/dist-packages/gitbuildrecipe/deb_util.py", line 139, in add_autobuild_changelog_entry substitute_changelog_vars(base_branch, None, cl) File "/usr/lib/python3/dist-packages/gitbuildrecipe/deb_version.py", line 172, in substitute_changelog_vars base_branch.deb_version = debupstream_var.replace(base_branch.deb_version) File "/usr/lib/python3/dist-packages/gitbuildrecipe/recipe.py", line 101, in replace return value.replace(self.name, self.get()) File "/usr/lib/python3/dist-packages/gitbuildrecipe/deb_version.py", line 59, in get "No previous changelog to take the upstream version from") gitbuildrecipe.recipe.SubstitutionUnavailable: Substitution for {debupstream} not available: No previous changelog to take the upstream version from During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/git-build-recipe", line 9, in <module> load_entry_point('git-build-recipe==0.1', 'console_scripts', 'git-build-recipe')() File "/usr/lib/python3/dist-packages/gitbuildrecipe/main.py", line 147, in main append_version=args.append_version) File "/usr/lib/python3/dist-packages/gitbuildrecipe/deb_util.py", line 143, in add_autobuild_changelog_entry "%s was used: %s: %s." % (e.name, e.reason, reason)) Exception: No previous changelog to take the upstream version from as {debupstream} was used: No previous changelog to take the upstream version from: debian/changelog didn't contain any parseable stanzas. resource.struct_rusage(ru_utime=1.7839999999999998, ru_stime=1.116, ru_maxrss=33232, ru_ixrss=0, ru_idrss=0, ru_isrss=0, ru_minflt=25805, ru_majflt=41, ru_nswap=0, ru_inblock=12560, ru_oublock=18536, ru_msgsnd=0, ru_msgrcv=0, ru_nsignals=0, ru_nvcsw=1382, ru_nivcsw=290) RUN: /usr/share/launchpad-buildd/slavebin/scan-for-processes ['scan-for-processes', 'RECIPEBRANCHBUILD-1302092'] Scanning for processes to kill in build /home/buildd/build-RECIPEBRANCHBUILD-1302092/chroot-autobuild... RUN: /usr/share/launchpad-buildd/slavebin/umount-chroot ['umount-chroot', 'RECIPEBRANCHBUILD-1302092'] Unmounting chroot for build RECIPEBRANCHBUILD-1302092... RUN: /usr/share/launchpad-buildd/slavebin/remove-build ['remove-build', 'RECIPEBRANCHBUILD-1302092'] Removing build RECIPEBRANCHBUILD-1302092 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2017-01-13Merge release-0.27.3 from 'tools/mic'upstream/0.27.3tizen_4.0.m1_releasesubmit/tizen_unified/20170308.100415submit/tizen_3.0/20170201.064334submit/tizen_3.0/20170124.055025submit/tizen_3.0/20170124.041343submit/tizen/20170124.070203submit/tizen/20170124.041446accepted/tizen/wearable/20170125.085502accepted/tizen/unified/20170309.040149accepted/tizen/tv/20170125.085449accepted/tizen/mobile/20170125.085431accepted/tizen/ivi/20170125.085518accepted/tizen/common/20170124.181959accepted/tizen/3.0/wearable/20170201.091556accepted/tizen/3.0/tv/20170201.091513accepted/tizen/3.0/mobile/20170201.091446accepted/tizen/3.0/ivi/20170201.091622accepted/tizen/3.0/common/20170201.164711tizen_3.0_tvsandbox/soong9/cpioaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonSoonKyu Park14-11/+208
Change-Id: Icd174a478b4e10c562c764b0ceb657adcf678e54
2016-12-27bump up to release 0.27.3Jiankang Fan6-2/+32
Change-Id: Idaa905f768ea684920d4b94223095e6fed9204ca Signed-off-by: Jiankang Fan <jiankang.fan@samsung.com> Conflicts: ChangeLog packaging/mic.changes
2016-12-27Show pkgid when install pkg errorJiankang Fan1-1/+10
Change-Id: I8bb5737b82f956a6eeccbc994c6a8c48ecde002a Signed-off-by: Jiankang Fan <jiankang.fan@samsung.com>
2016-12-27support vdfs and squashfs image creationJiankang Fan4-2/+83
Change-Id: Ife64b311bfece1e2f3b2a231062a9a2b9e69d897 Signed-off-by: Jiankang Fan <jiankang.fan@samsung.com>
2016-09-26Modify Release version to '0' for gbs buildsubmit/tizen_3.0_wearable/20161015.000004submit/tizen_3.0_tv/20161015.000004submit/tizen_3.0_mobile/20161015.000004submit/tizen_3.0_ivi/20161010.000005submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093753submit/tizen/20160927.010916accepted/tizen/wearable/20160927.230707accepted/tizen/tv/20160927.230650accepted/tizen/mobile/20160927.230633accepted/tizen/ivi/20160927.230726accepted/tizen/common/20160927.152624accepted/tizen/3.0/wearable/20161015.083518accepted/tizen/3.0/tv/20161016.005137accepted/tizen/3.0/mobile/20161015.033620accepted/tizen/3.0/ivi/20161011.055309accepted/tizen/3.0/common/20161114.111258accepted/tizen/3.0.m2/wearable/20170105.025030accepted/tizen/3.0.m2/tv/20170105.024923accepted/tizen/3.0.m2/mobile/20170105.024724tizen_3.0.m2accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileSoonKyu Park1-1/+1
Change-Id: I52ac11d8d5752ef5fd0e4247144ffb065e6acef0
2016-09-26bump up to release 0.27.2SoonKyu Park6-2/+29
Change-Id: I8040f7786af0b31c02fe169a1f7f626fc7a99fd0
2016-09-23Add subcommand option parameters(-v, -d, -i) for fixing tizen2.4 mobile issuejianzhong.fang2-5/+31
Change-Id: I18f0667bc7537aaf1e8eee5ec3320f1b52058071 Signed-off-by: jianzhong.fang <jz.fang@samsung.com>
2016-09-23Add exclude-from-image option to exclude specific imagesjianzhong.fang4-1/+25
Change-Id: I5651efc10e3b250af0f31f5224f9dca40a5d7124
2016-09-23Merge release-0.27.1 from 'tools/mic'submit/tizen/20160923.060613accepted/tizen/common/20160923.160804tizen_0.27.1SoonKyu Park79-6158/+5796
Change-Id: Ifba625f3902104e6a21e8340f5b292f0190057d7
2016-06-21Add change log and release information for Release 0.27.1upstream_0.27.1SoonKyu Park4-8/+8
Change-Id: I620035d4871df6cb31fe94121f060db6b17f2833
2016-06-16bump up to release 0.27.1upstream/0.27.1jianzhong.fang6-2/+40
Change-Id: I3dba1b42fae23a1dbe37d8ff668fc97dd3ed76a4
2016-06-16Remove BmapCreate and Filemap source code from MICjianzhong.fang3-882/+5
Change-Id: I1bcd94008d785fb82cb807b8678ce960cb6f1145
2016-06-16Revert "Drop mic raw image format support"jianzhong.fang7-3/+1772
Change-Id: I2752f5c804f215ba96b5cfbabfefb1c383bb5803
2016-05-03Update Change Logs and RELEASE_NOTES for 0.27SoonKyu Park4-23/+706
Change-Id: Ic14019a86c4efd1c302ea123579d9c1747785a91
2016-04-18Modify change logs and release notes not to release Fedora 23SoonKyu Park4-5/+5
Change-Id: Icb3a15056eb26c48b57730a06e952a2898cb97ab
2016-04-11Handle conflicts from git merge release-20160315SoonKyu Park47-6089/+2428
2016-03-28bump up to release 0.27jianzhong.fang7-85/+109
Change-Id: I1c8861e517686047368a3941f678b56d173056fb
2016-03-28fix broken tar archivejianzhong.fang1-2/+2
Change-Id: I971b256f3e47212dd54b2f5b9232a8ade212a405
2016-03-17check scriptlet error file on /tmp/.postscript/error/jianzhong.fang1-0/+15
Change-Id: I26c09e1bfc2c7ef9090b8e9218ce06880072398a
2016-03-17need to check whether the loop device exists after excute losetupcmd --findjianzhong.fang1-1/+1
Change-Id: I0611a6b52f6e8a5ecc17f1fbc12044a0f7167326
2016-03-17Revert "Add lzop compress format"jianzhong.fang1-6/+4
Change-Id: If63177dbb1ae2a8f1a2fc1cbb849cd51fc1ea957
2016-02-04Fix unit test cases for CentOS_6Rong Jinhui2-45/+82
Change-Id: Idf5d4c3fb493468272374760ca9d8a507036fc40 Signed-off-by: Rong Jinhui <jinhui.rong@samsung.com>
2016-02-04Update the mic docjianzhong.fang3-78/+31
Change-Id: Id17882b91640f5390198c17bbf3bc2fdb8699668
2016-02-04Using argparse module to parse the cmd lineyyh10-2207/+629
Conflicts: plugins/imager/loop_plugin.py
2016-02-04Drop mic raw image format supportjianzhong.fang6-1760/+2
Change-Id: Ia5f0f14131463f1eb20bbfe8a7159dfe1307f215 Conflicts: plugins/imager/raw_plugin.py
2016-02-04Drop MIC livecd image format support.jianzhong.fang6-1017/+3
Change-Id: I22032747185fb6f2344c4a88ca227503d9369823
2016-02-04Drop MIC liveusb image format supportjianzhong.fang5-583/+2
Change-Id: I48e2f647b8278107bd4ce84c0c9c0237dec8b948
2016-02-04cleanup the code related with mic-nativejianzhong.fang6-61/+1
Change-Id: Iaec1eb7817b05a0eacdef3c1aafe248eeaade538
2016-02-04Don't check disk size during rpm transaction when creating multiple partitionsYeongil Jang1-0/+8
rpm check only "/" partition size before installing packages Change-Id: Ic00e937530f926f58ee4099f7a079c640fc721a5 Signed-off-by: Yeongil Jang <yg0577.jang@samsung.com>
2016-02-04--priority option of *.ks file in mic does not applyGyeoungmin Kim1-1/+4
I confirm that --priority option of *.ks file in mic does not apply When creating an image file using ks file, Priority is determined by repo name If you check the logs of the mic by applying the repo name below to see what the results are different repo --name=mobile-wayland_arm64 ... repo --name=prerelease ... --priority 1 .............................................. repo --name=2mobile-wayland_arm64 ... repo --name=1prerelease ... --priority 1 Change-Id: I53bb8e96bc8eb06e8075294e56b0cbb4f35afd6b
2016-02-04Update tar command optionLihong Sun1-6/+6
List whole files to the tar command instead of giving a dir Change-Id: I1916924eaf63876c9d4fe0bcfa64f4f8e142a42e
2016-02-04Drop mic native supportLihong Sun10-98/+9
mic option --runtime=native has been broken for more than one year, maintain this mode requires more effort for new distribution support, so drop this mode without risk. Fixes: #DEVT-248 Change-Id: Iaee916889fabfe62f6a507781f9ca1c3d01ee5a2
2016-02-04Mount option is modified to be more generalGyeoungmin Kim1-2/+2
Supporting for using command line tools as toybox, busybox. Fixes: #2359 Change-Id: I3b5935609d83601900f03c978e48e95490559143 Signed-off-by: Gyeoungmin Kim <g5.kim@samsung.com>
2016-02-04Put log file in 'release' output always.Lihong3-7/+7
When image creation failed, log created by '--release' will be located under 'outdir' instead of 'release_dir'. Also put the log file under 'release_dir' when image creation failed. mic-appliance create images through executing '/etc/init.d/mic' script in the appliance. 'time mic cr auto $extra /media/out/$ks' is called, and '--release' option is used when creating images. In the past, 3 points about the logfile created by '--release': 1. Create logfile in default 'out_dir' which is specified in '/etc/mic/mic.conf'. 2. Before creating images, check whether the 'release_dir' exists, if it exists, remove the whole directory. 3. After the image creation finished, copy the logfile to the final 'release_dir' where the images located. So when the image creation failed, no logfile found in 'release_dir', the logfile is under default 'out_dir'. If directly change the 'out_dir' to 'dest_dir' in conf.py, the image creation will fail if there already exist a same 'release_dir', because this existed 'release_dir' will be removed when creating images, but the logfile use this dir at the time, so it cannot be removed, then mic will fail and exit. So right now, if 'release_dir' already existed, just remove the files under it except the newly created logfile, and remain the dir. Fixes: #2212 Change-Id: Ibdc9af3d0e03ca966517d05b1e519d4d9fb3ad43
2016-02-04Add copyright to files that miss copyrightLihong Sun3-0/+46
Fixes: #2250 Change-Id: I4e1fa970229b460053671c325ba469a542f83806
2016-02-04Updata manual page in /docGyeoungmin.kim2-8/+18
Change-Id: I7144355d94a6c4b02a6d9fe47178c8bdd38d6691 Signed-off-by: Gyeoungmin.kim <g5.kim@samsung.com> Signed-off-by: Lihong Sun <lihongx.sun@intel.com>
2016-02-04Fix syslinux installation path issue in Arch LinuxJunchun Guan1-5/+9
isolinux.bin and mbr.bin is installed to /usr/lib/syslinux/bios in arch linux Change-Id: Iaa737b7fb277b5b7dee0ebb97a2523722f60e65d Signed-off-by: Junchun Guan <junchunx.guan@intel.com>
2016-02-04bump up to release 0.26Gui Chen2-2/+2
Change-Id: Ic291b2c7fbe8c09a1bdf341d35740f9f639cc5cf Signed-off-by: Gui Chen <gui.chen@intel.com>
2016-02-04bump up to 0.26 rc1Gui Chen6-11/+62
Change-Id: I47f65df512e74b7ba82efcaf0b81b75f9795bcea Signed-off-by: Gui Chen <gui.chen@intel.com>
2016-02-04add qcow image supportGui Chen1-0/+170
Change-Id: I5d357a162b2227beaff35f4a5ef913d36a2a6972 Signed-off-by: Gui Chen <gui.chen@intel.com>
2016-02-04change __imgdir to protect memberGui Chen1-12/+12
Change-Id: I2da8fc9d549374877f00c51924df4f7d0425d2c7 Signed-off-by: Gui Chen <gui.chen@intel.com>
2016-02-04Add 'ValueError' exception.lihongsx1-1/+1
Change-Id: I22021ebea6bd2db34150c15f588289c18929d63a
2016-02-04Add 'get_VcsInfo' function part to yumpkgmgr.pylihongsx1-0/+17
Fixes: #2081 Change-Id: Id780d02d38cbfccf6d4bb6e9eb37d709db0dd336