Problem/Motivation
Hi Matthew, what would be the composer script to install this update?
I've tried run-script update-cforge
This is what it did:
> rm -rf web/profiles/cforge
> wget https://ftp.drupal.org/files/projects/cforge-2.0.x-dev.zip -O temp.zip
--2022-08-15 14:33:46-- https://ftp.drupal.org/files/projects/cforge-2.0.x-dev.zip
Resolving ftp.drupal.org (ftp.drupal.org)... 199.232.74.217
Connecting to ftp.drupal.org (ftp.drupal.org)|199.232.74.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 542506 (530K) [application/zip]
Saving to: ‘temp.zip’
temp.zip 100%[===================>] 529.79K --.-KB/s in 0.009s
2022-08-15 14:33:46 (60.0 MB/s) - ‘temp.zip’ saved [542506/542506]
> unzip -o -qq temp.zip -d web/profiles/
> rm temp.zip
But I'm still on 2.0.0-beta7+8-dev
Thanks! Everyone loves the site. Our group is growing and we've been doing lots of trading. Most of us are farmers so it's very useful to have this platform.
Comments
Comment #2
matslats commentedsorry you need to change the version number explicitly if you want tagged versions.
in the composer file
https://ftp.drupal.org/files/projects/cforge-2.0.0-rc1.zip
soon I'll check if Drupal package builder is working yet.
Comment #3
matslats commentedComment #4
amysragbag commentedOk I changed that in the composer file and it worked. :)