Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e24afb41 | 2015-05-20 08:34:45 | zap local code. Now that chroot changes class, it's much better to use it directly. | ||
| 6f114bf5 | 2015-05-18 21:10:18 | Reserve user and group for upcoming mosquitto port. | ||
| 391645a2 | 2015-05-18 16:35:15 | use File object (name + user) to ensure watched files are watched with the correct user. Should fix sthen@'s problems. (File interface to be used elsewhere, as it's less cumbersome) | ||
| 4125493a | 2015-05-17 20:39:45 | Already run as the correct user, so revert. run it in a chdir(distdir) instead, avoids situations where the original dir is inaccessible by unpriv_user AND simplifies the code too. What more could you ask for ? | ||
| 8bf92bb6 | 2015-05-17 10:24:55 | _logstash checks in | ||
| 59b4a6a4 | 2015-05-17 08:29:31 | make sure we switch to a directory within the chroot on localhost, as per chroot(8). | ||
| 550697f7 | 2015-05-16 18:14:04 | We never use groups separately, make it a grouplist. Get group name as well. Pass BUILD_USER/BUILD_GROUP/FETCH_USER/FETCH_GROUP as env variables to STARTUP script. | ||
| db2b6691 | 2015-05-16 17:04:51 | if the build-user of dpb can't get to bulk/update directories, it's not really an issue. This is probably the issue aja saw earlier today, and I just ran into it myself. | ||
| 372cc73c | 2015-05-16 17:01:53 | make log files more helpful, when dependencies get coalesced together and handled by an earlier port, link to the relevant port which has the pkg_add. Makes it much easier to figure out when show-prepare-results fails because of conflicts in dependent ports... | ||
| 70b1c1c8 | 2015-05-16 15:27:48 | chdir($distdir) at the start of expire_old First, it makes for simpler code. It also allows things to work when your cwd is not readable by your user, such as /root, since File::Find wants the cwd. |