2012-11-27 |
Zhang Qiang | give warning if build arch not compatible, #552 |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Huang Hao | Warn user and try again if umount failed |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Zhang Qiang | No need archive tar ball for incremental build, #465 |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Zhang Qiang | Set signal handler before building packages |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Zhang Qiang | x86_64 support, #527 |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Huang Hao | Keep src rpm for each arch. #365 |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Zhang Qiang | Merge remote-tracking branch 'origin/release-0.2.1... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Zhang Qiang | lock shared vars operations to avoid race condition |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Zhang Qiang | show build progress for multiple packages build |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Huang Hao | Add --spec to support multi-spec project |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Huang Hao | Add --define option. #540 |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Yigang Wen | Modify SUDOV_PERIOD smaller, fix #526 |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Zhang Qiang | Add more output info about building status |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Zhang Qiang | Add --keep-packs to keep unused packages in buildroot... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Zhang Qiang | use pkgddeps to resolve build order. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Zhang Qiang | Show more complete RPM/SRPM package output path |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Zhang Qiang | bump to version 0.2.1 release-0.2.1 0.2.1 |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Zhang Qiang | noinit support |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Zhang Qiang | Support build RPM packages for incremental build |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Zhang Qiang | Show local repo and build root info, #482 |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Markus Lehtonen | Add --packagind-dir option release-0.2 0.2 |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Zhang Qiang | change ccache option as bool type |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Zhang Qiang | bump up to version 0.2 |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Zhang Qiang | fix typo: lossing ';' |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Zhang Qiang | depend on tizen-build-2012.10.10 |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Zhang Qiang | Check circle and exit if circle exists, fix#457 |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Huang Hao | Build spec files in ARGV |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Zhang Qiang | Update dependency to use build-2012-10.10 |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Zhang Qiang | return directly if specified specfile is not in a git... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Huang Hao | Check return value of 'gbs export' |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Huang Hao | Incremantal build on dir that contains only one packages |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Huang Hao | Only import getpw() when using User::pwent |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Zhang Qiang | run sudo -v outof scheduler in main thread |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Yigang Wen | extend ~ in env variable |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Anas Nashif | Revert "Remove trailing slash for proxy env." |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Yigang Wen | add alarm to execute "sudo -v" periodly |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Yigang Wen | "^C" problem when multithreads stop at "sudo -v" |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Huang Hao | Add --debug parameter to gbs export if debug on |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Zhang Qiang | More clear and readable info for final error report |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Huang Hao | Unify color of debug message in gbs, gbp and depanneur. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Huang Hao | Remove trailing slash for proxy env. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Huang Hao | Support multi spec files in single package. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Huang Hao | Add function worker_thread to cleanup thread status... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Anas Nashif | fixed error messages |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Yigang Wen | use bsd_glob instead of glob in func build_package |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Zhang Qiang | Check if getlogin fails use getpwuid($<) instead. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Zhang Qiang | Use '/' as VIRTUAL_ENV if VIRTUAL_ENV not set in %ENV |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Huang Hao | Set ENV variable in main thread. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Huang Hao | Don't call exit() in thread. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Huang Hao | fix perlcritic's warning |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Huang Hao | Use absolute path for --path. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Markus Lehtonen | Add missing i386 to the x86 arch_list |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Huang Hao | Remove prototypes of subroutine. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
jdong7 | Lock $dirty to fix for Issue#388 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Zhang Qiang | report error if building multiple packages for incremen... release-0.1 0.1 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Zhang Qiang | show full build log path for incremental build |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Zhang Qiang | --clean option should not be used for incremental build... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Zhang Qiang | exit thread if killed in the middle of creating build... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Zhang Qiang | Support local plain RPM packages dir |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Zhang Qiang | Remove old source rpm packages to build again |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Zhang Qiang | Add three extra options for gbs export while generating... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Zhang Qiang | Use lower case letter to be consistent with gbs |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Zhang Qiang | Kill threads correctly if press Ctrl+c instead of real... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Zhang Qiang | write export cache after gbs export succeeded, fix#362 |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Zhang Qiang | Ctrl + C refinements |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Zhang Qiang | more check about specfile |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Zhang Qiang | consider local RPMs generated using local source code |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Zhang Qiang | only update packages dependency with expansion error |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Zhang Qiang | Check the existance of RPMs and log before copying |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Junfeng Dong | Handle the temporarily expansion error. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Junfeng Dong | revert 341064: move buildlog to avoid copying by mistake. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Zhang Qiang | Add packaging files |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Zhang Qiang | move buildlog to avoid copying by mistake in next build |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Zhang Qiang | check and use scratch.incremental first |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Zhang Qiang | call sudo -v with lock protect |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Zhang Qiang | Use remote RPM to build if its dependency has expansion... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Zhang Qiang | Add missing $dist dir while reporting error log |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Zhang Qiang | resolve deps before running scheduler #336 |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Zhang Qiang | error handle: return directly if specfile parse error... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Zhang Qiang | Add --ccache option to speedup build using ccahe |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Zhang Qiang | Refine scheduler to keep max threads running #269 |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Zhang Qiang | sort workers use the first idle thread to build packages |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Zhang Qiang | Ignore exclude packages in parsing phrase |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Zhang Qiang | add --extra-packs option to add install additinal packs... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Zhang Qiang | remove export cache if gbs export fails |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Zhang Qiang | Add --clean option if build root is not ready |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Zhang Qiang | return 0, instead of 1 while incremental build finished |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Zhang Qiang | remove --turbo option |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Zhang Qiang | Give error and exit if no packages found |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Zhang Qiang | share cached repodata between depanneur and build,... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Anas Nashif | Fixed typo |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Zhang Qiang | add --include-all and --commit option for gbs export... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Zhang Qiang | Adjust the output information to make it unified with gbs |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Zhang Qiang | more code optimizations |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Anas Nashif | Merge branch 'typo' into devel |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Zhang Qiang | add --configdir option |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Zhang Qiang | use --repository instead of --rpms |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Zhang Qiang | add --repository option |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Anas Nashif | fixed typos |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Anas Nashif | remove unused file |
commit | commitdiff | tree | snapshot |
next |