summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTina Müller <cpan2@tinita.de>2020-04-19 13:01:23 +0200
committerTina Müller <cpan2@tinita.de>2020-04-19 13:37:45 +0200
commit61272743aa3ff5f15ddb18cd20f3341a1cc5c16b (patch)
tree5b3bf7e76dd69f1e62fef331eb928e0c1a40a9df
parenta7ac0baa83491117f2ae8f6e00eee8cf6d7992ae (diff)
downloadlibyaml-git-packaging.tar.gz
Updatepackaging
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0013506..d7e2c0e 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,10 @@
Update libyaml version in:
* announcement.msg
+* Changes
* CMakeLists.txt
* `YAML_VERSION_MAJOR`, `YAML_VERSION_MINOR`, `YAML_VERSION_PATCH`
-* appveyor.yml
+* .appveyor.yml
* configure.ac
* `YAML_MAJOR`, `YAML_MINOR`, `YAML_PATCH`, `YAML_RELEASE`, `YAML_CURRENT`, `YAML_REVISION`
@@ -24,8 +25,7 @@ process will clone your current git directory.
Run
- cd packaging/docker
- make test-pyyaml
+ make docker-test-pyyaml
It will run all libyaml tests, and run pyyaml tests (with python 2 & 3) on
the current branch.
@@ -36,15 +36,16 @@ Run
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
to create a tarball written to packaging/docker/output.
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
git worktree add dist dist