> .../distro-import/Makefile > > Should the import: target: > > import: cluster.import $(TMPPKGS) > $(SOLARIS.PY) -s $(REPO) -w $(WOS_PKGS) $(ELIDED_FILES:%=-D %) \ > $(INCLUDE_PATH_$(BUILDID):%=-I %) $(BUILDID)/all.i386 > > be adjusted as well to use $(BUILDID)/redist_cluster rather than > $(BUILDID)/all.i386 ?
This particular target is used for the old "all" WOS build which has fallen into disrepair (mostly on my account). As such, I'd rather leave this in as-is in case we ever get around to fixing this (see bug 384). > .../distro-import/105/common/SUNWpl5m > > .../distro-import/105/common/SUNWpl5p > > .../distro-import/105/common/SUNWpl5u > .../distro-import/105/common/SUNWpl5v > > > If these are "deleted" packages, should the version line be removed too ? We typically leave the versions as-is when the packages become deprecated - in any case, since "5.6.1" > "0.5.11", if we remove the version statement the obsolete package would never be installed on update since the "new" package version would be less than the one already installed on a user's system. > .../distro-import/105/common/SUNWslim-utils > > A classification line has been removed, but no new one added. Right, this is one where there shouldn't have been a classification at all - it's not a package that users should be installing as it's an implementation detail for the Live CD. Thanks for the review! _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
