generated from deepin-community/template-repository-main
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7c7f408
Showing
12 changed files
with
139 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: backup to gitlab | ||
on: [push] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
backup-to-gitlabwh: | ||
uses: deepin-community/.github/.github/workflows/backup-to-gitlabwh.yml@master | ||
secrets: | ||
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: chatOps | ||
on: | ||
issue_comment: | ||
types: [created] | ||
|
||
jobs: | ||
chatopt: | ||
uses: deepin-community/.github/.github/workflows/chatOps.yml@master | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# template-repository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
template-repository (1.0-1) unstable; urgency=medium | ||
|
||
* Initial release | ||
|
||
-- Tsic404 <liuheng@deepin.org> Sat, 28 Jan 2023 13:46:49 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
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". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
reviewers: | ||
- myml | ||
- BLumia | ||
- Rabenda | ||
- justforlxz | ||
- Clansty | ||
- chenchongbiao | ||
approvers: | ||
- Zeno-sole | ||
- xzl01 | ||
- UTsweetyfish | ||
- hudeng-go | ||
- zccrs | ||
- deepin-community/deepin-sysdev-team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
test_build: | ||
steps: | ||
- link_package: | ||
source_project: deepin:Develop:main | ||
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: | ||
- trigger_services: | ||
project: deepin:Unstable:main | ||
package: %{SCM_REPOSITORY_NAME} | ||
filters: | ||
event: tag_push | ||
|
||
commit_build: | ||
steps: | ||
- trigger_services: | ||
project: deepin:Develop:main | ||
package: %{SCM_REPOSITORY_NAME} | ||
filters: | ||
event: push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/make -f | ||
|
||
%: | ||
dh $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |