Timeline


and

02/08/08:

18:04 Changeset [22745] by ghudson
* debathena/scripts/gen-packages: New file to generate packages. * debathena/scripts/dasource: Expect to find packages in cwd. * debathena/scripts/packages: Remove.
12:26 Changeset [22744] by ghudson
* debathena/NOTES: Add step to apply new 10mount.patch to get AFS mounted inside build chroots.
12:22 Changeset [22743] by ghudson
* debathena/NOTES: Update build server notes to point at the Athena 10 apt repository, and to reference debian-versions.sh instead of all-schroots.
10:44 Changeset [22742] by ghudson
* debathena/scripts/dasource: Fix the handling of invalid options.
00:32 Changeset [22741] by ghudson
Add libpam-mktemp.

02/07/08:

23:51 Changeset [22740] by tabbott
revert minor change while debugging last checkin.
23:30 Changeset [22739] by tabbott
Centralize database of Debathena supported codenames and their tags into a new script, debian-versions.sh. Many scripts can be cleaned up substantially once we drop sarge support.
18:57 Changeset [22738] by tabbott
Build server should mount /afs inside schroots. Though in the current Lenny schroot, there's a better change.
12:36 Changeset [22737] by ghudson
* debathena/scripts/packages: Add authwatch.

02/06/08:

21:07 Changeset [22736] by tabbott
Package authwatch for Debathena.
13:26 Changeset [22735] by ghudson
Remove quilt patch for getcluster since it was applied upstream in CVS. * athena/bin/getcluster/debian/patches: Remove. * athena/bin/getcluster/debian/rules: Don't need quilt any more. * athena/bin/getcluster/debian/changelog: Bump version. * athena/bin/getcluster/debian/control: Regen (no quilt deps).
12:03 Changeset [22734] by ghudson
* debathena/debathena/build-common: Remove; we decided to go with a transform step (debathena/scripts/daconfiscate) instead of a custom rules file for un-autoconfiscated Athena sources.

02/05/08:

16:25 Changeset [22733] by tabbott
Include transform_afs.conf.debathena.

02/01/08:

21:33 Changeset [22732] by tabbott
* debathena/config/config-build-common/debathena-divert.mk: Actually make debathena-divert.mk divert everything in DEBATHENA_REPLACE_CONFFILES (before I only had divert.sh.in added to every package with a nonempty DEBATHENA_REPLACE_CONFFILES).
18:24 Changeset [22731] by tabbott
In pam-config: * Make access.conf.append mimic Athena workstations more closely.
13:15 Changeset [22730] by ghudson
* debathena/scripts/daupload-release: Factor out the base of the source changes file into a variable so that we don't have to keep calculating it.

01/31/08:

13:43 Changeset [22729] by ghudson
* debathena/NOTES: Document build server setup.
13:40 Changeset [22728] by ghudson
* debathena/scripts/build-server/packages: Alphabetize. Add approx. Remove cvs and rpm since they were used for dealing with Athena 9.4 materials.
13:37 Changeset [22727] by ghudson
Support volume groups other than "dink" on build servers. * debathena/scripts/clean-schroots, debathena/scripts/build-server/make-chroot: Allow VG environment variable setting to override the hardcoded /dev/dink.

01/30/08:

21:34 Changeset [22726] by ghudson
* debathena/scripts/dasource: Don't create an orig archive if the package version contains no Debian component. We were checking that prior to r22720 but that check was removed due to confusion on my part. We need it for the config and meta packages which are Debian-native.
21:30 Changeset [22725] by tabbott
Make debathena-workstation only include packages that exist. I'm not bumping the version number because it's never been built before.
21:13 Changeset [22724] by tabbott
In ldap-config: * Use new debathena-replace-conffiles interface.
21:12 Changeset [22723] by tabbott
In afs-config: * Use new debathena-replace-conffiles system. * Correctly remove afs.conf.debathena on clean.
21:12 Changeset [22722] by tabbott
In nsswitch-config: * Use debathena-replace-conffiles interface.
21:09 Changeset [22721] by tabbott
In config-build-common: * Add new debathena-replace-conffiles.mk, a more user-friendly wrapper for debathena-check-conffiles.mk and debathena-divert.mk. * Change debathena-check-conffiles.mk to allow checking md5sums of packaged files which are not marked as configuration files (e.g. /etc/adduser/adduser.conf). * Change debathena-divert.mk to not set DEBATHENA_DIVERT_SUFFIX unless it is not already set. * Change debathena-divert.mk to support adding Provides: and Conflicts: lines for each diverted configuration file. * Change debathena-divert.mk to divert everything in DEBATHENA_REPLACE_CONFFILES.
14:17 Changeset [22720] by ghudson
Create an autoconfiscation transform step for Athena source trees before the orig archive is created. * debathena/scripts/mkinstalldirs, debathena/scripts/install-sh: Copies from automake 1.10 so that we aren't dependent on a specific version of automake. * debathena/scripts/aclocal.m4: The Athena aclocal.m4, resurrected from the attic. * debathena/scripts/daconfiscate: New script to copy in boilerplate and generate configure for Athena source directories. * debathena/scripts/dasource: Invoke daconfiscate for athena packages. Also, avoid creating conflicting orig archives by (1) leaving alone an existing orig archive and (2) searching the apt repositories for an orig archive before generating one.

01/29/08:

22:45 Changeset [22719] by tabbott
In gdm-config: * New version using graphical theme. * Use gdm.conf-custom instead of gdm.conf when it exists in order to support Ubuntu.
22:38 Changeset [22718] by tabbott
In pam-config: * Only set XAUTHORITY in /etc/pam.d/ssh due to gdm problems. * Correctly clean auto-generated debian/access.conf.debathena * Replace pam_xauthority.so with more general pam_mktemp.so * Use pam_mktemp.so to create/set ATHENA_SESSION_TMPDIR * Use nss_nonlocal 1.3 to give better /etc/security/access.conf default for private workstations: access is allowed if and only if the user has a local account on the system
22:35 Changeset [22717] by tabbott
In nsswitch-config: * require libnss-nonlocal (>=1.3~) for the nss-local-users group.
22:25 Changeset [22716] by tabbott
Set maintainers for PAM/NSS modules in debathena section to debathena@mit.edu.
22:23 Changeset [22715] by tabbott
libpam-mktemp is a new module generalizing libpam-xauthority and is intended to replace it; it can also be used to handle ATHENA_SESSION_TMPDIR.
22:12 Changeset [22714] by tabbott
In libnss-nonlocal: * Have initgroups() only add nonlocal groups to nonlocal users. * If a group called nss-local-users exists, add local users to it. * If a group called nss-nonlocal-users exists, add nonlocal users to it. * Create nss-local-users and nss-nonlocal-users at installation.
01:58 Changeset [22713] by andersk
Fall back to port 2100 if getservbyname fails. * discuss/include/config.h.sed: Define DISCUSS_FALLBACK_PORT. * discuss/server/rpproc.c, discuss/libds/res_module.c: Use DISCUSS_FALLBACK_PORT.

01/28/08:

12:29 Changeset [22712] by ghudson
* debathena/scripts/dasource: If updating an existing checkout, clean out any changed or stray files so that the orig tarball reflects what is in the repository.

01/27/08:

17:07 Changeset [22711] by ghudson
* debathena/scripts/packages: Add debathena-build-common.
17:07 Changeset [22710] by ghudson
Add a new package debathena-build-common containing rules to build Athena source directories.

01/26/08:

18:15 Changeset [22709] by ghudson
* athena/xcluster/net.c: Fall back to hardcoded port if getservbyname fails. Patch by broder.

01/25/08:

15:55 Changeset [22708] by tabbott
In ssh-client-config: * Eliminate all GSSAPIAuthentication lines in /etc/ssh/ssh_config before adding the right version, to avoid duplicates.
15:42 Changeset [22707] by tabbott
In afs-config: * Restart AFS so AFS comes up correctly at installation, but don't let installation fail if AFS can't restart because it was already running.
12:56 Changeset [22706] by ghudson
* debathena/scripts/dasource: Build unsigned source packages. Handle Debian version components by creating an original tarball without the debian subdir. Add comments for clarity.
00:15 Changeset [22705] by tabbott
Note these changes only affect debathena-standard configurations.

01/17/08:

16:54 Changeset [22704] by ghudson
* debathena/scripts/dasource: New script to create source checkouts and packages. * debathena/scripts/packages: New supporting file mapping package names to pathnames.

01/16/08:

14:59 Changeset [22703] by ghudson
Snapshot the source materials for the manual-config packages, from /mit/debathena/packages/manual-config.
14:56 Changeset [22702] by ghudson
Snapshot the scripts used to build OpenAFS kernel modules, from /mit/debathena/packages/third/openafs.

01/15/08:

11:20 Changeset [22701] by ghudson
Remove trunk/CVSROOT, a vestige from the CVS conversion.
03:24 Changeset [22700] by ghudson
Allow apt repository location to be specified with $DEBATHENA_APT. The default value is the old hardcoded location /mit/debathena/apt. * debathena/scripts/dadch, debathena/scripts/daequivsupload, debathena/scripts/daupload-release: Set default value of $DEBATHENA_APT and use it in place ot /mit/debathena/apt.

01/14/08:

16:44 Changeset [22699] by ghudson
Snapshot the Debathena materials for Athena packages into "debian" subdirs of the relevant Athena sources, pulling from /mit/debathena/packages/athena. Some big caveats: - Six Debathena packages are excluded because the current Athena 10 project plan does not call for building them: config-console console, dotfiles, glue, olc, and xscreensaver. (dotfiles and glue will be replaced with new Debathena-specific packages.) - Debathena does not cover all Athena packages which are called for to be built; Debian directories for these packages will have to be created. - Some of the packages contain patches, managed by quilt. The plan is to review and apply (or otherwise address) these patches and eliminate them. - The debian/rules files for Debathena packages are designed for use with the result of the athena-tarball script (from /mit/debathena/packages/athena/bin which I don't currently plan to import), and will not work with the raw source directories. The plan here is to write a CDBS extension package containing rules to handle raw Athena source directories, and then modify the rules files appropriately.
15:44 Changeset [22698] by ghudson
Snapshot some of the Debathena third-party package materials. This commit only covers the packages which use the debathenificator framework (bash, tcsh, krb5).

01/12/08:

00:41 Changeset [22697] by andersk
* Eschew /bin/athena paths. * Trivial argument order change for consistency.
00:22 Changeset [22696] by andersk
Select the Noninteractive debconf frontend in the build chroots.

01/10/08:

13:34 Changeset [22695] by ghudson
Move directories from trunk to attic if we do not expect to build them for Athena 10 and do not believe we are the upstream source code maintainer of the relevant Debian package.
Note: See TracTimeline for information about the timeline view.