moved away from github

Cette révision appartient à :
boyska 2021-08-25 00:22:41 +02:00
Parent ea51ad92d6
révision dba069d757
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -9,7 +9,7 @@ python-pip
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends
virtualenvwrapper
RUN git clone https://github.com/boyska/techrec.git /opt/techrec
RUN git clone https://git.lattuga.net/techbloc/techrec.git /opt/techrec
RUN virtualenv --python=python2 /opt/virtualenv
RUN /opt/virtualenv/bin/pip install -r /opt/techrec/server/requirements.txt
RUN mkdir /opt/db

Voir le fichier

@ -106,7 +106,7 @@ def create_mp3(start, end, outfile, options={}, **kwargs):
metadata["ENCODINGTIME"] = datetime.now().replace(microsecond=0).isoformat()
else:
metadata["DATE"] = start.replace(microsecond=0).isoformat()
metadata["ENCODER"] = "https://github.com/boyska/techrec"
metadata["ENCODER"] = "https://git.lattuga.net/techbloc/techrec"
if "title" in options:
metadata["TITLE"] = options["title"]
if options.get("license_uri", None) is not None: