- moved package masking files to *.example

- some cosmetical updates
- updated TODO


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1260 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-02-20 14:35:35 +00:00
parent dc27f639a6
commit 09dc32b71e
6 changed files with 16 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ TODO list:
- add masking menu
- use availability bool to show masked packages and connect the masking menu
- Popularity feature
- GLSA interface
Project Status:
+11
View File
@@ -0,0 +1,11 @@
# Server side packages.db.lic_whitelist file, to allow whitelisting license confirmation requests
#
# In this file you can specify Gentoo license identifiers (/usr/portage/licenses)
# LINE CONSTRUCTION:
# <license identifier>
# See examples below
# EXAMPLES:
# GPL-2
# GPL-3
+4 -2
View File
@@ -3270,7 +3270,8 @@ class etpDatabase:
red("Exporting database table ")+"["+blue(str(name))+"]",
importance = 0,
type = "info",
back = True
back = True,
header = " "
)
if name == "sqlite_sequence":
@@ -3304,7 +3305,8 @@ class etpDatabase:
self.updateProgress(
red("Database Export completed."),
importance = 0,
type = "info"
type = "info",
header = " "
)
# remember to close the file