pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mktool branch and others



Hi!

As there will now be a reasonable number of you wanting to use my mktool branch, I've spent the last hour or so setting up GitHub actions to make it so that the new mktool feature branch, and others, are automatically synced with NetBSD/pkgsrc.git every hour.

I've also decided to make my 'trunk' branch a place to put the mktool patch, as well as any others that I am reasonably confident in, as somewhere that users can easily use as a stable alternative that doesn't have some of the more specific patchsets that I work on.

tl;dr:

  $ git clone https://github.com/TritonDataCenter/pkgsrc.git
  $ cd pkgsrc
  $ git config pull.rebase true
  < .. do usual pkgsrc things .. >
  $ git pull

to fetch and keep updated.

A brief note on the automatically updated branches and their contents, in case they are interesting to anyone.

 - https://github.com/TritonDataCenter/pkgsrc/tree/feature/macos/trunk

     Any patches that I apply to my macOS binary builds available from
     pkgsrc.smartos.org, mostly around reliability and performance.

 - https://github.com/TritonDataCenter/pkgsrc/tree/feature/miscfix/trunk

     A bit of a dumping ground, quite a lot of these are specific to
     SmartOS, and mostly not of interest to others.

 - https://github.com/TritonDataCenter/pkgsrc/tree/feature/mktool/trunk

     The patch that enables mktool support.

 - https://github.com/TritonDataCenter/pkgsrc/tree/feature/pbulk/trunk

     My accumulated patches to pbulk that improve performance,
     scalability, reliability, and add features for e.g. publishing
     reports to other backends.

 - https://github.com/TritonDataCenter/pkgsrc/tree/feature/pbulkmulti/trunk

     A patchset that adds support for building packages against multiple
     versions of maria/mysql/percona and postgresql.  This avoids a
     binary package repository from having hardcoded dependencies on
     whatever is the default in the tree at that time.

 - https://github.com/TritonDataCenter/pkgsrc/tree/feature/performance/trunk

     A miscellaneous set of patches to improve pkgsrc performance, some
     of them quite specific to my environment, so to be considered with
     care.

 - https://github.com/TritonDataCenter/pkgsrc/tree/trunk

     Will now be a stable combination of the most tested patches that
     are not specific to my environment.

I'll leave the old "dev/mktool" branch around for a bit but will eventually remove it, so please make sure to update your refs to continue receiving updates.

Happy pkgsrcing!

--
Jonathan Perkin   -   mnx.io   -   pkgsrc.smartos.org
Open Source Complete Cloud   www.tritondatacenter.com


Home | Main Index | Thread Index | Old Index