- Update to version 0.7.0.1492095435.eda090e:
* revision, repodir and repocachedir as attribute for TarSCM.<scm> * new class TarSCM.cli to make testing easier * testing script name more reliable * fixed arguments for singletask in case of snapcraft * refactored snapcraft code + first tests for snapcraft * added testcase for snapcraft finalize * split classes into several files * track module dependencies in requirements.txt * use unittest2 in Python 2.6 * more testing for TarSCM.tasks * clone_dir/repodir/arch_dir(tar_dir)/args now attributes of scm objects * test case for save_run * major refactor of git cache handling * consolidation of archive.obscpio and archive.tar parameters * next test cases * unset CACHEDIRECTORY env variable in unit tests * update atime/mtime of repocachedir if already exists * prevent key errors when $HOME is not set * fix PEP8 problems and reenable PEP8 testing * keep checkout while running with osc * fix local checkout when running in osc * force remove of files while 'make clean' * fix: also exclude directories when called .git * fix problems with generatechanges when ~/.obs/tar_scm exists * initial appimage support * Provide version rewrite using a regex pattern and replacement. * new parameter --match-tag to filter tags * keep .gitlab/.github directories OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=161
This commit is contained in:
parent
558d880083
commit
e22c696d32
@ -3,4 +3,6 @@
|
|||||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">d44d677cf006d48b261f5e2054ba2126bed64ae1</param></service><service name="tar_scm">
|
<param name="changesrevision">d44d677cf006d48b261f5e2054ba2126bed64ae1</param></service><service name="tar_scm">
|
||||||
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service></servicedata>
|
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
|
||||||
|
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
|
<param name="changesrevision">eda090edd4f4f35527ac88d7f184aeda21ab2c4e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a10f39883af553b7c0dd85e1015ec9d4da208c5070513da99c95c768343506b
|
|
||||||
size 47955
|
|
3
obs-service-tar_scm-0.7.0.1492095435.eda090e.tar.gz
Normal file
3
obs-service-tar_scm-0.7.0.1492095435.eda090e.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fdebe1982bdac66e2e9d75cd4b7abbed6f6e421850ec24cf2e9e0a7cf3139fec
|
||||||
|
size 47427
|
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 13 15:11:44 UTC 2017 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.7.0.1492095435.eda090e:
|
||||||
|
* revision, repodir and repocachedir as attribute for TarSCM.<scm>
|
||||||
|
* new class TarSCM.cli to make testing easier
|
||||||
|
* testing script name more reliable
|
||||||
|
* fixed arguments for singletask in case of snapcraft
|
||||||
|
* refactored snapcraft code + first tests for snapcraft
|
||||||
|
* added testcase for snapcraft finalize
|
||||||
|
* split classes into several files
|
||||||
|
* track module dependencies in requirements.txt
|
||||||
|
* use unittest2 in Python 2.6
|
||||||
|
* more testing for TarSCM.tasks
|
||||||
|
* clone_dir/repodir/arch_dir(tar_dir)/args now attributes of scm objects
|
||||||
|
* test case for save_run
|
||||||
|
* major refactor of git cache handling
|
||||||
|
* consolidation of archive.obscpio and archive.tar parameters
|
||||||
|
* next test cases
|
||||||
|
* unset CACHEDIRECTORY env variable in unit tests
|
||||||
|
* update atime/mtime of repocachedir if already exists
|
||||||
|
* prevent key errors when $HOME is not set
|
||||||
|
* fix PEP8 problems and reenable PEP8 testing
|
||||||
|
* keep checkout while running with osc
|
||||||
|
* fix local checkout when running in osc
|
||||||
|
* force remove of files while 'make clean'
|
||||||
|
* fix: also exclude directories when called .git
|
||||||
|
* fix problems with generatechanges when ~/.obs/tar_scm exists
|
||||||
|
* initial appimage support
|
||||||
|
* Provide version rewrite using a regex pattern and replacement.
|
||||||
|
* new parameter --match-tag to filter tags
|
||||||
|
* keep .gitlab/.github directories
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 13 15:07:10 UTC 2017 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.7.0.1491998613.3890456:
|
||||||
|
* refactor of detect_changes into classes
|
||||||
|
* url as attribute of TarSCM.scm
|
||||||
|
* run_cmd and safe_run moved into class helpers
|
||||||
|
* combine os.path.join statement
|
||||||
|
* refactoring fetch_upstream to be part of TarSCM.scm
|
||||||
|
* new classes for archives
|
||||||
|
* common method 'get_current_commit' to get rid of exception for git
|
||||||
|
* refactored detect_changes to get rid of changesgenerate exception
|
||||||
|
* get_repocachedir -> TarSCM.scm
|
||||||
|
* Add description to the README.md file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 12 14:04:07 UTC 2017 - adrian@suse.de
|
Wed Apr 12 14:04:07 UTC 2017 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
%bcond_without obs_scm_testsuite
|
%bcond_without obs_scm_testsuite
|
||||||
|
|
||||||
Name: obs-service-tar_scm
|
Name: obs-service-tar_scm
|
||||||
%define version_unconverted 0.7.0.1490358243.8de854e
|
%define version_unconverted 0.7.0.1492095435.eda090e
|
||||||
Version: 0.7.0.1490358243.8de854e
|
Version: 0.7.0.1492095435.eda090e
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user