chore: clean unused workflows
这是网站形的仓库,清理软件包相关的工作流 Log:
This commit is contained in:
parent
24215b4aad
commit
3486de54b9
17
.github/workflows/call-auto-tag.yml
vendored
17
.github/workflows/call-auto-tag.yml
vendored
@ -1,17 +0,0 @@
|
|||||||
name: auto tag
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
types: [opened, synchronize, closed]
|
|
||||||
paths:
|
|
||||||
- "debian/changelog"
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
auto_tag:
|
|
||||||
uses: deepin-community/.github/.github/workflows/auto-tag.yml@master
|
|
||||||
secrets:
|
|
||||||
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
|
|
17
.github/workflows/call-build-deb.yml
vendored
17
.github/workflows/call-build-deb.yml
vendored
@ -1,17 +0,0 @@
|
|||||||
name: Call build-deb
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
paths-ignore:
|
|
||||||
- ".github/workflows/**"
|
|
||||||
types: [ opened, closed, synchronize ]
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
check_job:
|
|
||||||
if: github.event.action != 'closed' || github.event.pull_request.merged
|
|
||||||
uses: deepin-community/.github/.github/workflows/build-deb.yml@master
|
|
||||||
secrets:
|
|
||||||
BridgeToken: ${{ secrets.BridgeToken }}
|
|
14
.github/workflows/call-build-tag.yml
vendored
14
.github/workflows/call-build-tag.yml
vendored
@ -1,14 +0,0 @@
|
|||||||
name: tag build
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags: "*"
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
uses: deepin-community/.github/.github/workflows/build-tag.yml@master
|
|
||||||
secrets:
|
|
||||||
BridgeToken: ${{ secrets.BridgeToken }}
|
|
@ -1,37 +0,0 @@
|
|||||||
test_build:
|
|
||||||
steps:
|
|
||||||
- link_package:
|
|
||||||
source_project: deepin:Develop:community
|
|
||||||
source_package: %{SCM_REPOSITORY_NAME}
|
|
||||||
target_project: deepin:CI
|
|
||||||
|
|
||||||
- configure_repositories:
|
|
||||||
project: deepin:CI
|
|
||||||
repositories:
|
|
||||||
- name: deepin_develop
|
|
||||||
paths:
|
|
||||||
- target_project: deepin:CI
|
|
||||||
target_repository: deepin_develop
|
|
||||||
architectures:
|
|
||||||
- x86_64
|
|
||||||
- aarch64
|
|
||||||
|
|
||||||
filters:
|
|
||||||
event: pull_request
|
|
||||||
|
|
||||||
tag_build:
|
|
||||||
steps:
|
|
||||||
- branch_package:
|
|
||||||
source_project: deepin:Develop:community
|
|
||||||
source_package: %{SCM_REPOSITORY_NAME}
|
|
||||||
target_project: deepin:Unstable:community
|
|
||||||
filters:
|
|
||||||
event: tag_push
|
|
||||||
|
|
||||||
commit_build:
|
|
||||||
steps:
|
|
||||||
- trigger_services:
|
|
||||||
project: deepin:Develop:community
|
|
||||||
package: %{SCM_REPOSITORY_NAME}
|
|
||||||
filters:
|
|
||||||
event: push
|
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
|||||||
template-repository (1.0-1) unstable; urgency=medium
|
|
||||||
|
|
||||||
* Initial release
|
|
||||||
|
|
||||||
-- Tsic404 <liuheng@deepin.org> Sat, 28 Jan 2023 13:46:49 +0800
|
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
|||||||
11
|
|
15
debian/control
vendored
15
debian/control
vendored
@ -1,15 +0,0 @@
|
|||||||
Source: template-repository
|
|
||||||
Section: unknown
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: Tsic404 <liuheng@deepin.org>
|
|
||||||
Build-Depends: debhelper (>= 11)
|
|
||||||
Standards-Version: 4.1.3
|
|
||||||
Homepage: https://github.com/deepin-community/template-repository
|
|
||||||
#Vcs-Browser: https://salsa.debian.org/debian/deepin-community-template-repository
|
|
||||||
#Vcs-Git: https://salsa.debian.org/debian/deepin-community-template-repository.git
|
|
||||||
|
|
||||||
Package: template-repository
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
||||||
Description: <insert up to 60 chars description>
|
|
||||||
<insert long description, indented with spaces>
|
|
22
debian/copyright
vendored
22
debian/copyright
vendored
@ -1,22 +0,0 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: template-repository
|
|
||||||
Source: https://github.com/deepin-community/template-repository
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
Copyright: 2023 Tsic404 <liuheng@deepin.org>
|
|
||||||
License: GPL-2+
|
|
||||||
This package is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
.
|
|
||||||
This package is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
.
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>
|
|
||||||
.
|
|
||||||
On Debian systems, the complete text of the GNU General
|
|
||||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
|
|
||||||
%:
|
|
||||||
dh $@
|
|
1
debian/source/format
vendored
1
debian/source/format
vendored
@ -1 +0,0 @@
|
|||||||
3.0 (quilt)
|
|
Loading…
Reference in New Issue
Block a user