| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
the listed MASTER_SITES instead of ftp-master. Pass the FETCH_ORIGINAL
environment variable to pdispatch and as a command-line switch to
portbuild.
Notes:
svn path=/head/; revision=81182
|
|
|
|
|
|
|
|
| |
Switch back to chroot builds until I can debug the remaining problems with
jail builds.
Notes:
svn path=/head/; revision=81131
|
|
|
|
| |
Notes:
svn path=/head/; revision=81130
|
|
|
|
|
|
|
|
|
|
|
| |
processing (e.g. transfer to ftp site). It was taking up too much disk
space to collect distfiles for 14 architecture/version combinations
(including the backup set from the previous run).
Put the cvsdone files in the arch/branch subdirectory, not arch/.
Notes:
svn path=/head/; revision=81129
|
|
|
|
|
|
|
|
|
| |
of having the clients scp their loads to bento every 10 seconds. Fix
some indentation and add some sleeps to make sure the startup script
doesn't run too early in the boot process.
Notes:
svn path=/head/; revision=81128
|
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=79232
|
|
|
|
| |
Notes:
svn path=/head/; revision=79231
|
|
|
|
|
|
|
|
|
| |
(doesn't use WRKDIRPREFIX).
Submitted by: ru
Notes:
svn path=/head/; revision=78597
|
|
|
|
| |
Notes:
svn path=/head/; revision=78394
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add some new command-line options:
* -continue : restart the build without rebuilding ports that have
already failed
* -nofinish : don't run the post-processing steps when the build finishes
* -finish : run the post-processing steps only
Reorder some code sections appropriately
Notes:
svn path=/head/; revision=78393
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and removed files.
This can be used as the basis of a pkg-plist, or even just for
curiosity about what files something is touching.
Fairly raw at the moment, and doubtless inefficient, but it should
make a useful tool for port creators.
PR: ports/47424
Submitter: Daniel O'Connor <doconnor@gsoft.com.au>
Notes:
svn path=/head/; revision=78167
|
|
|
|
|
|
|
| |
Reviewed by: green
Notes:
svn path=/head/; revision=77579
|
|
|
|
|
|
|
|
|
|
| |
- Set the UNAME_* variables to make use of the override support in uname(1)
This allows us to get rid of the uname shell script in the build chroots
- Collect some variables that are probably old and mouldy, for later GCing
- If FETCH_ORIGINAL is set in the environment, don't fetch from ftp-master
Notes:
svn path=/head/; revision=77180
|
|
|
|
|
|
|
| |
CVSROOT that's readonly.
Notes:
svn path=/head/; revision=76742
|
|
|
|
|
|
|
| |
pcvs.freebsd.org:/home/pcvs
Notes:
svn path=/head/; revision=76668
|
|
|
|
|
|
|
| |
mapping directories to package names.
Notes:
svn path=/head/; revision=76403
|
|
|
|
|
|
|
|
|
|
|
|
| |
hosts (non-freefall)" bug: add '-A' argument to ssh(1) command line
for accessing host cointaining modules file. This should fix the
bug for ssh-agent(1) users. Others can just switch to using
ssh-agent(1).
Approved by: will (maintainer)
Notes:
svn path=/head/; revision=76315
|
|
|
|
|
|
|
| |
just report it via an inetd service.
Notes:
svn path=/head/; revision=76207
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in portbuild.conf). [1]
* Build stage 2 builds in a jail instead of a chroot. This allows us to
detect ports that attempt IP communication during the build, as well as
allowing clean termination of the port build (packages built in a chroot
can leave processes hanging around after the build finishes). There
are some caveats with this approach which will be worked around in a
future commit.
Requested by: peter [1]
Notes:
svn path=/head/; revision=76205
|
|
|
|
|
|
|
|
| |
build world and populate the chroot. Otherwise, if ${ftp}=1 then
fetch it from the ftp site as before.
Notes:
svn path=/head/; revision=76204
|
|
|
|
|
|
|
|
|
| |
are now collected by polling a small server on the client (using netcat)
instead of having the client scp the load files to the master every 10
seconds (!!!)
Notes:
svn path=/head/; revision=76203
|
|
|
|
| |
Notes:
svn path=/head/; revision=76202
|
|
|
|
| |
Notes:
svn path=/head/; revision=76040
|
|
|
|
|
|
|
| |
- ignore patchfiles ending with `,v' or '.orig'.
Notes:
svn path=/head/; revision=75996
|
|
|
|
| |
Notes:
svn path=/head/; revision=75804
|
|
|
|
| |
Notes:
svn path=/head/; revision=75803
|
|
|
|
|
|
|
| |
Approved by: will
Notes:
svn path=/head/; revision=75655
|
|
|
|
|
|
|
|
|
|
| |
failures listed as '???'.
Submitted by: Mark Linimon <linimon@lonesome.com>
PR: www/44919
Notes:
svn path=/head/; revision=75496
|
|
|
|
|
|
|
| |
random build host.
Notes:
svn path=/head/; revision=75495
|
|
|
|
|
|
|
| |
a world instead.
Notes:
svn path=/head/; revision=75494
|
|
|
|
|
|
|
|
| |
- Don't try and use buildenv, it's useless
- Set TARGET_ARCH instead
Notes:
svn path=/head/; revision=75493
|
|
|
|
|
|
|
| |
itself, instead of pointing to pkg-comment)
Notes:
svn path=/head/; revision=75230
|
|
|
|
|
|
|
| |
ssh setup in order for addport to do CVSROOT/modules correctly.
Notes:
svn path=/head/; revision=74293
|
|
|
|
|
|
|
|
| |
${WRKDIR} after the port build completes and copy it to
${arch}/${branch}/wrkdirs/${pkgname}.tbz.
Notes:
svn path=/head/; revision=73937
|
|
|
|
| |
Notes:
svn path=/head/; revision=73926
|
|
|
|
|
|
|
|
|
| |
- Call processfail to produce 'new port failures' page
- Comment out the 'comparelogs' calls for now until I make them aware
of architectures that don't have 4.x support
Notes:
svn path=/head/; revision=73925
|
|
|
|
|
|
|
|
|
|
| |
and 'buildfailure' and produce a HTML output listing ports with the date
they became broken. The output can surely be made more useful (e.g. it
always links to the ${branch}-latest logs, which may not exist when the
build-in-progress has not yet attempted the build of that port).
Notes:
svn path=/head/; revision=73924
|
|
|
|
|
|
|
|
|
|
| |
keep track of the number of times a port has failed to build, resetting
the counter when it builds successfully. There are still some bugs to be
worked out, but this will be used as the basis for maintainer notification
of port failures.
Notes:
svn path=/head/; revision=73922
|
|
|
|
|
|
|
| |
architectures, for a given branch.
Notes:
svn path=/head/; revision=73921
|
|
|
|
|
|
|
|
| |
the buildworld, installworld and 'make distribute' necessary for preparing
a bindist.
Notes:
svn path=/head/; revision=73919
|
|
|
|
| |
Notes:
svn path=/head/; revision=73918
|
|
|
|
| |
Notes:
svn path=/head/; revision=73917
|
|
|
|
|
|
|
| |
- Support builds as non-privileged user
Notes:
svn path=/head/; revision=73916
|
|
|
|
| |
Notes:
svn path=/head/; revision=73915
|
|
|
|
|
|
|
|
|
|
|
| |
- Increase timeout to 2 hours (needs to be arch-specific)
- Mount nfs filesystems with nfsv3,intr (the latter so that clients do
not hang if bento panics)
- Run pnohang.${arch} on clients instead of pnohang
- Support builds as non-privileged user
Notes:
svn path=/head/; revision=73914
|
|
|
|
|
|
|
|
|
| |
- Increase timeout to 8 hours (this needs to be made per-arch so it
doesn't overly pessimize fast client machines)
- Support building as a non-privileged user
Notes:
svn path=/head/; revision=73913
|
|
|
|
|
|
|
| |
- Mount on ${master} instead of localhost
Notes:
svn path=/head/; revision=73912
|
|
|
|
| |
Notes:
svn path=/head/; revision=73911
|
|
|
|
| |
Notes:
svn path=/head/; revision=73910
|
|
|
|
|
|
|
|
|
|
| |
- Use $INDEXFILE
- Use makeparallel script instead of 'make parallel'
- Support building packages as a non-privileged user (needs root access
to client machines)
Notes:
svn path=/head/; revision=73909
|