[28506] in Source-Commits

home help back first fref pref prev next nref lref last post

Re: scripts commit: Add utopic and vivid

daemon@ATHENA.MIT.EDU (Alex Chernyakhovsky)
Sun Mar 29 19:03:12 2015

MIME-Version: 1.0
In-Reply-To: <E3F5614A-6A6B-4B38-9E26-5C528323FAD9@mit.edu>
Date: Sun, 29 Mar 2015 19:03:05 -0400
Message-ID: <CAB18ysqXwtYAxHzvLA0iwFOFJcq=xtFn8L12bvjDrF+LSALi6A@mail.gmail.com>
From: Alex Chernyakhovsky <achernya@mit.edu>
To: Jonathan D Reed <jdreed@mit.edu>
Cc: Alexander Chernyakhovsky <achernya@mit.edu>,
        "source-commits@mit.edu" <source-commits@mit.edu>
Content-Type: text/plain; charset=UTF-8

It's getting used by the website for generating package-list, so I
figured I'd update it.

-Alex

On Sun, Mar 29, 2015 at 6:55 PM, Jonathan D Reed <jdreed@mit.edu> wrote:
> 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"
>>        ;;

home help back first fref pref prev next nref lref last post