http://bugs.grommit.com/show_bug.cgi?id=344
Summary: nightly will use SCCS to checkout sources for a source product build Product: SCM Migration Version: unspecified Platform: All OS/Version: Solaris 11/Nevada Status: NEW Severity: normal Priority: P4 Component: nightly AssignedTo: scm-migration-dev at opensolaris.org ReportedBy: richlowe at richlowe.net [filed P4, because I'm not certain this could be fixed pre-migration] Nightly will do this: cat >${SCCSHELPER} <<EOF #!/bin/ksh cd \$1 cd .. sccs get SCCS >/dev/null 2>&1 EOF cd $SRC chmod +x ${SCCSHELPER} find $relsrcdirs -name SCCS | xargs -L 1 ${SCCSHELPER} rm -f ${SCCSHELPER} To fetch modifiable sources to build the source product. Clearly, this is wrong. -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.