|
|
|
@ -23,7 +23,7 @@ end
|
|
|
|
|
|
|
|
|
|
function xqrebuild -d "Rebuild some of our srcpkgs" |
|
|
|
|
xqdir |
|
|
|
|
xbulk $argv 2>&1 | tee /tmp/xqrebuild.log | less +F |
|
|
|
|
xbulk -1 $argv 2>&1 | tee /tmp/xqrebuild.log | less +F |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
function xqupdate -d "Updates the srcpkg repository for use" |
|
|
|
@ -35,6 +35,6 @@ function xqupdate -d "Updates the srcpkg repository for use"
|
|
|
|
|
end |
|
|
|
|
xqdir |
|
|
|
|
git pull |
|
|
|
|
rm -rf $XBPS_MASTERDIR |
|
|
|
|
rm -rf $XBPS_MASTERDIR $XBPS_HOSTDIR/{repocache-*,sources} |
|
|
|
|
./xbps-src binary-bootstrap |
|
|
|
|
end |
|
|
|
|