HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #232 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

Add DISTRO capability to haikuporter tool

Reported by: scottmc Owned by: brecht
Priority: normal Milestone:
Component: haikuporter Version:
Severity: normal Keywords:
Cc:

Description

Add a step after INSTALL, to allow for automated build of binary zip packages, perhaps called DISTRO. The would consist of usually:

make install DESTDIR=/some/tempdir
cp opd/packagename.OptionalPackageDescription /some/tempdir/boot/.OptionalPackageDescription
zip -ry9 packagename-<version>-<blahblah>-YYYY-MM-DD.zip * .O*

This would require us to create an .OptionalPackageDescription file and put it into a folder called opd just as patches go into patches folder.
This would greatly speed up creating updated patches when a new version comes out. We would just need to update the version info and the rest is automatic.

Perhaps this new function would only be triggered by a certain commandline option.

Change History

comment:1 Changed 6 years ago by haikubot

I think we could close it?

comment:2 Changed 6 years ago by scottmc

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r487.
Thanks HaikuBot?.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/