1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-28 06:27:11 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
b84019b368 Migrate store_* functions to use get_store instead of the original code
That allows us to use both OBS SCM store and Git SCM store
2025-06-13 11:24:35 +02:00
6fc5654aca Extend xml.etree.ElementTree.ParseError output with a snippet of broken XML 2025-01-02 14:25:23 +01:00
856277b63c Fix store migration from 1.0 to 2.0 when there is a 'sources' file that would conflict with 'sources' directory 2024-11-05 10:07:06 +01:00
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
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
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
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
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