File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2525 'Galette Objects Lend ' , //Name
2626 'Manage rent/lend of object ' , //Short description
2727 'Mélissa Djebel, Johan Cwiklinski ' , //Author
28- '2.1.2 ' , //Version
28+ '2.2.0 ' , //Version
2929 '1.2.0 ' , //Galette version compatibility
3030 'objectslend ' , //routing name and translation domain
31- '2024 -10-20 ' , //Date
31+ '2025 -10-09 ' , //Date
3232 [
3333 'objectslend_preferences ' => 'admin ' ,
3434 'store_objectlend_preferences ' => 'admin ' ,
Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ from datetime import datetime
66from termcolor import colored
77from urllib .parse import urlparse
88
9- # on Tuxfamily
10- ssh_path = 'galette/galette-repository/plugins/'
11- ssh_host = 'ssh.tuxfamily.org'
12- galette_dl_repo = 'http://download.tuxfamily.org/galette/plugins/'
9+ ssh_path = '/var/www/galette.eu/download/plugins/'
10+ ssh_host = 'galette.eu'
11+ galette_dl_repo = 'https://galette.eu/download/plugins/'
1312is_local = False
1413
1514local_dl_repo = os .path .join (
You can’t perform that action at this time.
0 commit comments