Skip to content
Snippets Groups Projects
Commit 12f9a67f0680 authored by Tina Müller's avatar Tina Müller
Browse files

Update

parent f988520f1388
Branches packaging
No related tags found
No related merge requests found
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
Update libyaml version in: Update libyaml version in:
* announcement.msg * announcement.msg
* Changes
* CMakeLists.txt * CMakeLists.txt
* `YAML_VERSION_MAJOR`, `YAML_VERSION_MINOR`, `YAML_VERSION_PATCH` * `YAML_VERSION_MAJOR`, `YAML_VERSION_MINOR`, `YAML_VERSION_PATCH`
...@@ -7,6 +8,6 @@ ...@@ -7,6 +8,6 @@
* CMakeLists.txt * CMakeLists.txt
* `YAML_VERSION_MAJOR`, `YAML_VERSION_MINOR`, `YAML_VERSION_PATCH` * `YAML_VERSION_MAJOR`, `YAML_VERSION_MINOR`, `YAML_VERSION_PATCH`
* appveyor.yml * .appveyor.yml
* configure.ac * configure.ac
* `YAML_MAJOR`, `YAML_MINOR`, `YAML_PATCH`, `YAML_RELEASE`, `YAML_CURRENT`, `YAML_REVISION` * `YAML_MAJOR`, `YAML_MINOR`, `YAML_PATCH`, `YAML_RELEASE`, `YAML_CURRENT`, `YAML_REVISION`
...@@ -24,8 +25,7 @@ ...@@ -24,8 +25,7 @@
Run Run
cd packaging/docker make docker-test-pyyaml
make test-pyyaml
It will run all libyaml tests, and run pyyaml tests (with python 2 & 3) on It will run all libyaml tests, and run pyyaml tests (with python 2 & 3) on
the current branch. the current branch.
...@@ -36,12 +36,8 @@ ...@@ -36,12 +36,8 @@
make docker-dist make docker-dist
in the repository root or
cd packaging/docker
make libyaml-dist
It will create a docker image (libyaml-dev) and run `make dist` in the container It will create a docker image (libyaml-dev) and run `make dist` in the container
to create a tarball written to packaging/docker/output. to create a tarball written to packaging/docker/output.
It will also create a zipfile. It will also create a zipfile.
...@@ -43,8 +39,13 @@ ...@@ -43,8 +39,13 @@
It will create a docker image (libyaml-dev) and run `make dist` in the container It will create a docker image (libyaml-dev) and run `make dist` in the container
to create a tarball written to packaging/docker/output. to create a tarball written to packaging/docker/output.
It will also create a zipfile. It will also create a zipfile.
Unpack data for copying to dist branch:
cd packaging/docker/output
tar xvf yaml-0.x.y.tar.gz
## Update dist branch ## Update dist branch
git worktree add dist dist git worktree add dist dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment