1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-24 19:22:13 +01:00

add to TODO

This commit is contained in:
Dr. Peter Poeml 2007-07-13 14:43:22 +00:00
parent 9d2863b257
commit 0e6dcd9a4a

6
TODO
View File

@ -27,6 +27,8 @@ MAJOR:
(should also work with multiple spec files <package-name>-<repository-name>.spec, and with <package-name>-<version>.spec) (should also work with multiple spec files <package-name>-<repository-name>.spec, and with <package-name>-<version>.spec)
- think about how to locally build "linked" packages - think about how to locally build "linked" packages
http://lists4.opensuse.org/opensuse-buildservice/2007-07/msg00043.html
https://bugzilla.novell.com/show_bug.cgi?id=212565
NORMAL: NORMAL:
@ -46,6 +48,10 @@ NORMAL:
- show request body of 400 responses (bad request) - show request body of 400 responses (bad request)
- commit: check if errors during PUT are handled sensibly, so the change is - commit: check if errors during PUT are handled sensibly, so the change is
not committed to localmeta not committed to localmeta
- store password base64 hashed, so it is not directly visible in plaintext
when opening .oscrc and someone is looking over the shoulder
- use http://code.google.com/p/iniparse/ instead of ConfigParser, with
write capability, for the change
MINOR: MINOR: