Bug 208992 - release/release.sh: a few bugs for ARM
Summary: release/release.sh: a few bugs for ARM
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: 10.3-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-arm (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-23 11:53 UTC by Sylvain Garrigues
Modified: 2016-04-23 11:54 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Garrigues 2016-04-23 11:53:04 UTC
Hello, I think there are a few improvements in the release script.

1/ release/release.sh, line 252:
        eval chroot ${CHROOTDIR} /etc/rc.d/ldconfig forcerestart
if CHROOTBUILD_SKIP is set, that line will fail as make distribution was not run in the chroot.

In release/tools/arm.subr:

2/ in arm_install_base(), RELEASE_RMAKEFLAGS is not used for the distribution target so NODOC and NOPORTS in the config file (e.g. RPI2.conf) seem only useful for the chroot.

3/ cleanup() is never used


OSZAR »