Entropy/TODO:
- update TODO Entropy/Reagent: - add configuration files updates check Entropy/translations: - update translations and template file git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2761 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
2
TODO
2
TODO
@@ -2,14 +2,12 @@ TODO list
|
||||
|
||||
- rename exceptionTools
|
||||
- move etpConst['conflicting_tagged_packages'] elsewhere
|
||||
- block package commit if there are config files not updated
|
||||
- cleanup EntropyDatabaseInterface.databaseStructureUpdates
|
||||
- move etpConst['filesystemdirs'] and etpConst['filesystemdirsmask'] to config file
|
||||
- equo source (download sources + patches)
|
||||
- UGC: personal package sets
|
||||
- UGC: bug report documents?
|
||||
- UGC: bbcode docs?
|
||||
- force a package to keep the current version
|
||||
- server-side messages collection
|
||||
- community repos: add repository handling on dependencies to avoid library breakages
|
||||
- External trigger: rewrite support and use bash
|
||||
|
||||
452
misc/po/ca.po
452
misc/po/ca.po
File diff suppressed because it is too large
Load Diff
452
misc/po/da.po
452
misc/po/da.po
File diff suppressed because it is too large
Load Diff
452
misc/po/de.po
452
misc/po/de.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
452
misc/po/es.po
452
misc/po/es.po
File diff suppressed because it is too large
Load Diff
452
misc/po/fr.po
452
misc/po/fr.po
File diff suppressed because it is too large
Load Diff
456
misc/po/it.po
456
misc/po/it.po
File diff suppressed because it is too large
Load Diff
452
misc/po/nl.po
452
misc/po/nl.po
File diff suppressed because it is too large
Load Diff
@@ -257,6 +257,7 @@ def update(options):
|
||||
Entropy.remove_packages(remdata[repoid], repo = repoid)
|
||||
|
||||
if toBeAdded:
|
||||
|
||||
print_info(brown(" @@ ")+blue("%s:" % (_("These are the packages that would be added/updated to the add list"),) ))
|
||||
items = sorted([x[0] for x in toBeAdded])
|
||||
for item in items:
|
||||
@@ -271,6 +272,10 @@ def update(options):
|
||||
if rc == "No":
|
||||
return 0
|
||||
|
||||
problems = Entropy.check_config_file_updates()
|
||||
if problems:
|
||||
return 1
|
||||
|
||||
# package them
|
||||
print_info(brown(" @@ ")+blue("%s..." % (_("Compressing packages"),) ))
|
||||
for x in toBeAdded:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user