Commit Graph

82 Commits

Author SHA1 Message Date
ralf
be06213402 prefer homebrew gtar over ports gnutar 2024-04-30 09:53:34 +02:00
ralf
1e45b8dd9a throw if we don't get the upload_url 2024-03-04 16:13:45 +02:00
ralf
d83978109d also update package.json with maintenance release 2024-01-25 10:12:32 +02:00
ralf
1752864aea fix unknown command --last-tag 2023-11-22 10:06:39 +02:00
ralf
2331fc4135 allow to specify tag used for changelog as --last-tag <tag> 2023-11-22 10:01:57 +02:00
ralf
757eeccf5c fix changelog of first release of a new version gets the old major release 2023-01-10 13:09:10 -06:00
ralf
88c19b472c fix some warnings 2023-01-10 12:51:41 -06:00
ralf
0074f4a70e use 23.1 2023-01-10 12:07:11 -06:00
ralf
a79a0802a1 we must NOT exclude node_modules in 22.1 or master 2022-09-22 20:35:55 +02:00
ralf
67f41f8041 update build script to 22.1 2022-09-20 13:42:38 +02:00
ralf
c24c1049dd fix PHP Fatal Error: Call to undefined function each() 2022-09-05 08:42:13 +02:00
ralf
7eeb72513d fix hardcoded php binary (no longer working on MacOS without PHP) 2022-09-05 08:33:26 +02:00
ralf
c3ccb7e2e4 no longer tag ADOdb with EGroupware version, handling it with own version like other dependencies 2022-04-20 21:59:51 +02:00
ralf
233c984b0e seem Composer 2.x need --prefer-source to not remove the .git dirs on update 2022-04-06 14:11:10 +03:00
Ralf Becker
fb0c251a95 request latest v1 version of composer and retry infinite the package update on build 2021-09-23 10:51:22 +02:00
Ralf Becker
6113114b4c fix typo / missing quote 2021-03-29 16:47:19 +02:00
Ralf Becker
e0b96079d8 some more changes for 21.1 build 2021-03-18 08:16:40 +02:00
Ralf Becker
ddda3b4165 changes for 21.1 builds (out of master) 2021-03-16 09:30:34 +02:00
Ralf Becker
579c84ac12 remove old archive app 2020-05-25 15:05:58 +02:00
Ralf Becker
6fc746df3c a couple more 19.1 --> 20.1 changes 2020-05-25 14:30:50 +02:00
Ralf Becker
ff0a4400b4 merge latest changes from 19.1 2020-05-25 13:35:32 +02:00
Ralf Becker
84f8e3a572 add WebAuthn to EPL apps 2019-09-17 10:47:35 +02:00
Ralf Becker
8c5c227d9f do NOT tag z-push, as we use their releases / tags for 19.1+ 2019-08-06 16:42:11 +02:00
Ralf Becker
95ca598094 19.1 changelog and version, also fix package name "egroupware-docker" 2019-08-06 14:38:32 +02:00
Ralf Becker
cd3eeaf597 remove (hopefully last) egroupware-epl 2019-07-17 15:05:31 +02:00
Ralf Becker
0f8e678524 some more changes to build 19.1
some are temporary until we branch 19.1 off
2019-07-17 11:16:07 +02:00
Ralf Becker
efcb0471b3 bump version to 19.1 2019-07-16 10:46:59 +02:00
Ralf Becker
d077f3502f fix typo 2019-02-25 10:54:29 +01:00
Ralf Becker
25f64d774c copy over changes from 17.1 2019-02-25 10:46:06 +01:00
nathangray
d805e9f467 Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00
Ralf Becker
c9b3f4ae28 changes for 17.1 2017-11-05 09:34:43 +01:00
Ralf Becker
837fe39a0c fix preg_replace(): No ending delimiter '/' found on line 904 2017-10-21 14:35:05 +02:00
Ralf Becker
cbefc25934 do not error out if changelog could not be queried from git, eg. because there is no previous tag 2017-10-21 14:17:20 +02:00
Ralf Becker
fb30a1c3ca updates for 17.1 RC 2017-10-21 13:39:05 +02:00
Ralf Becker
be32282214 maintain an maintenance_release version in api/setup/setup.inc.php, also move update-checker images to api 2017-02-02 10:38:13 +01:00
Ralf Becker
d537203b77 stop 16.1 releases triggering 14.2 builds 2016-11-07 14:54:59 +01:00
Hadi Nategh
c3fb98f3c1 Try to correct ckeditor references point to vendor directory 2016-10-07 12:15:03 +02:00
Ralf Becker
5c33bd9bef adding a first unit test to EGroupware, plus a test runner running all test-classes in either:
$app/src/.*/test/$classTest.php or $app/test/class.$classTest.inc.php
adding test runner doc/test-cli.php to Travis
2016-07-11 21:40:02 +02:00
Ralf Becker
27cfc4d2e0 fix not detected modules since use of EGW_REPO_BASE 2016-06-27 20:41:14 +02:00
Ralf Becker
02705fd95a allow curly braces in upload glob 2016-06-06 17:24:44 +02:00
Ralf Becker
09e9f81545 make what get's uploaded configurable and allow to run upload alone 2016-06-06 17:14:02 +02:00
Ralf Becker
9117136108 parse packaging from changelog, if editchangelog is not run
use json to display or set non-scalar config
2016-06-04 11:03:04 +02:00
Ralf Becker
d47e4889dc fix to kope with current .mrconfig allowing http and git urls 2016-06-02 16:46:36 +02:00
Ralf Becker
152311a6f8 fix to kope with current .mrconfig allowing http and git urls 2016-06-02 15:38:00 +02:00
Ralf Becker
28e3c78ee2 looks like svn 1.8 changed output of svn log --xml a bit, using now paths->path to identify tag 2016-06-02 14:18:59 +02:00
Ralf Becker
5d24bc2ab7 fix tag finding code replace hardcoded '14.3' with $config['version'] 2016-06-02 13:51:57 +02:00
Ralf Becker
31406046c1 exclude .mrconfig .gitignore and node_modules/ from archives, as they are not needed for archives 2016-05-27 11:28:36 +00:00
Ralf Becker
409c8a1a54 dont add all tar-bar to sums, as we dont want to publish it
remove evtl. existing bziped file, as it gives an error
2016-05-27 13:24:27 +02:00
Ralf Becker
371c24ec75 need to bzip2 all tar-ball after appending to it, as tar does not support that for compressed archives 2016-05-27 12:22:31 +02:00
Ralf Becker
9d703caf3a create a confiburable egroupware-epl-all tar-ball for Debian builds not (easily) supporting multiple 2016-05-27 11:54:31 +02:00