Nightly Images

Comments

Re: Nightly Images

Does this replace the nightly images?

What is the best way to use these HPKGs?

Re: Nightly Images

#!/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 - ???

Re: Nightly Images

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

Re: Nightly Images

try http://download.haiku-os.org/ for nightly images. it seems the url has changed, but the website has not been updated.

Re: Nightly Images

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...

Re: Nightly Images

Same here "cleaning up...failed to remove transaction directory: directory not empty..."

Re: Nightly Images

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."

Re: Nightly Images

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..

Re: Nightly Images

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.

Re: Nightly Images

Thanks, that helped!