Erwin Lansing
ad1b924b23
Revert the clang part of rev 1.12, which is now default in clangbsd.
2010-05-10 15:05:59 +00:00
Mark Linimon
7fc55a84af
Add a case to detect a transient problem that shows up on all package
...
nodes, but most regularly on sparc64. (Occasionally, on amd64 and ia64).
For reasons I haven't been quite able to track down, on some occasions
a pkg_add command is unable to extract a dependency; the tarfile shows
up as being truncated. This does not seem to be due to disk-low or
memory-low conditions, nor is it a problem with scp; the md5 on the file
is fine when examined afterwards.
The only clue so far is that it seems to happen on systems with the most
package builds running simultaneously -- and thus, possibly more than one
pkg_add running in parallel.
2010-03-30 21:19:36 +00:00
Mark Linimon
5c7fe20b5f
Add an entry for the "truncated distfiles" problem; improve one other entry.
2010-03-30 21:14:16 +00:00
Mark Linimon
81ee5011c8
Catch up with production.
...
Feature safe: yes
2010-02-19 16:27:24 +00:00
Mark Linimon
2492e191ee
Bring this up to date with what is in production: add 'queue length'
...
column from pav; fix first-column formatting.
Feature safe: yes
2010-02-19 16:15:58 +00:00
Mark Linimon
261bae1be6
Bah, another few references to "8-current", which no longer exists.
2010-02-05 18:09:52 +00:00
Mark Linimon
d1c3f4ddd2
Add some new error cases to handle regressions in -current. (Not yet
...
analyzed for how much they will slow this script down; consider this a
rush-job.)
- dirent denotes some change in the usage of dirent.h.
- termios denotes the deprecation of <sys/termios.h>.
- uname denotes the hiding of the uname symbol. This has been backed
out in src so let's hope this case can go away soon.
- utmp_x denotes the replacement of utmp.h with utmpx.h.
Together these catch ~150 new errors on i386-9. However, there are more
that are not caught (second-order effects.)
2010-01-20 09:08:55 +00:00
Mark Linimon
99e391bf77
Note that we are at 9-CURRENT now. Also, ia64 builds have resumed.
2009-12-19 14:05:51 +00:00
Pav Lucistnik
931cab63a3
- Remove use of X11BASE from pointyhat scripts
2009-12-18 14:25:58 +00:00
Mark Linimon
7676829042
A few more loose ends.
...
Testing by: miwi
2009-11-19 06:47:05 +00:00
Mark Linimon
a7e34a9e41
Make the create command more robust by making even more directories
...
and checking more error results.
2009-11-19 03:25:47 +00:00
Mark Linimon
4bf33692a7
Properly supppress empty buildenvs.
2009-11-17 04:49:41 +00:00
Mark Linimon
1263d0c3a0
Refactor this to minimize hard-coding. When our support for branches
...
changes, now you only need to change 2 lines.
2009-11-16 00:17:05 +00:00
Mark Linimon
b5923ad846
Harden these a bit: make them identify on which host they were running;
...
skip unncessary steps.
2009-11-16 00:16:08 +00:00
Mark Linimon
8d20989476
Fix up the problems that can happen when 2 copies of makeworld are
...
running simultaneously for separate buildenvs.
2009-11-13 04:24:35 +00:00
Mark Linimon
8b562a8a84
Make more robust.
2009-11-12 23:48:36 +00:00
Mark Linimon
6b924aa4a6
Parameterize.
2009-11-12 23:48:22 +00:00
Mark Linimon
7c3e5b64a5
Harden this script so it will DTRT if any subdirectories of a new build,
...
or pieces of a pre-existing build, are missing. These are both the case
when dopackages follows 'build create'.
2009-11-10 08:02:37 +00:00
Mark Linimon
debe14542f
Remove a trailing slash on a directory name, that merely gets doubled
...
later in the code.
2009-11-10 07:54:50 +00:00
Mark Linimon
5b7f7f4aeb
Finally fix the 'build create' command to DTRT by reusing some already-
...
working code. While here, clean up a bit.
2009-11-10 00:18:04 +00:00
Mark Linimon
2d1dcdcd60
Reflect the fact that src-HEAD is now just a symlink to src-9. This
...
dance-step prevents having to introduce some special-case code into
the build script.
2009-11-10 00:17:20 +00:00
Mark Linimon
75ee9174fa
Fix permissions and 'latest' link.
2009-11-09 09:09:19 +00:00
Mark Linimon
c01dff508b
Remove a doubled slash.
2009-11-09 08:52:36 +00:00
Mark Linimon
9203344875
Implement the "build create" command.
2009-11-09 08:37:36 +00:00
Mark Linimon
99dc659674
Remove cruft.
2009-11-08 02:25:19 +00:00
Mark Linimon
661c4bdb3a
Allow for the possibility of powerpc builds. Since these are not yet
...
set up, add error handling to gracefully handle missing directories.
2009-11-08 00:27:14 +00:00
Mark Linimon
551b5a7617
Allow for the possibility of powerpc builds.
2009-11-08 00:25:37 +00:00
Mark Linimon
4d6a33b6fa
Remove dead code.
2009-11-08 00:25:03 +00:00
Mark Linimon
50b2db3470
Reflect reality on pointyhat. While here, clean up a bit.
2009-11-08 00:24:50 +00:00
Mark Linimon
6700e1cbe7
Add links for 9-current. (note: 8-current is not 8-stable ... yet.)
...
While here, remove some staleness.
2009-08-24 02:32:52 +00:00
Mark Linimon
3fba981253
Generalize this script to remove the necessity of editing it every time
...
we create a new src branch. While here, garbage collect some code that
hasn't been run for years.
2009-08-24 01:57:30 +00:00
Mark Linimon
99e14e14ec
I believe that this script is obsolete. Retire it.
2009-08-23 15:30:24 +00:00
Mark Linimon
03def879af
Add 9 and 9-exp to this sample file. Delete 6-exp2.
2009-08-23 14:38:17 +00:00
Erwin Lansing
6452647285
Add support for RELENG_8
2009-08-23 12:20:23 +00:00
Mark Linimon
86c19829e3
Reflect RELENG_9.
2009-08-23 11:01:42 +00:00
Mark Linimon
94b770ad20
Reflect the fact that RELENG_9 has been created, and that there is some
...
interest in reviving ia64. While here, generalize things a bit.
2009-08-23 10:32:15 +00:00
Mark Linimon
352d3da30f
Turn off the 'show latest log' feature. While handy, this thrashes the
...
disks.
While here, note that there is some interest in reviving ia64 package
builds.
2009-08-23 10:08:15 +00:00
Erwin Lansing
cc977a1400
Add a timeout to the qmanager connection.
2009-08-13 15:21:20 +00:00
Erwin Lansing
c58c61be8d
Make sure that some options to dopackages are passed to the environment
...
when invoking pdispatch.
2009-08-13 15:20:12 +00:00
Erwin Lansing
458ebe3860
Also put bzipped and checksums of INDEX, UPDATING and MOVED on the mirrors
...
PR: 131440
Requested by: Hannes Hauswedell <freebsd@soulrebel.in-berlin.de>
2009-08-12 08:18:56 +00:00
Erwin Lansing
b38ab17a77
- Upload MOVED and UPDATING to the packages directory to make it
...
available on the ftp mirrors alongside the packages [1]
- While I'm here, remove a NOOP check for FreeBSD 4.x -exp
PR: 135024 [1]
Requested by: Dominic Fandrey <kamikaze@bsdforen.de>
2009-08-11 07:51:37 +00:00
Mark Linimon
58d45fd566
5 and 5-exp are no longer supported.
2009-07-19 19:44:15 +00:00
Pav Lucistnik
0dbe63a36f
- Seems magic slash stopped working on -CURRENT zfs, so do without it
2009-07-08 08:50:42 +00:00
Mark Linimon
6ded0e595c
Switch the 'skipped' column to point to duds.verbose instead of duds,
...
now that it is available in all current builds.
2009-06-03 03:42:30 +00:00
Pav Lucistnik
ce4e44feb4
- Update to reflect a reality on pointyhat
2009-05-21 16:17:15 +00:00
Pav Lucistnik
46e2ac6a6f
- Separate ports tree updating to use cvsup from cvsup-master instead of cvs
...
update from NFS mount, which is just way too slow
2009-05-21 16:15:56 +00:00
Mark Linimon
dbee5e6a5e
Fix bug where number of error logs was incorrect.
2009-03-26 10:38:44 +00:00
Mark Linimon
4b88f15929
Rewrite of processlog by kris.
2009-03-26 10:33:51 +00:00
Mark Linimon
cceb2bfce4
- Add a new case 'nested-declaration' to catch errors on -current.
...
- Fix false positives for 'cluster'.
- Add 'error: invalid pure specifier' case to badc++.
2009-03-25 10:18:41 +00:00
Pav Lucistnik
93139e9aed
Remove 6-exp2 builds, they haven't been used in a while
2009-01-21 16:11:24 +00:00