Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
30c453a6
Commit
30c453a6
authored
Feb 10, 2015
by
Brad Figg
Committed by
Tim Gardner
Feb 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UBUNTU: [Debian] DEP8 test to run our regression tests
Signed-off-by:
Brad Figg
<
brad.figg@canonical.com
>
parent
5795046f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
debian/tests/control
debian/tests/control
+4
-0
debian/tests/ubuntu-regression-suite
debian/tests/ubuntu-regression-suite
+19
-0
No files found.
debian/tests/control
View file @
30c453a6
Tests: rebuild
Depends: @builddeps@, fakeroot
Restrictions: allow-stderr
Tests: ubuntu-regression-suite
Depends: build-essential, gcc-multilib, gdb, git, bzr
Restrictions: allow-stderr, isolation-machine, breaks-testbed
debian/tests/ubuntu-regression-suite
0 → 100755
View file @
30c453a6
#!/bin/sh
set
-e
sver
=
`
dpkg-parsechangelog
-SVersion
`
read
x rver x </proc/version_signature
flavour
=
${
rver
#*-*-
}
rver
=
${
rver
%-
$flavour
}
echo
"Source Package Version:
$sver
"
echo
"Running Kernel Version:
$rver
"
if
[
"
$sver
"
!=
"
$rver
"
]
;
then
echo
"ERROR: running version does not match source package"
1>&2
exit
1
fi
git clone git://kernel.ubuntu.com/ubuntu/kernel-testing
kernel-testing/run-dep8-tests
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