From d50c655c72733f9aa8396647ca5847e938b063a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Wed, 6 Oct 2010 10:54:01 +0000 Subject: [PATCH] config: Remove buildno option --- pisi/configfile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pisi/configfile.py b/pisi/configfile.py index 34ea69c3..cb0126e5 100644 --- a/pisi/configfile.py +++ b/pisi/configfile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2009, TUBITAK/UEKAE +# Copyright (C) 2005-2010, TUBITAK/UEKAE # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free @@ -30,7 +30,6 @@ #CFLAGS= -mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2 #CXXFLAGS= -mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2 #LDFLAGS= -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common -#buildno=True # necessary for generating build nos #buildhelper = None / ccache / icecream #compressionlevel = 1 #fallback = "ftp://ftp.pardus.org.tr/pub/source/2009" @@ -88,7 +87,6 @@ class BuildDefaults: cflags = "-mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2" cxxflags = "-mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2" ldflags = "-Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common" - buildno = False buildhelper = None compressionlevel = 1 fallback = "ftp://ftp.pardus.org.tr/pub/source/2009"