/security/pgp/files/

link rel='vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't add ${WRKDIR}.sobomax2008-10-221-4/+4
* Handle the rest of the edge cases; drop 5 as obsolete; cleanup.linimon2008-09-181-23/+35
* Bring this into the new portbuild world order. While here, try tolinimon2008-09-181-27/+94
* RELENG_5 is desupported.linimon2008-09-121-3/+3
* Major overhaul:linimon2008-09-071-349/+172
* Add a new script for performing high-level administration of a build.kris2008-08-091-518/+496
* Add an option to clean up old distfiles. We don't have enough space tokris2008-08-091-0/+10
* Update the list of openoffice.org ports: remove 1.x and add 3.xerwin2008-07-301-1/+1
* Oops, commit the right version of this (adds extra checks that onlykris2008-07-261-0/+5
* * Simple client that passes on a build request to the buildproxykris2008-07-261-0/+32
* * Python daemon run as root that proxies privileged build commands forkris2008-07-261-0/+75
* Script run from cron to regularly update the master ZFS copies of thekris2008-07-261-0/+63
* Script run from cron on the package clients to report metrics to ganglia.kris2008-07-261-0/+35
* Simple script to expire ZFS snapshots older than a certain agekris2008-07-261-0/+47
* Python script for backing up ZFS filesystems on pointyhat. For eachkris2008-07-261-0/+217
* * Add comment that this is unusedkris2008-07-261-0/+1
* * Add commentskris2008-07-261-1/+6
* * Cleanupkris2008-07-261-28/+153
* * Cleanupkris2008-07-261-28/+23
* * Cleanupkris2008-07-261-496/+581
* * Catch up to build ID directory changeskris2008-07-261-42/+155
* * Catch up to build ID directory changeskris2008-07-261-3/+24
* * Catch up to build ID directory changeskris2008-07-262-9/+16
* * Cleanupkris2008-07-261-50/+51
* * Cleanupkris2008-07-261-71/+73
* * Cleanupkris2008-07-261-75/+120
* * Cleanupkris2008-07-263-24/+50
* * Cleanupkris2008-07-261-19/+74
* * Desupport alpha and ia64kris2008-07-261-4/+3
* * Add commentskris2008-07-261-2/+2
* * Implement basename and dirname using shell builtinskris2008-07-261-0/+8
* * Cleanupkris2008-07-261-13/+15
* * Cleanupkris2008-07-261-104/+160
* * Cleanupkris2008-07-261-65/+41
* * Cleanupkris2008-07-261-17/+24
* * Cleanupkris2008-07-261-7/+18
* * Cleanupkris2008-07-261-51/+18
* * Cleanupkris2008-07-261-38/+39
* * Cleanupkris2008-07-261-15/+17
* Rewrite in python and combine the functions of the formerkris2008-07-261-35/+263
* More verbose status reporting using key=value format. We now alsokris2008-07-261-8/+18
* Major optimizations for 'make index' and other recursive traversalkris2008-07-201-0/+2
* Have a different approach on how to check if the modules file has changed.edwin2008-07-141-9/+7
* Keep the sources of the CVSROOT-ports/modules update script safelyedwin2008-07-094-0/+361
* [PATCH] Tools/scripts: Some cleanups, additions to bump_version.pledwin2008-07-061-28/+33
* Reflect latest changes from production:linimon2008-07-021-39/+43
* This conversion script is no longer usefulkris2008-06-261-74/+0
* CVSROOT/modules no longer contains an entry per port, remove supporterwin2008-06-204-300/+9
* Modernize this script a bit.kris2008-06-111-13/+10
* * Distfile collection is now the default; replace -distfiles with -nodistfileskris2008-06-111-9/+13
* Add some test -d's to avoid cd'ing into directories that do not existkris2008-06-111-3/+6
* Major optimizations. Instead of copying the distfiles around, mvkris2008-06-111-11/+67
* Revive this script and make it useful. Transfer the distfiles using rsynckris2008-06-111-26/+23
* * Catch up to X11R6 removalkris2008-06-111-7/+12
* Add support for "PORTREVISION?=" and "PORTEPOCH"edwin2008-06-061-52/+62
* Rewrite this to make it more efficient (fewer external commandkris2008-06-031-138/+181
* Remove support for FreeBSD 5.xerwin2008-06-011-21/+1
* Remove the force file, if it was used.linimon2008-05-291-0/+1
* Add a force function here, just like processlogs.linimon2008-05-291-1/+1
* Add a note that processonelog and processlogs2 are finicky about thelinimon2008-05-291-0/+1
* Fix these after the 1.31 update to buildscript.linimon2008-05-292-5/+7
* Rewrite this in python instead of shell. Because we can read thekris2008-05-261-39/+55
* NNew build scheduler written in python to replace the make+sh jobkris2008-05-102-0/+1040
* Add a tiny sh hack - ardiff - compares two archives.sat2008-05-072-0/+98
* Remove XFree86-4 from quickportspav2008-04-111-1/+1
* Parallelize to 4 concurrent jobspav2008-04-112-2/+2
* Include per-machine configuration and respect use_zfs flagpav2008-04-111-2/+3
* Sync with pointyhat (reorg)pav2008-04-111-9/+9
* - Add the port's Makefile ident string to the build log headerspav2008-03-131-2/+7
* - Don't write queue entry for machine that's not on mlist. This allows us topav2008-03-131-0/+6
* Make the INDEX_JOBS definition actually effectivepav2008-03-121-1/+1
* Remove support for 5-exp and add 7-exp, 8 and 8-experwin2008-01-155-11/+17
* Change homebrew locking routines with lockf(1) based locking.erwin2008-01-011-14/+4
* Add the standard 6-line header and URL to all build failure logs, notlinimon2007-12-241-1/+10
* Copy the duds file to a directory where the web server can find it. Thislinimon2007-12-241-0/+7
* Make the script less whiny for unpopulated builds.linimon2007-12-241-2/+2
* Fix a problem when add new ports on ports-mgmt category. ports-mgmt/Makefilegarga2007-12-201-6/+13
* Add support for 7-exp and 8 brancheskris2007-11-042-3/+3
* Correctly report active builds when ZFS is in usekris2007-11-041-1/+1
* * Add support for 7-exp and 8 brancheskris2007-11-041-3/+8
* - Add support for FreeBSD 8.0erwin2007-10-261-4/+25
* Add 7-exp, 8.linimon2007-10-161-0/+8
* Add 7-exp and 8.linimon2007-10-161-1/+1
* Rename 'missing' column to 'not yet built' so as not to confuse terminologylinimon2007-10-161-6/+6
* s/query-pr.real/query-pr/ to fix getpr after freefall migrationgarga2007-10-161-1/+1
* Reflect 8-CURRENT.linimon2007-10-151-1/+94
* The index page used on pointyhat.linimon2007-10-151-0/+950
* Update this example file to reflect 7.0 branching.linimon2007-10-151-1/+1
* Replace two further instances of /var/db/pkg by $PKG_DBDIR.gerald2007-09-171-2/+2
* Remove the following false positives, which show up as compiler warnings,linimon2007-09-131-2/+2