Commit Graph

27 Commits

Author SHA1 Message Date
ff8e98669d
Update README
Reflect this being a fork for openSUSE.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-04-16 16:51:13 +02:00
Carsten Grohmann
48cc058df1 Update copyright years 2023-01-13 22:12:43 +01:00
Carsten Grohmann
50103374e7 Fix Node.js warning about wrong module type
# rollup --config rollup.config.js
(node:2833) Warning: To load an ES module, set "type": "module" in the
package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
[!] RollupError: Node tried to load your configuration file as CommonJS
even though it is likely an ES module. To resolve this, change the
extension of your configuration to ".mjs", set "type": "module" in your
package.json file or pass the "--bundleConfigAsCjs" flag.
2022-11-19 09:39:06 +01:00
Carsten Grohmann
fb0105e612 Typo 2022-08-17 21:47:37 +02:00
Carsten Grohmann
99d9f23d30 Add section "Publish a new release" 2022-01-19 08:27:37 +01:00
Carsten Grohmann
788b416a0f Minor format changes 2022-01-19 08:27:22 +01:00
Carsten Grohmann
489fee0669 Update documentation 2022-01-12 20:24:42 +01:00
Carsten Grohmann
e320fa56a0 Update copyright years 2022-01-02 13:35:09 +01:00
Carsten Grohmann
ef045232d1 Move rollup.js configuration into own config file 2021-12-26 23:04:17 +01:00
Carsten Grohmann
0473dbcc7d Convert OOM URL to clickable link 2021-09-04 23:24:52 +02:00
Carsten Grohmann
f088d861e2 Fix wrong domain in email address 2021-09-04 22:49:48 +02:00
Carsten Grohmann
98c99fa57f Update copyright years 2021-02-05 17:04:09 +01:00
Carsten Grohmann
1292d4f1e2 Pin build process to Python 3.7
After a package update, transcrypt produces incomplete JS:
__target__/OOMAnalyser.js (147:15)
145:       }
146:       if (cols_to_strip) {
147:         var line = ;
                        ^
148:       }
149:       if (line.startswith ('kernel:')) {

instead of
 146       if (cols_to_strip) {
 147         var line = __getitem__ ((function () {
 148           var __accu0__ = line;
 149           return __call__ (__accu0__.py_split, __accu0__, '     ', cols_to_strip);
 150         }) (), __neg__ (1));
 151       }
 152       if (line.startswith ('kernel:')) {

A temporary pinning of Transcrypt to Python 3.7 solves this issue.
2020-12-08 10:50:40 +01:00
Carsten Grohmann
445b83616b Add bundler rollup.js to requirements 2020-11-19 09:45:46 +01:00
Carsten Grohmann
a8fe90dd3d Include pending documentation changes
after the migration to Sourcehut, Transcrypt 3.7 and JS bundling with
rollup.
2020-10-29 21:32:41 +01:00
Carsten Grohmann
95455f7ad2 Move project to Sourcehut
Github will remain only a mirror.
2020-10-29 15:04:52 +01:00
Carsten Grohmann
c57c74adb2 Align format with Nikola md processor 2020-01-09 20:49:28 +01:00
Carsten Grohmann
a8344d3656 Update copyright years 2020-01-02 20:58:01 +01:00
Carsten Grohmann
99257ddd79 Updated introductory description 2019-12-05 06:44:20 +01:00
Carsten Grohmann
c5698c304d Update documenation 2019-11-24 10:52:21 +01:00
Carsten Grohmann
6b2947ca0f Extend documentation especially the README.md file 2019-02-10 18:15:02 +01:00
Carsten Grohmann
ea2e674998 Update copyright years 2019-02-07 20:52:37 +01:00
Carsten Grohmann
eb579c01a7 Pin to the latest Transcrypt 3.6 version 2018-09-30 22:37:35 +02:00
Carsten Grohmann
9e8181225c Update copyright years 2018-04-06 21:56:29 +02:00
Carsten Grohmann
3887d12ee7 Rework the README 2017-12-21 22:00:34 +01:00
Carsten Grohmann
0592c33b66 Add reference to the public OOM web page 2017-11-25 13:14:54 +01:00
Carsten Grohmann
18e8a3eb56 Initial commit 2017-11-25 12:52:55 +01:00