* alpha testlerine baslayalim

This commit is contained in:
Eray Özkural
2005-06-28 13:01:27 +00:00
parent c6b697d783
commit 44a4d5178b
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Author: Eray Ozkural <eray@uludag.org.tr>
from installdb import installdb
import packagedb
from packagedb import packagedb
from ui import ui
from version import Version
+2 -2
View File
@@ -8,7 +8,7 @@
# yes, we are cheap
from bsddb.dbshelve import DBShelf
import os
import os, fcntl
import util
from config import config
@@ -26,7 +26,7 @@ class PackageDB(DBShelf):
filetype=db.DB_HASH
dbname = None
self.open( filename, dbname, filetype, flags, mode )
self.fdummy = open(self.db_filename)
self.fdummy = open(filename)
fcntl.flock(self.fdummy, fcntl.LOCK_EX)
def __del__(self):
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
pwd
rm -rf tmp
./pisi-build samples/*/*.pspec
./pisi-index .
./pisi-updatedb pisi-index.xml
./pisi-install start*pisi
./pisi-install popt*pisi
find tmp -iname '*.bdb' | xargs ./cat-db.py