1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-15 08:36:13 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
a887ade78f Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911)
Source files are now stored in the 'sources' subdirectory which prevents
name collisons. This requires changing version of '.osc' store to 2.0.
2024-07-29 13:24:13 +02:00
f35895d262 Change 'repairwc' command to always run all repair steps
... even if the working copy loads without an exception
2024-07-04 22:09:24 +02:00
dcbfcb4b0f
Merge pull request #1593 from dmach/repairwc-_osclib_version
Change 'repairwc' command to fix missing .osc/_osclib_version
2024-07-02 13:50:22 +02:00
5c185f26f7 Change 'repairwc' command to fix missing .osc/_osclib_version 2024-07-02 13:28:15 +02:00
30a33b91f1 Make error message in check_store_version() more generic to work for both projects and packages 2024-07-02 08:46:18 +02:00
Andreas Schwab
9d3ba5bc3f Fix check_store_version in project store 2024-06-30 15:23:14 +02:00
5c3cca63c4 Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
Bernhard M. Wiedemann
29d44d540b
Add info for projects
Without this change, `osc info` in a project checkout dir returned

    Directory '.' is not an OBS SCM working copy of a package
2024-06-11 11:36:42 +02:00
95840a42ce Improve 'service' command by printing names of running services 2024-05-09 15:16:59 +02:00
281f59c842 Move core.Package to obs_scm.Package 2024-04-15 16:48:03 +02:00
45ea1b698e Move core.Project to obs_scm.Project 2024-04-15 16:48:03 +02:00
59f530c793 Move functions manipulating store from core to obs_scm.store 2024-04-15 16:48:03 +02:00
354f4caca6 Move store.Store to obs_scm.Store 2024-04-15 14:37:01 +02:00
c8999c9b33 Move core.Linkinfo to obs_scm.Linkinfo 2024-04-15 14:08:38 +02:00
7d05d74456 Move core.Serviceinfo to obs_scm.Serviceinfo 2024-04-15 14:06:41 +02:00
b5a5143da6 Move core.File to obs_scm.File 2024-04-15 13:56:56 +02:00