xulrunner-1.9 (1.9~b1+nobinonly-0ubuntu1) hardy; urgency=low
* new upstream snapshot (1.9b1 from FIREFOX_3_0b1_RELEASE)
- update debian/changelog
* Fix shell redirection in clean rule leaving orphaned processes
in buildd. (LP: #162723)
- update debian/rules
* Move extensions dir
Fix committed in bzr
https://code.edge.launchpad.net/~mozillateam/xulrunner/xulrunner-1.9.dev
#66
** Changed in: xulrunner-1.9 (Ubuntu)
Assignee: (unassigned) => Fabien Tassin (fta)
Status: New => Fix Committed
--
xulrunner-1.9 build leaves orphaned find processes, hangs buildds
http
Heh, actually looking at the log, it's pretty obvious...
find mozilla -type f -name \*.pyc -exec rm {} \; &> /dev/null; \
find mozilla -type l -exec rm {} \; &> /dev/null
--
xulrunner-1.9 build leaves orphaned find processes, hangs buildds
https://bugs.launchpad.net/bugs/162723
Y