Skip to content

Commit

Permalink
bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
upa committed Feb 7, 2024
1 parent 1d8d853 commit 2ef4267
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Dockerfile/build-deb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN ${mscpdir}/scripts/install-build-deps.sh

# build
RUN cd ${mscpdir} \
&& debuild -us -uc \
&& debuild -us -uc -S \
&& mv ${mscpdir} /

# Then all debuild output files exsit at /debbuild
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
17 changes: 16 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
mscp (0.1.3) UNRELEASED; urgency=medium
mscp (0.1.4) UNRELEASED; urgency=medium

* add a test for builds on FreeBSD
* updat container images for tests
* dropp support for Python bindings
* clean up error message handling
* add MSCP_SSH_AUTH_PASSWORD/PASSPHRASE environment variables
to pass passwords to MSCP without interactive input (issue #9)
* add a -p option to preserve timestamps
* add -4 and -6 options to use IPv4 or IPv6, respectively
* introduc .clang-format, which is derived from the Linux kernel
* fix the manpage

-- Ryo Nakamura <upa@haeena.net> Wed, 07 Feb 2024 15:56:58 +0900

mscp (0.1.3) unstable; urgency=medium

* add -I option for inserting intervals between SSH attempts (issue #7)
* add -P option, equivalent to -p (just for compatibility)
Expand Down
11 changes: 6 additions & 5 deletions doc/DEVELOP.md → doc/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ After that:

```console
$ ls debbuild
mscp_0.1.3_amd64.build mscp_0.1.3_amd64.deb mscp-dbgsym_0.1.3_amd64.ddeb
mscp_0.1.3_amd64.buildinfo mscp_0.1.3.dsc
mscp_0.1.3_amd64.changes mscp_0.1.3.tar.xz
mscp_0.1.4.dsc mscp_0.1.4_source.buildinfo mscp_0.1.4.tar.xz
mscp_0.1.4_source.build mscp_0.1.4_source.changes
```

### To publush mscp in launchpad PPA:
Expand Down Expand Up @@ -53,8 +52,10 @@ mscp-0.1.3-1.el9.src.rpm

### To publish mscp in COPR:

1. download `mscp-X.X.X-1.yyy.src.rpm`
2. upload the src.rpm to Build page at COPR.
1. update `changelog` in `rpm/mscp.spec` (the date command needed here is `date "+%a %b %d %Y"`)
2. run `make build-srpm`
3. download `mscp-X.X.X-1.yyy.src.rpm`
4. upload the src.rpm to Build page at COPR.



Expand Down
17 changes: 0 additions & 17 deletions rpm/README.md

This file was deleted.

3 changes: 3 additions & 0 deletions rpm/mscp.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ make -C build install DESTDIR=%{buildroot}


%changelog
* Wed Feb 07 2024 Ryo nakamura <upa@haeena.net> - 0.1.4-0
- RPM release for v0.1.4

* Sat Feb 03 2024 Ryo nakamura <upa@haeena.net> - 0.1.3-0
- Initial release for rpm packaging

0 comments on commit 2ef4267

Please sign in to comment.