On Mon 05 Jul 2010 01:32 +0100, s_stoakley@hotmail.co.uk wrote:
> Hi, I just tried to upload a pkg without the build() and couldn't,
> is there a fix in the pipeline?
> --
> _
> ( ) ascii ribbon campaign - against html e-mail
> X www.asciiribbon.org - against proprietary attachments
> /
> Registered Linux user #500376 www.counter.li.org/
Yep. It hasn't been deployed yet.
By the way, I tend to dislike ascii art and superfluous email signatures
as much as I dislike html email and proprietary attachments.
Put a link to your website instead where you can explain your causes,
beliefs, linux user number, phone number, address, favourite flavour of
ice cream and all the rest. Thanks.
07-05-2010, 04:05 AM
"Daniel J Griffiths (Ghost1227)"
Can't upload a pkg without build function()
On 07/05/10 at 01:32am, s_stoakley@hotmail.co.uk wrote:
> Hi, I just tried to upload a pkg without the build() and couldn't,
> is there a fix in the pipeline?
> --
> _
> ( ) ascii ribbon campaign - against html e-mail
> X www.asciiribbon.org - against proprietary attachments
> /
> Registered Linux user #500376 www.counter.li.org/
Quick fix...
build() {
/bin/true
}
package() {
whatever
}
--
07-05-2010, 12:47 PM
"s_stoakley@hotmail.co.uk"
Can't upload a pkg without build function()
On 05/07/10 05:05, Daniel J Griffiths (Ghost1227) wrote:
On 07/05/10 at 01:32am, s_stoakley@hotmail.co.uk wrote:
Hi, I just tried to upload a pkg without the build() and couldn't,
is there a fix in the pipeline?
--
_
( ) ascii ribbon campaign - against html e-mail
X www.asciiribbon.org - against proprietary attachments
/
Registered Linux user #500376 www.counter.li.org/
Quick fix...
build() {
/bin/true
}
package() {
whatever
}
That's what I've done, i just wondered what had happened to the fix as i
had a vague memory of a fix being discussed.
On 05/07/10 04:27, Loui Chang wrote:
By the way, I tend to dislike ascii art and superfluous email signatures
as much as I dislike html email and proprietary attachments.