OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 12-Aug-2005 22:29:38
Branch: HEAD Handle: 2005081221293800
Modified files:
openpkg-tools/cmd dev.sh
Log:
"openpkg dev" now knows how to build the .src.sh of the openpkg
bootstrap package
Summary:
Revision Changes Path
1.59 +6 -0 openpkg-tools/cmd/dev.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/dev.sh
============================================================================
$ cvs diff -u -r1.58 -r1.59 dev.sh
--- openpkg-tools/cmd/dev.sh 12 Aug 2005 11:34:27 -0000 1.58
+++ openpkg-tools/cmd/dev.sh 12 Aug 2005 20:29:38 -0000 1.59
@@ -2149,6 +2149,9 @@
warn "failed to build $package ($rpmfile)"
continue
fi
+ if [ ".${name}" = .openpkg ]; then
+ (builtin cd ${OPENPKG_WORK}/$S/${name} && eval
"./openpkg.boot -s" 2>&1 | tee -a [EMAIL PROTECTED])
+ fi
fi
done
}
@@ -2221,6 +2224,9 @@
opt="`echo ${opt} | tr ' ' '\n' | ${EGREP} . | sed -e 's;^;--define
\";' -e 's;=; ;' -e 's;$;\";' | tr '\n' ' '`"
(builtin cd ${OPENPKG_WORK}/$S/${name} && eval "rpmE ${rpmbuild}
${shortcircuit} ${opt} ${name}.spec" 2>&1 | tee -a [EMAIL PROTECTED])
+ if [ ".$rpmbuild" = .-bs -a ".${name}" = .openpkg ]; then
+ (builtin cd ${OPENPKG_WORK}/$S/${name} && eval "./openpkg.boot
-s" 2>&1 | tee -a [EMAIL PROTECTED])
+ fi
done
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]