Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 8563ef1ac870c2702c1eb8cee1583e65d821a355
https://github.com/openSUSE/obs-build/commit/8563ef1ac870c2702c1eb8cee1583e…
Author: Frank Lichtenheld <flichtenheld(a)astaro.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M expanddeps
Log Message:
-----------
Install Requires(post|pre) and PreReq into the chroot
This is needed for post-build-checks to be able to execute
the package scripts and makes the behaviour of build
consistent with OBS.
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: fab7933a80d9f149807754389981e29fcd5455a4
https://github.com/openSUSE/obs-build/commit/fab7933a80d9f149807754389981e2…
Author: Frank Lichtenheld <flichtenheld(a)astaro.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M init_buildsystem
Log Message:
-----------
init_buildsystem: fix logic error in --rpms handling
test operators have no precedence, so this code did not work as
intended.
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 72e8789b35c38f23f97af3cc14f1f7b97ac61bd5
https://github.com/openSUSE/obs-build/commit/72e8789b35c38f23f97af3cc14f1f7…
Author: Daniel Gollub <gollub(a)b1-systems.de>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M init_buildsystem
Log Message:
-----------
Only run ldconfig if available in BUILD_ROOT
ldconfig might not be available in a minimal crossbuild sysroot
Commit: 0fbb24fe74e5ac07d32691cb9b84f623df8c46f0
https://github.com/openSUSE/obs-build/commit/0fbb24fe74e5ac07d32691cb9b84f6…
Author: Daniel Gollub <gollub(a)b1-systems.de>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M init_buildsystem
Log Message:
-----------
Only call zic if available in BUILD_ROOT
this is not the case in minimalistic crossbuild sysroots.
Changes behavior of build: zic now get called with absolute path.
Following location get checked:
/usr/sbin/zic /usr/bin/zic /bin/zic /sbin/zic
SUSE and RHEL5 is using /usr/sbin/zic
ArchLinux seemd to use /usr/bin/zic at some point
Compare: https://github.com/openSUSE/obs-build/compare/4decf74...0fbb24f
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 4decf74927f31c7e24e675e5466660af60247845
https://github.com/openSUSE/obs-build/commit/4decf74927f31c7e24e675e5466660…
Author: Anas Nashif <anas.nashif(a)intel.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M build
M init_buildsystem
Log Message:
-----------
add new option --configdir
To add support for distribtuons not packages with the build script, we
need an option to specify a custom location where configs can reside
instead of the hardcoded location under BUILD_DIR
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 0ca0faa0c92fd57ffe2273b2702915d1966d2c30
https://github.com/openSUSE/open-build-service/commit/0ca0faa0c92fd57ffe227…
Author: Lothar Gesslein <gesslein(a)b1-systems.de>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M dist/obsworker
Log Message:
-----------
[dists] actually use OBS_VM_DISK_AUTOSETUP_MOUNT_OPTIONS on worker startup
fix related to 5dfa8bd where this option was introduced.
since it was not appended to OBS_WORKER_OPT it was never passed to the worker and thus did not work so far.