moved away from github
這個提交存在於:
父節點
ea51ad92d6
當前提交
dba069d757
共有 2 個檔案被更改,包括 2 行新增 和 2 行删除
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
載入中…
新增問題並參考