You are not logged in.

#1 2006-09-08 06:43:19

aegean_linux
Member
Registered: 2006-01-10
Posts: 16
Website

[makepkg] Don't build a package unless PACKAGER= exists. (P)

A little bit off topic, but I was cleaning out our packages that we have for our makepkg script, and I found this one here you might be intrested in.

--- makepkg.orig        2006-01-31 00:25:03.000000000 +0000
+++ makepkg     2006-08-07 20:08:48.000000000 +0000
@@ -259,6 +267,12 @@
        echo
 }

+if [ -z "$PACKAGER" ]; then
+       error "Please make sure that you edit /etc/makepkg.conf and set the PACKAGER= vairable"
+       exit 1
+fi
+
+
 ARGLIST=$@

 while [ "$#" -ne "0" ]; do

P.S - Do you like the new AegeanLinux website ?

- Tim


<b>AegeanLinux</b> aka ALi.
Version 0.5-rc1
http://www.aegeanlinux.be
http://svn.aegeanlinux.be:81

Offline

#2 2006-09-08 12:49:15

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: [makepkg] Don't build a package unless PACKAGER= exists. (P)

bugs.archlinux.org for this sorta stuff

Offline

#3 2006-09-08 13:29:29

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [makepkg] Don't build a package unless PACKAGER= exists. (P)

aegean_linux wrote:

P.S - Do you like the new AegeanLinux website ?

First: "Is AegeanLinux based on any distribution? No."
That is hilarious. I just had a brief look at the site and some packages, but I'm sure it's 95% Arch from the inside.

Second: You should really consider updating PmWiki.

Third: Overall design is much nicer than the last. Plone, iirc.


1000

Offline

#4 2006-09-08 13:50:39

aegean_linux
Member
Registered: 2006-01-10
Posts: 16
Website

Re: [makepkg] Don't build a package unless PACKAGER= exists. (P)

byte wrote:

... You should really consider updating PmWiki.

What do you mean byte?

iphitus wrote:

bugs.archlinux.org for this sorta stuff

Sorry.

- Tim


<b>AegeanLinux</b> aka ALi.
Version 0.5-rc1
http://www.aegeanlinux.be
http://svn.aegeanlinux.be:81

Offline

#5 2006-09-08 14:04:58

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [makepkg] Don't build a package unless PACKAGER= exists. (P)

There were a few Secunia advisories between 2.1.beta17 and 2.1.24, that's all. But I wouldn't have checked that without the recent news about the alioth.debian.org exploit.


1000

Offline

Board footer

Powered by FluxBB