OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-scm-bridge?expand=0&rev=52
187 lines
6.6 KiB
Plaintext
187 lines
6.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jul 31 07:16:30 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- use the system default python version (boo#1247410)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 28 14:53:36 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.7.4
|
|
* syntax fix
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 25 11:29:07 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.7.3
|
|
* fix .gitsubmodule parser to handle space and tabs mixed
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 22 14:46:43 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- package /etc/obs/service directories
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 15 12:03:26 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.7.2
|
|
* Improved error reporting of invalid files in package subdirs
|
|
* Introducing a mechanic to limit asset handling
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 2 14:00:30 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.7.1
|
|
* export trackingbranch to scmsync.obsinfo
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 23 14:30:39 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.7.0
|
|
* supporting _manifest file as successor of _subdirs
|
|
* record configured branch of submodules in package scmsync url
|
|
* stay on the configured branch of a submodule on checkout
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 13 12:47:51 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.6.3
|
|
* Allow ssh:// scm urls as used by osc
|
|
* project mode: avoid unecessary changes in package meta url
|
|
* code cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 18 18:13:07 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- fix dependency (it is python3-PyYAML)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 14 11:38:10 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- fix missing dependency to PyYAML
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 20 13:03:09 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.6.2
|
|
* Make project mode always look for _config in the top dir, also
|
|
when using subdirs.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 3 12:16:48 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.6.1
|
|
* new noobsinfo query parameter
|
|
(can be used to hide git informations in sources, binaries
|
|
won't contain them either then).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 28 08:58:31 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.6.0
|
|
* project mode: switching to to track package sources using
|
|
git sha sums instead of md5sum via download_assets
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 07:04:33 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.5.4
|
|
* fixed support of subdir parameter usage on project level
|
|
* Fix handling of projectscmsync in the package xml writers
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 29 12:36:46 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.5.3
|
|
* Switch to ssh url when using the bridge via osc
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 14 08:43:28 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.5.2
|
|
* Don't overwrite files from git, but complain instead with
|
|
an error. For example _scmsync.obsinfo file must not be part
|
|
of the git tree. boo#1230469 CVE-2024-22038
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 30 09:10:41 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.5.1
|
|
* Don't generate _scmsync.obsinfo outside of OBS source server
|
|
import use case (eg. no more for osc co)
|
|
* Enforce python 3.11 requirement
|
|
* Fix export of _scmsync.obsinfo in project mode
|
|
* Fix submodule detection
|
|
* EXPERIMENTAL: support multiple package subdirs via _subdirs
|
|
file. This syntax will change!
|
|
(not documented on purpose therefore atm)
|
|
* Using git credential manager
|
|
* Report some errors as transient, so that OBS can re-try
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 7 09:39:21 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.5.0
|
|
project mode related enhancements:
|
|
* no more defining of bcntsynctag. We need to move this to package
|
|
spec files to avoid to have these always defined.
|
|
* QA hook to limit building a defined set of packages only
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 23 17:14:53 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- 0.4.3
|
|
* support SHA256 submodules
|
|
* minor improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 15:20:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- readd git-lfs dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 2 06:59:02 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to 0.4.2
|
|
* various fixes to handle additional git meta informations right
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 16 08:21:41 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to 0.4.0
|
|
* avoid export of .gitattributes file by default
|
|
* upstream osc is supported now
|
|
* export meta information of the git clone
|
|
* Add fallback code for a specific case
|
|
* Convert local links into symlinks in project git
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 26 14:52:54 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to 0.3.0
|
|
* optimize cloning when combining subdir parameter
|
|
* solve release number handling when using multiple spec files
|
|
* Require git-lfs to be always present and allow to opt out of lfs fetching
|
|
* support local symlinks to git submodules
|
|
* support recursive submodule cloning
|
|
* Fix the scmsync entry for relative submodule urls
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 8 12:44:07 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to 0.2.1
|
|
* fixed loss of branch informations in packages in project mode
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 09:55:31 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to version 0.2
|
|
* no shallow clone when used with osc
|
|
* support for LFS fetch
|
|
* bugfixes (_config file export and path handling)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 17 10:01:46 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- initial release of version 0.1
|
|
|