FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor


 
 
LinkBack Thread Tools
 
Old 10-02-2010, 07:35 AM
Allan McRae
 
Default abs-2.4.0-1

Hi,

I just pushed a new abs release to [testing]. The "major" changes are:
- use the tarball method for initial sync
- fix tarball method to work with $arch in mirrorlist
- updated prototypes for pacman-3.4
- addition of bzr prototype

I will push it to [extra] if I hear about no breakages in the next day
or two.


Allan
 
Old 10-02-2010, 08:52 AM
Guillaume Brunerie
 
Default abs-2.4.0-1

2010/10/2 Allan McRae <allan@archlinux.org>

> Hi,
>
> I just pushed a new abs release to [testing]. The "major" changes are:
> - use the tarball method for initial sync
> - fix tarball method to work with $arch in mirrorlist
> - updated prototypes for pacman-3.4
> - addition of bzr prototype
>
> I will push it to [extra] if I hear about no breakages in the next day or
> two.


Hi,
It seems that the bzr prototype is not there:

$ pacman -Qi abs | grep Version
Version : 2.4.0-1
$ pacman -Ql abs
abs /etc/
abs /etc/abs.conf
abs /usr/
abs /usr/bin/
abs /usr/bin/abs
abs /usr/bin/makeworld
abs /usr/share/
abs /usr/share/pacman/
abs /usr/share/pacman/PKGBUILD-cvs.proto
abs /usr/share/pacman/PKGBUILD-darcs.proto
abs /usr/share/pacman/PKGBUILD-git.proto
abs /usr/share/pacman/PKGBUILD-gnome.proto
abs /usr/share/pacman/PKGBUILD-haskell.proto
abs /usr/share/pacman/PKGBUILD-hg.proto
abs /usr/share/pacman/PKGBUILD-perl.proto
abs /usr/share/pacman/PKGBUILD-rubygem.proto
abs /usr/share/pacman/PKGBUILD-svn.proto
abs /usr/share/pacman/proto-gnome.install
abs /usr/share/pacman/proto-haskell.install
abs /usr/share/pacman/proto-info.install
abs /usr/share/pacman/rc-script.proto
abs /var/
abs /var/abs/
abs /var/abs/README
abs /var/abs/local/
$


Guillaume Brunerie
 
Old 10-02-2010, 09:12 AM
Allan McRae
 
Default abs-2.4.0-1

On 02/10/10 18:52, Guillaume Brunerie wrote:

2010/10/2 Allan McRae<allan@archlinux.org>


Hi,

I just pushed a new abs release to [testing]. The "major" changes are:
- use the tarball method for initial sync
- fix tarball method to work with $arch in mirrorlist
- updated prototypes for pacman-3.4
- addition of bzr prototype

I will push it to [extra] if I hear about no breakages in the next day or
two.



Hi,
It seems that the bzr prototype is not there:



Ah... crap! I forgot to add it to the makefile... I will fix that some
time.


Allan
 
Old 10-02-2010, 09:29 AM
Mike Sampson
 
Default abs-2.4.0-1

On Sat, Oct 2, 2010 at 7:12 PM, Allan McRae <allan@archlinux.org> wrote:
> On 02/10/10 18:52, Guillaume Brunerie wrote:
>>
>> 2010/10/2 Allan McRae<allan@archlinux.org>
>>
>>> Hi,
>>>
>>> I just pushed a new abs release to [testing]. *The "major" changes are:
>>> *- use the tarball method for initial sync
>>> *- fix tarball method to work with $arch in mirrorlist
>>> *- updated prototypes for pacman-3.4
>>> *- addition of bzr prototype
>>>
>>> I will push it to [extra] if I hear about no breakages in the next day or
>>> two.
>>
>>
>> Hi,
>> It seems that the bzr prototype is not there:
>>
>
> Ah... crap! *I forgot to add it to the makefile... *I will fix that some
> time.
>
> Allan
>

Slightly off topic. I always wondered why there wasn't a Python proto
PKGBUILD included in abs. There is one in the wiki[1] which I use when
I need it though it would be handy to have one included with the rest
of the prototypes. I can open a feature request for this unless there
is a reason why it is not included.

Regards,

Mike
 
Old 10-02-2010, 10:55 AM
Allan McRae
 
Default abs-2.4.0-1

On 02/10/10 19:29, Mike Sampson wrote:

On Sat, Oct 2, 2010 at 7:12 PM, Allan McRae<allan@archlinux.org> wrote:

On 02/10/10 18:52, Guillaume Brunerie wrote:


2010/10/2 Allan McRae<allan@archlinux.org>


Hi,

I just pushed a new abs release to [testing]. The "major" changes are:
- use the tarball method for initial sync
- fix tarball method to work with $arch in mirrorlist
- updated prototypes for pacman-3.4
- addition of bzr prototype

I will push it to [extra] if I hear about no breakages in the next day or
two.



Hi,
It seems that the bzr prototype is not there:



Ah... crap! I forgot to add it to the makefile... I will fix that some
time.

Allan



Slightly off topic. I always wondered why there wasn't a Python proto
PKGBUILD included in abs. There is one in the wiki[1] which I use when
I need it though it would be handy to have one included with the rest
of the prototypes. I can open a feature request for this unless there
is a reason why it is not included.


It has never been added mainly because no-one ever asked or submitted a
patch with one.


Allan
 
Old 10-02-2010, 11:19 AM
Mike Sampson
 
Default abs-2.4.0-1

On Sat, Oct 2, 2010 at 8:55 PM, Allan McRae <allan@archlinux.org> wrote:
> On 02/10/10 19:29, Mike Sampson wrote:
>>
[snip]
>>
>> Slightly off topic. I always wondered why there wasn't a Python proto
>> PKGBUILD included in abs. There is one in the wiki[1] which I use when
>> I need it though it would be handy to have one included with the rest
>> of the prototypes. I can open a feature request for this unless there
>> is a reason why it is not included.
>
> It has never been added mainly because no-one ever asked or submitted a
> patch with one.
>
> Allan

Should have guessed. As PERL is included it makes sense to me to
have Python included as well. I'll submit a feature request with a
patch for consideration.

Mike
 
Old 10-03-2010, 03:12 AM
Allan McRae
 
Default abs-2.4.0-1

On 02/10/10 21:19, Mike Sampson wrote:

On Sat, Oct 2, 2010 at 8:55 PM, Allan McRae<allan@archlinux.org> wrote:

On 02/10/10 19:29, Mike Sampson wrote:



[snip]


Slightly off topic. I always wondered why there wasn't a Python proto
PKGBUILD included in abs. There is one in the wiki[1] which I use when
I need it though it would be handy to have one included with the rest
of the prototypes. I can open a feature request for this unless there
is a reason why it is not included.


It has never been added mainly because no-one ever asked or submitted a
patch with one.

Allan


Should have guessed. As PERL is included it makes sense to me to
have Python included as well. I'll submit a feature request with a
patch for consideration.



Here you go:
http://projects.archlinux.org/abs.git/commit/?id=90cbf6fc

Allan
 
Old 10-03-2010, 08:43 AM
Guillaume ALAUX
 
Default abs-2.4.0-1

On 3 October 2010 05:12, Allan McRae <allan@archlinux.org> wrote:
> On 02/10/10 21:19, Mike Sampson wrote:
>>
>> On Sat, Oct 2, 2010 at 8:55 PM, Allan McRae<allan@archlinux.org> *wrote:
>>>
>>> On 02/10/10 19:29, Mike Sampson wrote:
>>>>
>> [snip]
>>>>
>>>> Slightly off topic. I always wondered why there wasn't a Python proto
>>>> PKGBUILD included in abs. There is one in the wiki[1] which I use when
>>>> I need it though it would be handy to have one included with the rest
>>>> of the prototypes. I can open a feature request for this unless there
>>>> is a reason why it is not included.
>>>
>>> It has never been added mainly because no-one ever asked or submitted a
>>> patch with one.
>>>
>>> Allan
>>
>> Should have guessed. As PERL is included it makes sense to me to
>> have Python included as well. I'll submit a feature request with a
>> patch for consideration.
>>
>
> Here you go:
> http://projects.archlinux.org/abs.git/commit/?id=90cbf6fc
>
> Allan
>

I don't know if you're still in the process of signing off:

Sign off x86_64

--
Guillaume
 
Old 10-03-2010, 10:08 AM
Mike Sampson
 
Default abs-2.4.0-1

On Sun, Oct 3, 2010 at 1:12 PM, Allan McRae <allan@archlinux.org> wrote:
> On 02/10/10 21:19, Mike Sampson wrote:
>>
>> On Sat, Oct 2, 2010 at 8:55 PM, Allan McRae<allan@archlinux.org> *wrote:
>>>
>>> On 02/10/10 19:29, Mike Sampson wrote:
>>>>
>> [snip]
>>>>
>>>> Slightly off topic. I always wondered why there wasn't a Python proto
>>>> PKGBUILD included in abs. There is one in the wiki[1] which I use when
>>>> I need it though it would be handy to have one included with the rest
>>>> of the prototypes. I can open a feature request for this unless there
>>>> is a reason why it is not included.
>>>
>>> It has never been added mainly because no-one ever asked or submitted a
>>> patch with one.
>>>
>>> Allan
>>
>> Should have guessed. As PERL is included it makes sense to me to
>> have Python included as well. I'll submit a feature request with a
>> patch for consideration.
>>
>
> Here you go:
> http://projects.archlinux.org/abs.git/commit/?id=90cbf6fc

Ahh, too fast. Next time I will just send in the patch. Much appreciated.

Mike
 

Thread Tools




All times are GMT. The time now is 04:51 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org