mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-18 04:30:53 +01:00
* Move Guix packages to a channel. This patch moves the core Mobilizon Reshare package definition to https://github.com/fishinthecalculator/mobilizon-reshare-guix .
7 lines
246 B
Bash
Executable File
7 lines
246 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
guix time-machine -C channels-lock.scm -- build -f guix.scm
|
|
|
|
guix time-machine -C channels-lock.scm -- pack -L . -f docker --save-provenance --root=docker-image.tar.gz --entry-point=bin/scheduler.py mobilizon-reshare-scheduler
|