[28507] in Source-Commits
Re: scripts commit: Add utopic and vivid
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sun Mar 29 19:12:01 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 23:11:53 +0000
Message-ID: <C836AA19-B349-4ACE-941F-2D3F8FD45CBF@mit.edu>
In-Reply-To: <CAB18ysqXwtYAxHzvLA0iwFOFJcq=xtFn8L12bvjDrF+LSALi6A@mail.gmail.com>
Content-Language: en-US
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Oh, good call. We should probably get the build server to be canonical and write out something to AFS.
Sent from my mobile device
> On Mar 29, 2015, at 7:03 PM, "Alex Chernyakhovsky" <achernya@mit.edu> wrote:
>
> 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"
>>> ;;