mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c2ae7d52ff
(1) cvsup (2) run cvs update on the ports and doc trees (3) generate new index (4) generate new duds list (5) move old packages and distfiles out of the way (6) build packages (7) build packages again (to salvage those died with transient errors) (8) generate restricted list (9) generate no-cdrom list Steps (3)-(9) are repeated for 4-current and 3-stable.
10 lines
250 B
Bash
Executable File
10 lines
250 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pb=/a/asami/portbuild
|
|
${pb}/scripts/dopackages 4 2>&1 \
|
|
| tee /a/asami/portbuild/4/build.log \
|
|
| sendmail asami@freebsd.org
|
|
${pb}/scripts/dopackages -nocvsup 3 2>&1 \
|
|
| tee /a/asami/portbuild/3/build.log \
|
|
| sendmail asami@freebsd.org
|