-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix packaging for Debian-based dists
- Loading branch information
Showing
8 changed files
with
47 additions
and
12 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,32 @@ | ||
name: Package test | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
package_test: | ||
if: github.repository == 'tarantool/luatest' | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
dist: [ ubuntu ] | ||
version: [ focal ] | ||
|
||
runs-on: ubuntu-20.04 | ||
|
||
steps: | ||
- name: Check out repo | ||
uses: actions/checkout@v3 | ||
|
||
- name: Check out packpack | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: packpack/packpack | ||
path: packpack | ||
|
||
- name: Run packaging | ||
run: ./packpack/packpack | ||
env: | ||
OS: ${{ matrix.dist }} | ||
DIST: ${{ matrix.version }} |
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ luatest (0.5.7-1) unstable; urgency=medium | |
* Change test run summary report: use verbs in past simple tense (succeeded, | ||
failed, xfailed, etc.) instead of nouns (success(es), fail(s), xfail(s), etc.) | ||
|
||
-- Nikolay Volynkin <[email protected]> Fri, 28 Jan 2022 14:00:00 +0300 | ||
-- Nikolay Volynkin <[email protected]> Fri, 28 Jan 2022 14:00:00 +0300 | ||
|
||
luatest (0.5.6-1) unstable; urgency=medium | ||
|
||
|
@@ -51,8 +51,8 @@ luatest (0.5.3-1) unstable; urgency=medium | |
|
||
luatest (0.5.2-1) unstable; urgency=medium | ||
|
||
- Throw parser error when .json is accessed on response with invalid body. | ||
- Set `Content-Type: application/json` for `:http_request(..., {json = ...})` requests. | ||
* Throw parser error when .json is accessed on response with invalid body. | ||
* Set `Content-Type: application/json` for `:http_request(..., {json = ...})` requests. | ||
|
||
-- Maxim Melentiev <[email protected]> Thu, 25 Jun 2020 13:00:00 +0300 | ||
|
||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
9 | ||
10 |
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Source: luatest | ||
Priority: optional | ||
Section: database | ||
Maintainer: Konstantin Nazarov <[email protected]> | ||
Build-Depends: debhelper (>= 9), cdbs, | ||
Build-Depends: debhelper (>= 10), | ||
cdbs (>= 0.4.100), | ||
tarantool (>= 1.9.0), | ||
tarantool-dev (>= 1.9.0), | ||
tarantool-checks (>= 3.0.1) | ||
Standards-Version: 3.9.6 | ||
tarantool-checks (>= 3.0.1), | ||
tt (>= 1.0.0) | ||
Standards-Version: 4.5.1 | ||
Homepage: https://github.com/tarantool/luatest | ||
Vcs-Git: git://github.com/tarantool/luatest.git | ||
Vcs-Browser: https://github.com/tarantool/luatest | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
README.md | ||
README.rst |
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 |
---|---|---|
@@ -1 +1 @@ | ||
curl -s https://packagecloud.io/install/repositories/tarantool/1_10/script.deb.sh | sudo bash | ||
curl -L https://tarantool.io/release/${LUATEST_TARANTOOL_SERIES:-2}/installer.sh | bash |
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
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