mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-15 14:57:17 +01:00
* by default the new files will be comitted (if it is a new package or if there are no source files on the server) * added --disable-commit option switch to import the package only locally * added --delete-old-files option switch to delete old files from the server. - some changes in the Package class: * extended existing commit() method to do all the commit work (before it was done in the do_commit() method). * moved stuff from the constructor into a new method (update_datastructs()).