procenv now in Debian and Ubuntu: how you can use it
The procenv utility covered in a previous post is now at version 0.15 and also available in Debian Sid and Ubuntu Raring. So, you can do the usual "sudo apt-get install procenv" followed by simply "procenv" to run it. However, due to the way this utility is built, there is a little more you can do. Read on...
procenv runs itself as part of its build (at the end of course :-). What this means is that you can now see what that build environment is like by looking at the build logs:
With this information, you can perform some rather interesting analysis:
Please report any bugs you find here.
procenv runs itself as part of its build (at the end of course :-). What this means is that you can now see what that build environment is like by looking at the build logs:
- Debian build logs
- Ubuntu build logs (you need to expand the "twistie" to see the log files.
With this information, you can perform some rather interesting analysis:
- See the environment a "buildd" provides.
- Compare a buildd environment versus your "normal" workstation environment.
- Compare a Debian buildd environment with an Ubuntu build environment.
- Compare an Ubuntu buildd environment with an autopkgtest environment.
Please report any bugs you find here.
Comments
Post a Comment