summaryrefslogtreecommitdiff
path: root/build-pkg-rpm
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12Add new option: --nocumulate, it can allow build without cumulative buildbiao716.wang1-8/+4
Change-Id: I786df38e1ff07a29d301c73e38e58c1338816672 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2022-12-14Support BuildFlags: nocumulaterpmsbiao716.wang1-7/+12
- default condition : "DO_CUMULATE=true" - If we specify "BuildFlags: nocumulaterpms" in project config --> set "DO_CUMULATE=false" https://github.com/openSUSE/obs-build/commit/aee26521f91ee3d195d89f2c1f33072f5bf658b0 Change-Id: I360c8279797c43cb0adf1b9f0c6be2882fb47219 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2022-11-24ignore reorder packages list during cumulative buildbiao716.wang1-1/+1
Change-Id: I105d8e1f2da1b03ec94c89a92437e066d147b9eb Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2021-07-07force enable DO_CUMULATEHyunggi Lee1-5/+17
We can't use cumulative install because we don't use %suse_version macro. However, our build system is based on openSUSE Build service and we use always newer suse version than 1220. Thus, we can always enable cumulative install instead of defining the suse_version. ref: https://review.tizen.org/gerrit/c/platform/upstream/build/+/25635/ Test result * pre condition gbs build -A armv7l download dependency to cache * set DO_CUMULATE= * 1st sudo rm -rf /home/hglee/GBS-ROOT/t65std/local/BUILD-ROOTS/scratch.armv7l.* gbs build -A armv7l [ 137s] [537/537] installing ecore-imf-evas-devel-1.25.1-201.5 [ 138s] removing nis flags from /home/hglee/GBS-ROOT/t65std/local/BUILD-ROOTS/scratch.armv7l.0/etc/nsswitch.conf.. * 2nd sudo rm -rf /home/hglee/GBS-ROOT/t65std/local/BUILD-ROOTS/scratch.armv7l.* gbs build -A armv7l [ 137s] [537/537] installing ecore-imf-evas-devel-1.25.1-201.5 [ 138s] removing nis flags from /home/hglee/GBS-ROOT/t65std/local/BUILD-ROOTS/scratch.armv7l.0/etc/nsswitch.conf.. * set DO_CUMULATE=true * 1st sudo rm -rf /home/hglee/GBS-ROOT/t65std/local/BUILD-ROOTS/scratch.armv7l.* gbs build -A armv7l [ 99s] Running alarm-server %posttrans script [ 99s] removing nis flags from /home/hglee/GBS-ROOT/t65std/local/BUILD-ROOTS/scratch.armv7l.0/etc/nsswitch.conf... * 2nd sudo rm -rf /home/hglee/GBS-ROOT/t65std/local/BUILD-ROOTS/scratch.armv7l.* gbs build -A armv7l [ 99s] Running alarm-server %posttrans script [ 100s] removing nis flags from /home/hglee/GBS-ROOT/t65std/local/BUILD-ROOTS/scratch.armv7l.0/etc/nsswitch.conf... * 138s -> 100s (ratio 72%) Change-Id: I904e73ea7eaa23b7e52a5011a558f103128d6eee Signed-off-by: Hyunggi Lee <hyunggi.lee@samsung.com>
2020-12-04Fix the functional test issue (missing a quote at the end of the line)jiankang.fan1-1/+1
Change-Id: Id8b5b95d6f4ac7f3a82280ec0963e12ba2b715bd Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>
2020-11-24Support zstd decompression for old rpm versionjiankang.fan1-2/+11
Change-Id: I8d3b55144ec94f6bd1fbd0162548f814eb8a569d Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>
2020-03-24remove --replacefile option in build-pkg-rpmyan11.meng1-1/+1
Change-Id: I1401963e1aa1a864cd5962a77e80fb0cc256fe3b
2018-09-26add --replacefiles to ignore rpm installing file conflictsjingui.ren1-1/+1
Change-Id: I1b86904ba53853ca90436647f90d539a17134e7b
2018-03-22Fix bugs when username including backslashjingui.ren1-34/+34
Change-Id: Ib489d11174f67acf04c6c622fc41c2243e596198
2017-10-19solve gbs build issue of rpm package not install (Tizen:2.4 project) and ↵fushuai1-10/+0
reuse last build environment failed. Bugs : https://bugs.tizen.org/browse/DEVT-345 Change-Id: Ie98f094039ed9cc776e5c8bd7b323e9662f7892b Signed-off-by: fushuai <shuai01.fu@samsung.com>
2017-07-10Update to upstream 20160629upstream/20160629shuai.fu1-5/+15
Change-Id: Idc31c269aec94e852b30885dee65a827b318b7a3 Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
2016-06-15update to upstream 20150115SoonKyu Park1-0/+193
Change-Id: I8943d5a8c98049843e6753c38beac89927690d72