Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Settings
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mattia Rizzolo
Settings
Commits
439c0017
Commit
439c0017
authored
Mar 05, 2014
by
Mattia Rizzolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pbuilder: add new hook to run autopkgtest, if available
parent
7c982469
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
pbuilder/hooks/B10autopkgtests
pbuilder/hooks/B10autopkgtests
+12
-0
pbuilder/hooks/B20lintian
pbuilder/hooks/B20lintian
+0
-0
No files found.
pbuilder/hooks/B10autopkgtests
0 → 100755
View file @
439c0017
#!/bin/sh
# Run autopkgtests (DEP 8), if available
cd
/tmp/buildd/
*
/debian/..
if
grep
autopkgtest debian/control
&&
[
-d
debian/tests
]
&&
[
-e
debian/tests/control
]
;
then
if
!
sed
-i
's/101/0/'
/usr/sbin/policy-rc.d
;
then
true
fi
apt-get
install
autopkgtest
-y
--force-yes
echo
@@@@@@@@@@@@@@@@@@@@@@@@@@ RUNNING AUTOPKGTESTS @@@@@@@@@@@@@@@@@@@@@@@@@@@@
adt-run
-B
../
*
.deb
--built-tree
=
.
---
null
fi
pbuilder/hooks/B
1
0lintian
→
pbuilder/hooks/B
2
0lintian
View file @
439c0017
File moved
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