Opened 12 years ago

Closed 12 years ago

#8941 closed bug (fixed)

demopackage_image OptionalPackage is missing

Reported by: scottmc Owned by: humdinger
Priority: blocker Milestone: R1/alpha4
Component: - General Version: R1/Development
Keywords: Cc:
Blocked By: Blocking: #8938
Platform: All

Description

gives 404 error when trying to download using installoptionalpackage

Change History (6)

comment:1 by scottmc, 12 years ago

Owner: changed from nobody to humdinger
Status: newassigned

comment:2 by luroh, 12 years ago

Blocking: 8938 added

comment:3 by scottmc, 12 years ago

Milestone: R1R1/alpha4
Priority: normalblocker

Marking this as a blocker, until it is fixed by either adding the package or commenting it out from being in the list of available optional packages.

comment:4 by scottmc, 12 years ago

Also the demo packages are extracting to a directory called "home" in "home". I'm guessing this should just be extracting to /boot/home instead of /boot/home/home? And at least DemoPackage_Video is leaving behind the .OptionalPackage file in the /boot/home directory, this may just be because it was the last one extracted?

comment:5 by humdinger, 12 years ago

Hmm, am I correct that this "home" issue will be corrected by removing the "home" from last line:

if [ IsOptionalHaikuImagePackageAdded DemoPackage_Data ] {
	InstallOptionalHaikuImagePackage DemoPackage_Data-0.1-2012-02-19.zip
		: $(baseURL)/DemoPackage_Data-0.1-2012-02-19.zip
		: home ;

Optional packages are supposed to be extracted to /boot, right? Then the .OptionalPackageDescription gets removed too, I think.

I'll have a look at building another "Image" demo package...

comment:6 by humdinger, 12 years ago

Resolution: fixed
Status: assignedclosed

Fixed with hrev44654.
I uploaded a new image demo package with images by Razvan Popa, GCI student of 2010, and added a few by Alexandre Deckner he was kind enough to donate and added a few of mine. I converted some images to have a broader set of formats.

Note: See TracTickets for help on using tickets.