revert: restore pre-upstream-merge baseline (tree of 3b673150b)
All checks were successful
CI Code / Check spelling (pull_request) Successful in 18s
CI Code / Check coding style (pull_request) Successful in 30s
CI Code / Linux (ubuntu) (pull_request) Successful in 4m51s
CI Code / Linux (debian) (pull_request) Successful in 6m59s
CI Code / Linux (arch) (pull_request) Successful in 10m12s
CI Code / Code Coverage (pull_request) Successful in 6m44s
All checks were successful
CI Code / Check spelling (pull_request) Successful in 18s
CI Code / Check coding style (pull_request) Successful in 30s
CI Code / Linux (ubuntu) (pull_request) Successful in 4m51s
CI Code / Linux (debian) (pull_request) Successful in 6m59s
CI Code / Linux (arch) (pull_request) Successful in 10m12s
CI Code / Code Coverage (pull_request) Successful in 6m44s
Roll the tree back to the pre-merge tip3b673150b, undoing the upstream sync merge72f4f186d(303 files) and the 13 post-merge commits layered on top of it. Purpose: restore the last pre-sync baseline so the reported OMEMO/OTR encryption regressions can be reproduced against a known-good state and the upstream sync ruled in or out as the cause. Nothing is dropped from history; the merge and every post-merge commit remain reachable and can be cherry-picked back selectively. Baseline:3b673150bchore(chatlog): disable background message file logging (stage 1) Undoes merge:72f4f186dmerge: sync upstream profanity-im/profanity
This commit is contained in:
@@ -2,40 +2,67 @@
|
||||
|
||||
* Release libstrophe if required
|
||||
|
||||
* Set the correct release version in meson.build
|
||||
|
||||
* Run Unit tests: `meson setup build_test -Dtests=true && meson test -C build_test`
|
||||
* Run Functional tests: same as above but needs stabber installed
|
||||
* Run Unit tests: `make check-unit`
|
||||
* Run Functional tests - Currently disabled
|
||||
* Run manual valgrind tests for new features
|
||||
* Build and simple tests in Virtual machines ideally all dists including OSX and Windows (Cygwin)
|
||||
|
||||
* Update Inline command help (./src/command/cmd_defs.c)
|
||||
* Check copyright dates in all files
|
||||
|
||||
* Create clean build folder:
|
||||
`meson setup build_deb --buildtype=debug -Dnotifications=enabled -Dicons-and-clipboard=enabled -Dotr=enabled -Dpgp=enabled -Domemo=enabled -Dc-plugins=enabled -Dpython-plugins=enabled -Dxscreensaver=enabled -Domemo-qrcode=enabled -Dgdk-pixbuf=enabled`
|
||||
|
||||
* Build profanity: `meson compile -C build_deb`
|
||||
|
||||
* Generate HTML docs (the docgen argument only works when package status is development)
|
||||
`./build_deb/profanity docgen`
|
||||
|
||||
* Generate manpages (the mangen argument only works when package status is development)
|
||||
`./build_deb/profanity mangen`
|
||||
`./profanity docgen`
|
||||
|
||||
* Determine if `libprofanity`'s version needs to be [increased](https://github.com/profanity-im/profanity/issues/973)
|
||||
* Update plugin API docs (./apidocs/c and ./apidocs/python) need to run the `gen.sh` and commit the results to the website git repo
|
||||
* Update CHANGELOG (Use scripts/changelog-helper.py)
|
||||
* Update CHANGELOG
|
||||
* Update profrc.example
|
||||
* Update profanity.doap (new XEPs and latest version). Look for `DEV` which marks what is done on the development branch.
|
||||
* Add new release to profanity.doap
|
||||
|
||||
* Set the package status to release: `meson setup build_rel --buildtype=release`
|
||||
## Creating artefacts
|
||||
* Set the correct release version in configure.ac:
|
||||
|
||||
```
|
||||
AC_INIT([profanity], [0.6.0], [boothj5web@gmail.com])
|
||||
```
|
||||
|
||||
* Set the package status in configure.ac:
|
||||
```
|
||||
PACKAGE_STATUS="release"
|
||||
```
|
||||
|
||||
* Update date and version in man pages (profanity.1, profanity-ox-setup.1)
|
||||
* Generate manpages for profanity commands (the mangen argument only works when package status is development)
|
||||
`./profanity mangen`
|
||||
These files should be added to the docs subfolder and added to git whenever a command changes.
|
||||
|
||||
* Add generated command manpages: `git add docs/profanity-*.1`
|
||||
|
||||
* Commit (Release 0.1.2)
|
||||
* Commit
|
||||
* Tag (0.1.2)
|
||||
* Push
|
||||
|
||||
* Generate tarballs: `meson dist -C build_rel --formats xztar,zip`
|
||||
* Configure to generate fresh Makefile:
|
||||
|
||||
```
|
||||
./bootstrap.sh && ./configure
|
||||
```
|
||||
|
||||
* Generate tarballs:
|
||||
|
||||
```
|
||||
make dist
|
||||
make dist-bzip2
|
||||
make dist-xz
|
||||
make dist-zip
|
||||
```
|
||||
|
||||
* Set the package status back to dev:
|
||||
|
||||
```
|
||||
PACKAGE_STATUS="development"
|
||||
```
|
||||
|
||||
* Remove generated command manpages:
|
||||
`git rm docs/profanity-*.1`
|
||||
@@ -44,3 +71,13 @@
|
||||
|
||||
* Commit `Start new cycle`
|
||||
* Push
|
||||
|
||||
## Updating website
|
||||
* Make changes to the git repo including uploading the new artefacts at:
|
||||
https://github.com/profanity-im/profanity-im.github.io
|
||||
* Add .xz and .zip tarballs to `tarballs` directory
|
||||
* Copy `guide/latest` to `guide/newversion`
|
||||
* Update tarball location and name in index.html
|
||||
* Update checksums in index.html
|
||||
* Update profanity_version.txt
|
||||
* Take results from profanity.doap and put them into xeps.html
|
||||
|
||||
Reference in New Issue
Block a user