mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Drop pakfire3
This version is outdated and not usable on IPFire 2 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
From 0d6d6fd2b89c609a6f8daff225c6c98b54a041cc Mon Sep 17 00:00:00 2001
|
||||
From: Michael Tremer <michael.tremer@ipfire.org>
|
||||
Date: Mon, 4 Mar 2013 17:18:52 +0100
|
||||
Subject: [PATCH] database: Add inst_size column when creating new databases.
|
||||
|
||||
---
|
||||
python/pakfire/repository/database.py | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/python/pakfire/repository/database.py b/python/pakfire/repository/database.py
|
||||
index fc8a1a9..d8751e9 100644
|
||||
--- a/python/pakfire/repository/database.py
|
||||
+++ b/python/pakfire/repository/database.py
|
||||
@@ -190,6 +190,7 @@ class DatabaseLocal(Database):
|
||||
groups TEXT,
|
||||
filename TEXT,
|
||||
size INTEGER,
|
||||
+ inst_size INTEGER,
|
||||
hash1 TEXT,
|
||||
provides TEXT,
|
||||
requires TEXT,
|
||||
--
|
||||
1.7.11.7
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 0361af6..0bcb1bf 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
include Makeconfig
|
||||
|
||||
-SUBDIRS = po python tools tools/fake-environ
|
||||
+SUBDIRS = python tools tools/fake-environ
|
||||
|
||||
all: build
|
||||
|
||||
diff --git a/tools/Makefile b/tools/Makefile
|
||||
index d7cbf70..499beb4 100644
|
||||
--- a/tools/Makefile
|
||||
+++ b/tools/Makefile
|
||||
@@ -12,7 +12,7 @@ LIBS_POPT = -lpopt
|
||||
|
||||
SCRIPTS = $(SCRIPTS_BIN) $(SCRIPTS_SHELL)
|
||||
SCRIPTS_BIN = \
|
||||
- debugedit
|
||||
+ #debugedit
|
||||
|
||||
SCRIPTS_SHELL = \
|
||||
chroot-shell \
|
||||
@@ -50,7 +50,7 @@ install: $(SCRIPTS)
|
||||
|
||||
# Create script aliases.
|
||||
-mkdir -pv $(DESTDIR)/usr/bin
|
||||
- ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire
|
||||
+ ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire3
|
||||
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-builder
|
||||
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-client
|
||||
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-daemon
|
||||
Reference in New Issue
Block a user