Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-11 | Add date to email subject. | skrll | 1 | -2/+2 | |
2000-12-05 | If cvs and ssh are in base, don't pkg_add them | hubertf | 1 | -4/+9 | |
2000-11-18 | Unconditionally step back out of the dir that we went in before. | hubertf | 1 | -2/+2 | |
(How did this EVER work before?!?) | |||||
2000-11-17 | Ur CVS_USER is empty, no CVS update will happen. Document! | hubertf | 1 | -2/+2 | |
2000-09-29 | * Make setting ftp_proxy and http_proxy actually work | hubertf | 1 | -14/+14 | |
* Store (t)sorted list of pkgs to build in .l | |||||
2000-09-29 | Install cvs and ssh and do 'cvs update' only if CVS_USER is set in build.conf. | hubertf | 1 | -7/+9 | |
(Set to "" to prevent update e.g. on sparc64 where we don't have a working ssh yet) | |||||
2000-09-24 | make lintpkgsrc operate on the right dir - with out -P, it goes for | hubertf | 1 | -2/+2 | |
/usr/pkgsrc instead of the current dir. Bad! | |||||
2000-09-21 | Print pkgs with no dependencies as depending on themselves, as they | hubertf | 1 | -10/+17 | |
don't get built. | |||||
2000-09-17 | * Put architecture into summary mail | hubertf | 1 | -3/+3 | |
* Prefix every line of the build's output with the architecture, so it's easy to see at a glance which architecture you have scrolling by in front of you | |||||
2000-09-17 | Read FTPHOST from config file | hubertf | 1 | -1/+2 | |
2000-09-15 | rcs id police | hubertf | 3 | -3/+3 | |
2000-09-15 | Allow setting ftp_proxy and http_proxy in build.conf or $environment | hubertf | 2 | -2/+16 | |
2000-09-15 | Bulk build framework | hubertf | 6 | -0/+446 | |
2000-09-15 | Whitespace fix | hubertf | 1 | -2/+2 | |
2000-09-02 | remove debug code | hubertf | 1 | -2/+2 | |
2000-09-02 | log more stuff to buildlog | hubertf | 1 | -17/+23 | |
2000-08-25 | a couple of minor changes to the bulk-check-uptodate target: | dmcmahill | 1 | -9/+11 | |
- quote arguments to pkg_admin so the shell doesn't try to expand any *'s. - be sure that all required binary packages exist. The previous version made sure the required packages were not newer, but missed catching missing required packages. Still todo: When examining required binary packages to see if they have changed, the test only looks at the modification time of the binary package. It does not verify that the required binary package is also up to date with respect to its pkgsrc files. | |||||
2000-08-24 | escape the \ in an echo command so we see it | dmcmahill | 1 | -2/+2 | |
2000-08-24 | If a required binary pkg is found newer, tell which one. | hubertf | 1 | -2/+2 | |
2000-08-24 | Remove a comment that's no longer valid after we have 'pkg_admin lsbest' | hubertf | 1 | -4/+1 | |
now - we can expand all pkg wildcards with that. | |||||
2000-08-24 | Back out last commit: It nuked pkgs that we compile in several versions, | hubertf | 1 | -4/+4 | |
e.g. for "normal" and -current pkgs. | |||||
2000-08-11 | When rebuilding a pkg, don't only remove the binary pkg currently | hubertf | 1 | -4/+4 | |
available with the current version, but ALL version. That way, old pkg versions are automatically removed when building new ones. | |||||
2000-08-04 | Suppress any errors from pkg_delete if no pkgs are installed | hubertf | 1 | -1/+3 | |
2000-08-01 | minor grammar fix | dmcmahill | 1 | -2/+2 | |
2000-08-01 | s/depends/install-depends/ | hubertf | 1 | -4/+4 | |
2000-07-31 | make sure the required packages (depends) are installed before the | hubertf | 1 | -1/+3 | |
package is about to be built. This allows measuring of (only) this pkg's build cost in some future step. | |||||
2000-07-28 | No need to set PKG_MISC_TARGETS in /etc/mk.conf any more, it's now | hubertf | 1 | -2/+1 | |
on per default in bsd.pkg.subdir.mk | |||||
2000-07-28 | initial commit of bulk build targets (more to come) | hubertf | 1 | -0/+188 | |