blob: 3ae6fbcc16bdb0663aab843354273bdd4198e328 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Order of no particular importance:
*** Add new callback for status ***
TimeRemaining()
*** the backends will have repo controls ***
Connect up pk-repo to actually get the data
If pk-repo can't get repos, then display a message and quit
If repos can't be enabled then grey out check boxes
*** Prepare download to refresh system ***
Either use a flag or a new method. I'm not sure which yet.
*** Add a way to import GPG keys ***
In fedora, if you add a signed repo you have to agree to the GPG key.
*** Split up PolicyKit install into different types ***
Have different permissions for signed and unsigned repos.
*** Handle rollbacks for select backends ***
To do rollbacks sanely in PK we need a few things:
* allow transaction data to be changed in _db
|