Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
52e59038
Unverified
Commit
52e59038
authored
Sep 28, 2021
by
Kip
Committed by
GitHub
Sep 28, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #991 from Tachi107/ci-autopkgtest-uscan
ci(autopkgtest): use uscan to get upstream source
parents
592a982a
93c66fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.github/workflows/autopkgtest.yaml
.github/workflows/autopkgtest.yaml
+4
-2
No files found.
.github/workflows/autopkgtest.yaml
View file @
52e59038
...
...
@@ -32,7 +32,8 @@ jobs:
-
name
:
Checkout Debian data
uses
:
actions/checkout@v2
with
:
ref
:
debian
repository
:
Tachi107/pistache
ref
:
debian-watch
path
:
debian
# The Debian repository is needed by autopkgtest-build-qemu when building
...
...
@@ -90,7 +91,8 @@ jobs:
-
name
:
Build Debian package source
run
:
|
./debian/rules get-orig-source
uscan
cd ../pistache-*/
dpkg-source --build .
# The increased timeout is needed because the CI can be too slow to boot
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment