Kaydet (Commit) 53c87e3c authored tarafından Eray Özkural's avatar Eray Özkural

* babble babble

* a small fix, too
üst 27886fe3
Authors:
Eray Ozkural <eray@uludag.org.tr>
Baris Metin <baris@uludag.org.tr>
Murat Eren <meren@uludag.org.tr>
S. Caglar Onur <caglar@uludag.org.tr>
Gurer Ozen <gurer@uludag.org.tr>
Ismail Donmez <ismail@uludag.org.tr>
Gorkem Cetin <gorkem@uludag.org.tr>
Faik Uygur <faikuygur@gmail.com>
PISI release candidate 1 9 December 2005:
* a command to search package text
* better reliability through transaction support for berkeley db
* db version file
* loads of bugfixes
PISI Beta 1/2 release 17/18 November 2005:
* support for components, see the completed items in TODO
......@@ -13,3 +20,5 @@ PISI Alpha 9 release 13 November 2005:
* all xml structures in PISI have been updated to use autoxml
* improvements in the ui interface
* significant fixes for Turkish translations
previous PISI releases had too many things to mention :)
......@@ -9,4 +9,6 @@ Main features
- All specification and intermediate data is in an XML format.
- Fast database access implemented with berkeley DB.
- Integrates both low-level and high-level package operations.
- Comprehensive CLI and a user-friendly qt-based GUI
- Extremely simple package construction
......@@ -174,6 +174,7 @@ Legend:
+ transaction stuff for database (eray)
+ implement a simple (dandik) version for better reliability
+ database version file
* medium priority
......
......@@ -335,7 +335,7 @@ fetch all necessary files and build the package for you.
self.parser.add_option("-A", "--ignore-action-errors",
action="store_true", default=False,
help=_("bypass errors from ActionsAPI"))
p.add_option("-B", "--ignore-comar", action="store_true",
self.parser.add_option("-B", "--ignore-comar", action="store_true",
default=False, help=_("bypass comar configuration agent"))
def run(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment