Christophe Bliard
46e230b586
Retry downloads of bim dependencies in docker
...
Download failed in some CI builds for some reason [1], while it worked
for previous builds [2]. I would assume it's transient download errors.
Adding `--tries 3` to the wget commands to retry the downloads should
fix the issue.
Also replaced `--quiet` with `--no-verbose` to be terser than default
but still get error information when it fails.
[1] https://github.com/opf/openproject-flavours/actions/runs/17911001201 and https://github.com/opf/openproject-flavours/actions/runs/17910946720/job/50922134721
[2] https://github.com/opf/openproject-flavours/actions/runs/17910953231/job/50922155467
2025-09-22 12:04:30 +02:00
Oliver Günther
216dcb5828
Bundle bim dependencies on packaging
2025-06-23 15:08:12 +02:00
Christophe Bliard
c2a9b16183
Remove some references to CentOS 7
...
Follow-up on https://github.com/opf/openproject/pull/14397
2023-12-12 15:27:04 +01:00
Oliver Günther
69747f21df
Replace packager database.yml with it
2023-11-30 13:42:30 +01:00
Oliver Günther
b9106f6db9
Link to the product reference as output in flavour builder
2023-10-24 20:56:33 +02:00
Oliver Günther
1d51115d5f
Install newer version of postgresql-devel for centos7
2022-05-16 10:34:34 +02:00
Oliver Günther
dda8c2fe3b
Add database.yml with sql_mode for mysql/packager
2016-11-07 20:26:51 +01:00
Jens Ulferts
1372c669c3
Merge remote-tracking branch 'origin/dev' into feature/rails5
2016-09-12 13:46:30 +02:00
Oliver Günther
a23e104d6b
Remove forced 2.1.6 ruby version
2016-09-09 09:40:28 +02:00
Oliver Günther
78ab8a9cfd
Rename serve_static_files
2016-09-07 21:05:00 +02:00
Oliver Günther
8ffc508e6b
Set RELEASE_DATE before packaging
2016-02-01 16:27:12 +01:00
Oliver Günther
ae190c8367
Remove forced access to configuration.yml
...
With Rails 4, the database initializer to access is no longer necessary,
as a database connection can be made successfully from database URIs.
2015-10-08 16:56:55 +02:00
Alex Coles
812420703b
Update config for serve_static_files renaming
...
Signed-off-by: Alex Coles <alex@alexbcoles.com >
2015-09-13 14:45:50 +02:00
kgalli
f88ea07b68
Merge branch 'release/4.0' into release/4.1
2015-06-11 07:09:17 +00:00
Toshi MARUYAMA
43a6b326da
CVE-2015-1855: update Ruby to 2.1.6
...
https://www.ruby-lang.org/en/news/2015/04/13/ruby-openssl-hostname-matching-vulnerability/
2015-06-11 03:14:07 +09:00
Jonas Heinrich
09cae44ec2
In packaging setup, do not remove shrinkwrap anymore
2015-04-02 12:55:38 +02:00
Cyril Rohr
05f45d08ef
Do not use npm-shrinkwrap.json when packaging npm dependencies.
...
This avoids downloading a huge amount of things that are only needed in
development. It will reduce the package size, and certainly improve the
reliability of the packaging process (i.e. less ECONNREFUSED when
downloading phantomjs and such).
This commit also updates the NodeJS buildpack, and forces the use of the
HTTP npm registry for better performance and reliability when packaging.
2015-03-04 22:36:26 +00:00
kgalli
28531c779a
Update ruby version to previous stable 2.1.5
2015-02-13 11:11:39 +01:00
kgalli
ee5b94fa74
Update ruby version to current stable 2.1.4
...
This release includes security fixes for the following vulnerabilities:
* CVE-2014-8080: Denial of Service XML Expansion
* Changed default settings of ext/openssl related to CVE-2014-3566
And there are some bug-fixes.
2014-10-31 11:45:02 +01:00
kgalli
c6b87de2a2
Add ruby 2.3.1 to setup
2014-10-31 11:44:27 +01:00
Cyril Rohr
fe072de37a
Use new installer feature from packager.io
...
Postinstall for openproject is now in its own addon at https://github.com/pkgr/addon-openproject .
2014-10-08 08:32:55 +00:00
Cyril Rohr
f490a10f55
Can now switch package names and everything will work
2014-09-01 13:24:32 +02:00
Cyril Rohr
5bb7f1fd4a
Force ActiveRecord connection establishment with config/database.yml
...
This is necessary so that SSL settings are correctly used. By default,
Rails does not handle query parameters in the DATABASE_URL, while the
config/database.yml generated by buildpacks does.
2014-09-01 13:12:49 +02:00
Cyril Rohr
7c39505684
Set serve_static_assets = true in case apache is not configured to serve assets.
2014-08-14 14:10:03 +02:00
Cyril Rohr
7d6a94d358
Move unicorn definition to main Gemfile
2014-08-14 14:10:03 +02:00