summaryrefslogtreecommitdiff
path: root/Tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Unbreak the -n flag;Romain Tartière2010-06-061-6/+5
| | | | | | | | | - Remove invalid reference to freefall. Approved by: garga Notes: svn path=/head/; revision=255899
* Restore line dropped in revision 1.21.Mark Linimon2010-06-031-0/+1
| | | | | | | Pointyhat to: linimon Notes: svn path=/head/; revision=255633
* Sigh. This had already been done, just not checked out on production.Mark Linimon2010-05-316-7/+1
| | | | | | | Pointy hat: self Notes: svn path=/head/; revision=255410
* Get rid of the remnants of X11BASE.Mark Linimon2010-05-316-1/+7
| | | | Notes: svn path=/head/; revision=255409
* Remove some hardcoding.Mark Linimon2010-05-311-5/+5
| | | | Notes: svn path=/head/; revision=255407
* Add a comment.Mark Linimon2010-05-311-0/+2
| | | | Notes: svn path=/head/; revision=255406
* Eliminate some more hardcoding. Expand the pattern for "non-mainstream"Mark Linimon2010-05-251-5/+9
| | | | | | | builds to also catch \., not just \-. Notes: svn path=/head/; revision=255073
* Remove the hard-coding of '-exp'. While here, factor out some otherMark Linimon2010-05-251-6/+9
| | | | | | | hardcoding to defines. Notes: svn path=/head/; revision=255039
* Remove obsolete cruft.Mark Linimon2010-05-231-8/+0
| | | | Notes: svn path=/head/; revision=254872
* Cronjob that runs on pointyhat to cleanup stale chroots on clients.Mark Linimon2010-05-221-0/+11
| | | | Notes: svn path=/head/; revision=254768
* Trim backup files a bit; make the emails a bit more verbose.Mark Linimon2010-05-202-12/+24
| | | | Notes: svn path=/head/; revision=254625
* Refactor things a bit.Mark Linimon2010-05-201-4/+5
| | | | Notes: svn path=/head/; revision=254624
* Improve error handling a bit.Mark Linimon2010-05-202-1/+6
| | | | Notes: svn path=/head/; revision=254623
* Revert the clang part of rev 1.12, which is now default in clangbsd.Erwin Lansing2010-05-101-6/+0
| | | | Notes: svn path=/head/; revision=254082
* Add a case to detect a transient problem that shows up on all packageMark Linimon2010-03-301-0/+3
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=251857
* Add an entry for the "truncated distfiles" problem; improve one other entry.Mark Linimon2010-03-301-1/+7
| | | | Notes: svn path=/head/; revision=251856
* - allow addport to work in ports-mgnt againDirk Meyer2010-03-251-1/+1
| | | | | | | Approved by: garga, drso, flz Notes: svn path=/head/; revision=251498
* Catch up with production.Mark Linimon2010-02-191-0/+14
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250071
* Bring this up to date with what is in production: add 'queue length'Mark Linimon2010-02-191-3/+20
| | | | | | | | | column from pav; fix first-column formatting. Feature safe: yes Notes: svn path=/head/; revision=250070
* Bah, another few references to "8-current", which no longer exists.Mark Linimon2010-02-051-12/+12
| | | | Notes: svn path=/head/; revision=249295
* - Add a script to check unneeded dependencies for perl modules.Jun Kuriyama2010-01-292-0/+107
| | | | Notes: svn path=/head/; revision=248806
* Add some new error cases to handle regressions in -current. (Not yetMark Linimon2010-01-201-0/+14
| | | | | | | | | | | | | | | | | 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.) Notes: svn path=/head/; revision=248193
* Note that we are at 9-CURRENT now. Also, ia64 builds have resumed.Mark Linimon2009-12-191-1/+19
| | | | Notes: svn path=/head/; revision=246240
* - Remove use of X11BASE from pointyhat scriptsPav Lucistnik2009-12-188-16/+9
| | | | Notes: svn path=/head/; revision=246153
* Correct depreciation warning with Python 2.6 and fix several warningsMaxim Sobolev2009-11-211-19/+19
| | | | | | | from the pytchecker. Notes: svn path=/head/; revision=244573
* A few more loose ends.Mark Linimon2009-11-191-2/+2
| | | | | | | Testing by: miwi Notes: svn path=/head/; revision=244458
* Make the create command more robust by making even more directoriesMark Linimon2009-11-191-20/+27
| | | | | | | and checking more error results. Notes: svn path=/head/; revision=244456
* Properly supppress empty buildenvs.Mark Linimon2009-11-171-36/+36
| | | | Notes: svn path=/head/; revision=244353
* Refactor this to minimize hard-coding. When our support for branchesMark Linimon2009-11-161-23/+15
| | | | | | | changes, now you only need to change 2 lines. Notes: svn path=/head/; revision=244309
* Harden these a bit: make them identify on which host they were running;Mark Linimon2009-11-162-7/+9
| | | | | | | skip unncessary steps. Notes: svn path=/head/; revision=244308
* Fix up the problems that can happen when 2 copies of makeworld areMark Linimon2009-11-132-10/+12
| | | | | | | running simultaneously for separate buildenvs. Notes: svn path=/head/; revision=244199
* Make more robust.Mark Linimon2009-11-121-1/+4
| | | | Notes: svn path=/head/; revision=244184
* Parameterize.Mark Linimon2009-11-121-7/+13
| | | | Notes: svn path=/head/; revision=244183
* Harden this script so it will DTRT if any subdirectories of a new build,Mark Linimon2009-11-101-12/+45
| | | | | | | | or pieces of a pre-existing build, are missing. These are both the case when dopackages follows 'build create'. Notes: svn path=/head/; revision=244057
* Remove a trailing slash on a directory name, that merely gets doubledMark Linimon2009-11-101-1/+1
| | | | | | | later in the code. Notes: svn path=/head/; revision=244056
* Finally fix the 'build create' command to DTRT by reusing some already-Mark Linimon2009-11-101-38/+32
| | | | | | | working code. While here, clean up a bit. Notes: svn path=/head/; revision=244048
* Reflect the fact that src-HEAD is now just a symlink to src-9. ThisMark Linimon2009-11-101-1/+1
| | | | | | | | dance-step prevents having to introduce some special-case code into the build script. Notes: svn path=/head/; revision=244047
* Fix permissions and 'latest' link.Mark Linimon2009-11-091-3/+14
| | | | Notes: svn path=/head/; revision=244016
* Remove a doubled slash.Mark Linimon2009-11-091-2/+2
| | | | Notes: svn path=/head/; revision=244015
* Implement the "build create" command.Mark Linimon2009-11-091-5/+36
| | | | Notes: svn path=/head/; revision=244014
* Remove cruft.Mark Linimon2009-11-081-3/+0
| | | | Notes: svn path=/head/; revision=243955
* Allow for the possibility of powerpc builds. Since these are not yetMark Linimon2009-11-082-4/+16
| | | | | | | set up, add error handling to gracefully handle missing directories. Notes: svn path=/head/; revision=243953
* Allow for the possibility of powerpc builds.Mark Linimon2009-11-081-1/+1
| | | | Notes: svn path=/head/; revision=243952
* Remove dead code.Mark Linimon2009-11-081-9/+1
| | | | Notes: svn path=/head/; revision=243951
* Reflect reality on pointyhat. While here, clean up a bit.Mark Linimon2009-11-081-2/+3
| | | | Notes: svn path=/head/; revision=243950
* - Fixed "permission denied" errorGreg Larkin2009-10-061-2/+2
| | | | | | | | | - Prevented full ports tree build when operating with ~/.cvsrc PR: ports/139121 Notes: svn path=/head/; revision=242501
* Correctly bump PORTREVISION?= instead of always resetting to 1 in this case.Gerald Pfeifer2009-09-151-1/+1
| | | | | | | | PR: 138774 Approved by: edwin Notes: svn path=/head/; revision=241447
* Add links for 9-current. (note: 8-current is not 8-stable ... yet.)Mark Linimon2009-08-241-2/+69
| | | | | | | While here, remove some staleness. Notes: svn path=/head/; revision=240240
* Generalize this script to remove the necessity of editing it every timeMark Linimon2009-08-241-13/+11
| | | | | | | | we create a new src branch. While here, garbage collect some code that hasn't been run for years. Notes: svn path=/head/; revision=240237
* I believe that this script is obsolete. Retire it.Mark Linimon2009-08-231-75/+0
| | | | Notes: svn path=/head/; revision=240187