[1815] in athena10
New clusterinfo keys for Debathena
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Mar 23 04:16:56 2009
Message-ID: <49C74535.5030202@mit.edu>
Date: Mon, 23 Mar 2009 04:15:49 -0400
From: Evan Broder <broder@MIT.EDU>
MIME-Version: 1.0
To: hesreq@mit.edu
CC: debathena@mit.edu
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi -
Could I get the following clusterinfo key-value pairs added for
Debathena?
- in public-generic, public-linux, early-linux, beta-linux, alpha-linux,
and bleeding-linux:
apt-release=production
- in beta-linux, alpha-linux, and bleeding-linux (in addition to the above):
apt-release=proposed
- in alpha-linux and bleeding-linux (in addition to the above):
apt-release=development
No Athena releases, including Debathena, use this key just yet, so
adding them should have no effect.
I think the following script might do the right thing, although I'm not
making any promises:
qy add_cluster_data public-generic apt-release production
qy add_cluster_data public-linux apt-release production
qy add_cluster_data early-linux apt-release production
qy add_cluster_data beta-linux apt-release production
qy add_cluster_data alpha-linux apt-release production
qy add_cluster_data bleeding-linux apt-release production
qy add_cluster_data beta-linux apt-release proposed
qy add_cluster_data alpha-linux apt-release proposed
qy add_cluster_data bleeding-linux apt-release proposed
qy add_cluster_data alpha-linux apt-release development
qy add_cluster_data bleeding-linux apt-release development
Thanks,
- Evan