notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Tools/portbuild/scripts/build
SVNWeb

Number of commits found: 16

Sun, 24 Apr 2011
[ 16:37 flz search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
Remove portbuild scripts from pcvs, as they now live in svn/projects.
Thu, 24 Mar 2011
[ 06:24 linimon search for other commits by this committer ] Original commit 
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'.
Wed, 1 Dec 2010
[ 02:24 linimon search for other commits by this committer ] Original commit 
Rename internal variables to correspond to their actual uses; automatically
create the links for the webserver; add some comments.
Sun, 15 Aug 2010
[ 09:16 linimon search for other commits by this committer ] Original commit 
Handle yet another error case.
Fri, 25 Jun 2010
[ 22:55 linimon search for other commits by this committer ] Original commit 
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
Thu, 19 Nov 2009
[ 06:47 linimon search for other commits by this committer ] Original commit 
A few more loose ends.

Testing by:     miwi
[ 03:25 linimon search for other commits by this committer ] Original commit 
Make the create command more robust by making even more directories
and checking more error results.
Tue, 10 Nov 2009
[ 07:54 linimon search for other commits by this committer ] Original commit 
Remove a trailing slash on a directory name, that merely gets doubled
later in the code.
[ 00:18 linimon search for other commits by this committer ] Original commit 
Finally fix the 'build create' command to DTRT by reusing some already-
working code.  While here, clean up a bit.
Mon, 9 Nov 2009
[ 09:09 linimon search for other commits by this committer ] Original commit 
Fix permissions and 'latest' link.
[ 08:52 linimon search for other commits by this committer ] Original commit 
Remove a doubled slash.
[ 08:37 linimon search for other commits by this committer ] Original commit 
Implement the "build create" command.
Sun, 23 Aug 2009
[ 11:01 linimon search for other commits by this committer ] Original commit 
Reflect RELENG_9.
Thu, 21 May 2009
[ 16:17 pav search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Update to reflect a reality on pointyhat
Fri, 8 Aug 2008
[ 16:24 kris search for other commits by this committer ] Original commit 
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.
Sat, 10 May 2008
[ 13:22 kris search for other commits by this committer ] Original commit 
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)

Number of commits found: 16