forked from pool/suse-module-tools
Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
3a9a0ad559 | ||
|
|
828959af3f | ||
|
|
363e9b823f | ||
|
|
2e4dfac1c8 | ||
|
|
a7ddef4304 | ||
|
|
343af97717 | ||
|
|
1eaa1cd81d | ||
|
|
761cdd18e0 | ||
|
|
dfecc581b4 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
||||
.osc
|
||||
*~
|
||||
/suse-module-tools/
|
||||
.#*
|
||||
\#*
|
||||
|
||||
7
_service
7
_service
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@@ -11,13 +11,12 @@
|
||||
<param name="exclude">*.rpmlintrc</param>
|
||||
</service>
|
||||
<service name="extract_file" mode="manual">
|
||||
<param name="archive">*.obscpio</param>
|
||||
<param name="archive">*.tar</param>
|
||||
<param name="files">*/suse-module-tools.spec</param>
|
||||
<param name="outfilename">suse-module-tools.spec</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">15f754fa8ef98288294bd3536282d8c1b79bcb30</param></service></servicedata>
|
||||
<param name="changesrevision">15f754fa8ef98288294bd3536282d8c1b79bcb30</param></service></servicedata>
|
||||
|
||||
BIN
suse-module-tools-16.1.2.obscpio
LFS
BIN
suse-module-tools-16.1.2.obscpio
LFS
Binary file not shown.
BIN
suse-module-tools-16.1.2.tar.xz
LFS
Normal file
BIN
suse-module-tools-16.1.2.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
name: suse-module-tools
|
||||
version: 16.1.2
|
||||
mtime: 1765811532
|
||||
commit: 15f754fa8ef98288294bd3536282d8c1b79bcb30
|
||||
Reference in New Issue
Block a user