http://www.haiku-files.org/haiku/master/repo/x86_gcc2/?C=M;O=D - rev47449 ?
http://cgit.haiku-os.org/haiku/log/ - rev47465 ?
http://www.haiku-files.org/haiku/master/repo/x86_gcc2/?C=M;O=D - rev47449 ?
http://cgit.haiku-os.org/haiku/log/ - rev47465 ?
Does this replace the nightly images?
What is the best way to use these HPKGs?
#!/bin/sh
pkgman add-repo http://packages.haiku-os.org/haikuports/master/repo/x86_gcc2/current
pkgman add-repo http://www.haiku-files.org/haiku/master/repo/x86_gcc2/current
pkgman update -y
sync
sleep 1
shutdown -r
current - rev47449 30.06.2014 - ??? development stopped …
http://cgit.haiku-os.org/haiku/log/ rev 47467 04.07.2014 - ???
Update !
#!/bin/sh
pkgman add-repo http://packages.haiku-os.org/haikuports/master/repo/x86_gcc2/current
pkgman add-repo http://download.haiku-os.org/haiku-repositories/master/x86_gcc2/current/
pkgman update -y
sync
sleep 1
shutdown -r
try http://download.haiku-os.org/ for nightly images. it seems the url has changed, but the website has not been updated.
Again no update happens, when i use the script. Update to hrev47489 worked, but the system will not update to hrev47493 or …94. Everything seems to work ok, downloading, applying changes. But after the reboot the older version is still present. The only error message i get is "cleaning up…failed to remove transaction directory: directory not empty…
Same here “cleaning up…failed to remove transaction directory: directory not empty…”
To quote myself from https://dev.haiku-os.org/ticket/10959
"To workaround it, one can simply install downloaded packages manually:
mv /system/packages/administrative/transaction-1/* /system/packages
As a bonus, next update will work without having to do that."
I’ve tried this workaround, but same problem (cleaning up…failed to remove transaction directory: directory not empty…) occured as before with 1 significant change - there’s no directory /system/packages/administrative/transaction-1 at all…
Open /system/packages/administrative folder and look around. Perhaps the folder you need is transaction-2 or transaction-3.
Then just manually move packages from that folder to /system/packages.
Thanks, that helped!