[28505] in Source-Commits
Re: scripts commit: Add utopic and vivid
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sun Mar 29 18:55:47 2015
From: Jonathan D Reed <jdreed@mit.edu>
To: Alexander Chernyakhovsky <achernya@mit.edu>
CC: "source-commits@mit.edu" <source-commits@mit.edu>
Date: Sun, 29 Mar 2015 22:55:39 +0000
Message-ID: <E3F5614A-6A6B-4B38-9E26-5C528323FAD9@mit.edu>
In-Reply-To: <201503292228.t2TMSBTe014677@drugstore.mit.edu>
Content-Language: en-US
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Um, aren't we not using debian-versions.sh anymore? It uses the Python thing now, and dareprepro and friends were updated. It's possible that, uh, manual-config or something still uses the old system, but if so, we should fix that.
Sent from my mobile device
> On Mar 29, 2015, at 6:28 PM, "Alexander Chernyakhovsky" <achernya@mit.edu> wrote:
>
> https://github.com/mit-athena/scripts/commit/1c2ac235a5608a41a30ff67c02e76d32ad764f38
> commit 1c2ac235a5608a41a30ff67c02e76d32ad764f38
> Author: Alexander Chernyakhovsky <achernya@mit.edu>
> Date: Sun Mar 29 17:21:51 2015 -0400
>
> Add utopic and vivid
>
> debian-versions.sh | 8 +++++++-
> 1 files changed, 7 insertions(+), 1 deletions(-)
>
> diff --git a/debian-versions.sh b/debian-versions.sh
> index 76d959d..20aef67 100755
> --- a/debian-versions.sh
> +++ b/debian-versions.sh
> @@ -1,5 +1,5 @@
> #!/bin/sh
> -DEBIAN_CODES="wheezy jessie precise saucy trusty"
> +DEBIAN_CODES="wheezy jessie precise trusty utopic vivid"
> gettag() {
> case "$1" in
> squeeze)
> @@ -29,6 +29,12 @@ gettag() {
> trusty)
> echo "~ubuntu14.04"
> ;;
> + utopic)
> + echo "~ubuntu14.10"
> + ;;
> + vivid)
> + echo "~ubuntu15.04~0.1"
> + ;;
> raspbian-wheezy)
> echo "~raspbian7.0~0.1"
> ;;