Nicolas Arenas
04c9cd7950
Enable opentracker after install ogrepository
ogrepository/pipeline/head This commit looks good
Details
2025-08-08 11:49:45 +02:00
Nicolas Arenas
bc50845742
Hot Fix postinst debian package
ogrepository/pipeline/head This commit looks good
Details
2025-08-08 10:48:14 +02:00
Nicolas Arenas
c964ab75da
Merge ticket-2610 into main, Resolve conflicts
ogrepository/pipeline/head This commit looks good
Details
2025-08-08 09:34:30 +02:00
Nicolas Arenas
acc5f3d445
refs #2609 Update changelog
2025-08-08 08:49:33 +02:00
Nicolas Arenas
6a62c44ce4
Removes ctorrent from repo
2025-08-08 08:34:40 +02:00
Nicolas Arenas
61e2e2468d
Merge pull request 'Remove Systemd block' ( #40 ) from remove_systemd_block into main
...
ogrepository/pipeline/head This commit looks good
Details
Reviewed-on: #40
2025-08-07 10:26:13 +02:00
Nicolas Arenas
ef8112b8c1
Remove Systemd block
2025-08-07 10:25:04 +02:00
Vadim Trochinsky
2ad4848a5e
refs #2428 Update changelog
ogrepository/pipeline/head This commit looks good
Details
2025-07-07 13:55:31 +02:00
Vadim vtroshchinskiy
6e8d9d4132
Merge pull request 'Merge oggit functionality' ( #39 ) from oggit into main
...
ogrepository/pipeline/head This commit looks good
Details
Reviewed-on: #39
2025-07-07 12:19:23 +02:00
Vadim vtroshchinskiy
d048ee782c
refs #2371 hide commits that can't be restored
2025-07-07 09:56:49 +02:00
Vadim Trochinsky
73c0220ab3
refs #2363 Fix breaking forgejo permissions
2025-07-01 16:56:06 +02:00
Vadim vtroshchinskiy
037ac63c97
refs #2363 Reduce number of required dependencies
2025-07-01 15:31:32 +02:00
Vadim vtroshchinskiy
83b0fd7c03
refs #2363 Add python3-git dependency
2025-07-01 15:30:59 +02:00
Vadim Trochinsky
199ef8c5e1
ref #2317 Fix performance problem, remove stats
2025-06-30 15:52:54 +02:00
Vadim Trochinsky
05b51de851
Better error handling for bad tag names
2025-06-30 15:52:54 +02:00
Vadim Trochinsky
228bd85aa8
Add commit listing
2025-06-30 15:52:54 +02:00
Vadim vtroshchinskiy
3992ff27f0
update changelog
2025-06-30 15:52:51 +02:00
Vadim vtroshchinskiy
8728682936
update dependencies
2025-06-30 15:46:00 +02:00
Vadim Trochinsky
a1f0561f5c
Add SSH key endpoint
2025-06-30 15:46:00 +02:00
Vadim vtroshchinskiy
e355562714
Fix path
2025-06-30 15:46:00 +02:00
Vadim vtroshchinskiy
8dcd1faefd
Add another search path for installer module
2025-06-30 15:46:00 +02:00
Vadim vtroshchinskiy
05b963d611
Fix path handling when there are no repositories
2025-06-30 15:46:00 +02:00
Vadim vtroshchinskiy
da5d6fd8c5
Fix base path handling
2025-06-30 15:32:19 +02:00
Vadim vtroshchinskiy
3c2fc27e2e
Package build fixes
2025-06-30 15:32:17 +02:00
Vadim vtroshchinskiy
b04bf3c5b1
Cambiar endpoint de crear tags
2025-06-30 15:30:52 +02:00
Vadim vtroshchinskiy
bff65cde01
Fix repository already exists error code
2025-06-30 15:30:52 +02:00
Vadim vtroshchinskiy
984b251615
Use annotated tags
2025-06-30 15:30:52 +02:00
Vadim vtroshchinskiy
28f2537aed
Swagger fix: use the right name in example
2025-06-30 15:30:51 +02:00
Vadim vtroshchinskiy
c949cfb9a9
Backup endpoint
2025-06-30 15:30:51 +02:00
Vadim vtroshchinskiy
9f87997722
Add git repo synchronization
2025-06-30 15:30:51 +02:00
Vadim vtroshchinskiy
a387af27d0
Fix error logging, wrong constant
2025-06-30 15:30:51 +02:00
Vadim vtroshchinskiy
9a9cf17403
Fix installer module loading
2025-06-30 15:30:51 +02:00
Vadim vtroshchinskiy
ba5384ea77
Add git repository GC function
2025-06-30 15:30:51 +02:00
Vadim vtroshchinskiy
74efebf3c8
Swagger fixes
2025-06-30 15:30:51 +02:00
Vadim vtroshchinskiy
88953696e7
Git implementation and Swagger
2025-06-30 15:30:51 +02:00
opengnsys
f972ae1ae9
Merge pull request 'update_torrent_repos' ( #38 ) from update_torrent_repos into main
...
ogrepository/pipeline/head This commit looks good
Details
ogrepository/pipeline/tag This commit looks good
Details
Remplaza las utilidades de los paquetes de ctorrent , bittornado, bittorrent por
- opentracker como tracker de archivos torrent.
- aria2c como cliente de descargas.
- mktorrent para crear los archivos torrent.
Tickets implicados:
Historia #2288
- refs #2291 : El seeding inicial del archivo se realiza ahora mediante aria2c
- refs #2293 : El script reunTorrentTracker.py no se invoca ahora por los endpoints, opentracker se ejecuta como servicio.
- refs #2340 : El motor de clonación ya no usa ctorrent, su funcionalidad ha sido remplazada por aria2c y mktorrent
- refs #2290 : Og repository ya no usa ctorrent para crear el los archivos torrent, lo hace ahora mktorrent
- refs #2292 : Eliminadas las referencias a bttrack en el api como tracker de archivos torrent.
- refs #2310 : Se ha creado el paquete opentracker, que se ha compilado sin soporte a listas blancas para simplificar el proceso de servir torrents.
- refs #2331 : Se ha añadido a oglive aria2c y mktorrent, se ha eliminado la instalación de ctorrent.
- refs #2294 : Se han ajustado las dependencias de ogrepository, se han eliminado las dependencias de bittornado, bittorrent y ctorrent y se han sustituido por opentracker, mktorrent y aria2.
Historia #2259
- refs #2260 : se ha cambiado la forma de instalar los paquetes de torrent.
- refs #2261 : el despliegu por torrent no funcionaba correctamente, daba problemas de conexión dependiendo de las situaciones, se ha simplificado el proceso.
- refs #2282 : Se añaden backup y restore de las configuraciones en caso de actualización de los paquetes.
2025-06-26 19:31:02 +02:00
Nicolas Arenas
95524ac9cf
Updated Changelog.md
2025-06-25 12:40:55 +02:00
Nicolas Arenas
ccf04ba8fc
refs 2294: include opengnsys-opentracker as dependency
2025-06-25 11:58:48 +02:00
Nicolas Arenas
9f170c23c7
refs #2291 Commentout call to old utilities
...
refs #2291 soft kill of aria2c process
2025-06-25 11:55:47 +02:00
Nicolas Arenas
6236be85d8
refs 2293: Removes information for unwanted services
2025-06-25 11:53:43 +02:00
Nicolas Arenas
0118ca53a5
refs #2293 : Removes calls to runTorrentTracker
2025-06-25 11:48:25 +02:00
Nicolas Arenas
bada82e88a
refs #2291 and #2293 : Replace bittomany for aria2c
...
refs #2293 : changes way to kill aria2c process
refs #2293 : a aria2c is launched for each image to be served
2025-06-24 11:33:40 +00:00
Nicolas Arenas
a3b938e41e
refs #2290 : Removes -l parameter in mktorrent
...
refs #2294 : Updates dependency with mktorrent
2025-06-24 05:20:39 +00:00
Nicolas Arenas
dd60800c97
refs #2290 : Replaces ctorrent by mktorrent to create torrent file for images
2025-06-23 23:55:18 +02:00
Nicolas Arenas
ecbba3d45e
refs #2282 Review errors in ogrepo update
...
refs #2260 Change the way to install dependency
refs #2260 Remove bittorrent dependency
2025-06-23 09:59:13 +02:00
Nicolas Arenas
a58023f893
Fixed BT issue in sudoers file
ogrepository/pipeline/tag There was a failure building this commit
Details
2025-06-02 12:41:33 +02:00
Nicolas Arenas
c23b4ddddb
Publish in ogrepo
ogrepository/pipeline/head This commit looks good
Details
2025-04-10 16:57:00 +02:00
Nicolas Arenas
2507c035ae
Fixing permissions
ogrepository/pipeline/tag This commit looks good
Details
2025-04-04 09:56:58 +02:00
Nicolas Arenas
d0149f40f8
Merge remote-tracking branch 'refs/remotes/origin/main'
2025-04-02 11:04:44 +02:00
Nicolas Arenas
fba880c477
Adds X-OG-Release field
2025-04-02 11:03:51 +02:00