notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: Tools/portbuild/scripts/build

Number of commits found: 16

Sunday, 24 Apr 2011
16:37 flz search for other commits by this committer
Remove portbuild scripts from pcvs, as they now live in svn/projects.
Original commit
Thursday, 24 Mar 2011
06:24 linimon search for other commits by this committer
Allow the top-level build to be destroyed.  This is useless for
pointyhat, but is intended for pointyhat-[west|east] to be able to
remove no longer needed specialized -exp runs.  (They remain in the
errorlog archive; they can merely be removed from zfs.)

Replace this test with an anti-foot-shooting measure so that you cannot
remove 'latest' unless you have already removed 'previous'.
Original commit
Wednesday, 1 Dec 2010
02:24 linimon search for other commits by this committer
Rename internal variables to correspond to their actual uses; automatically
create the links for the webserver; add some comments.
Original commit
Sunday, 15 Aug 2010
09:16 linimon search for other commits by this committer
Handle yet another error case.
Original commit
Friday, 25 Jun 2010
22:55 linimon search for other commits by this committer
Generalize the packge building scripts to be able to be run on more than
one 'head' node, rather than just pointyhat itself.

Constants are factored out into installation-specific files known as
portbuild/conf/server.conf and portbuild/conf/client.conf.  There is
only one server.conf file.  Individual <arch> directories may have
their own client.conf files, or may symlink to ../conf/client.conf.

Several bugs are fixed and improvements are made:

 - archive directories are created  if they do not exist.
 - the location of ZFS-based directories is generalized.
 - the special string "-exp" disappears.
 - handling of buildid is made more robust.

Feature safe:   yes
Original commit
Thursday, 19 Nov 2009
06:47 linimon search for other commits by this committer
A few more loose ends.

Testing by:     miwi
Original commit
03:25 linimon search for other commits by this committer
Make the create command more robust by making even more directories
and checking more error results.
Original commit
Tuesday, 10 Nov 2009
07:54 linimon search for other commits by this committer
Remove a trailing slash on a directory name, that merely gets doubled
later in the code.
Original commit
00:18 linimon search for other commits by this committer
Finally fix the 'build create' command to DTRT by reusing some already-
working code.  While here, clean up a bit.
Original commit
Monday, 9 Nov 2009
09:09 linimon search for other commits by this committer
Fix permissions and 'latest' link.
Original commit
08:52 linimon search for other commits by this committer
Remove a doubled slash.
Original commit
08:37 linimon search for other commits by this committer
Implement the "build create" command.
Original commit
Sunday, 23 Aug 2009
11:01 linimon search for other commits by this committer
Reflect RELENG_9.
Original commit
Thursday, 21 May 2009
16:17 pav search for other commits by this committer
- Update to reflect a reality on pointyhat
Original commit
Friday, 8 Aug 2008
16:24 kris search for other commits by this committer
Add a new script for performing high-level administration of a build.

   list : lists available builds
   clone : creates a new build by cloning a previous one
   portsupdate : update a ports tree to the latest ZFS snapshot
   srcupdate : update a src tree to the latest ZFS snapshot
   cleanup : clean up or remove a build on the clients
   destroy : remove a build on the server

There is some trickiness here in that various commands either expect
to run as root, or expect to run as a ports-* user.  For the latter
case we can easily use su to proxy as the ports user when running as
root; for the former we use the buildproxy to validate and re-execute
the command as root.
Original commit
Saturday, 10 May 2008
13:22 kris search for other commits by this committer
NNew build scheduler written in python to replace the make+sh job
ordering, which had become too limited.

We now build packages ordered by those that are part of the longest
dependency chains first.  This has the effect of building the deepest
parts of the tree first and levelling out the tree height, hopefully
avoiding the situation we currently face where there appear
bottlenecks late in the build where the cluster becomes mostly idle
while waiting for a few long dependency chains to finish building
before the cluster can become fully loaded again.

The algorithm is that we sort the list of remaining packages according
to height (longest dependency chain), then add leaf packages from each
in order until we have filled a queue of length between 100 and 200,
to amortise the cost of this queue rebalancing while not losing the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 16