moved away from github
This commit is contained in:
parent
ea51ad92d6
commit
dba069d757
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ python-pip
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends
|
||||||
virtualenvwrapper
|
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 virtualenv --python=python2 /opt/virtualenv
|
||||||
RUN /opt/virtualenv/bin/pip install -r /opt/techrec/server/requirements.txt
|
RUN /opt/virtualenv/bin/pip install -r /opt/techrec/server/requirements.txt
|
||||||
RUN mkdir /opt/db
|
RUN mkdir /opt/db
|
||||||
|
|
|
@ -106,7 +106,7 @@ def create_mp3(start, end, outfile, options={}, **kwargs):
|
||||||
metadata["ENCODINGTIME"] = datetime.now().replace(microsecond=0).isoformat()
|
metadata["ENCODINGTIME"] = datetime.now().replace(microsecond=0).isoformat()
|
||||||
else:
|
else:
|
||||||
metadata["DATE"] = start.replace(microsecond=0).isoformat()
|
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:
|
if "title" in options:
|
||||||
metadata["TITLE"] = options["title"]
|
metadata["TITLE"] = options["title"]
|
||||||
if options.get("license_uri", None) is not None:
|
if options.get("license_uri", None) is not None:
|
||||||
|
|
Loading…
Reference in a new issue