- 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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user