зеркало из https://github.com/mozilla/bugbug.git
Update to version-control-tools ce06125e4728
This commit is contained in:
Родитель
d43cd3b481
Коммит
1acc000561
|
@ -91,7 +91,7 @@ tasks:
|
|||
- "apt-get -qq update &&
|
||||
apt-get -qq install -y libhdf5-dev &&
|
||||
pip install --disable-pip-version-check --quiet --no-cache-dir mercurial==5.3 &&
|
||||
hg clone -r 892e2d0a640b https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ &&
|
||||
hg clone -r ce06125e4728 https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ &&
|
||||
git clone --quiet ${repository} &&
|
||||
curl -L https://github.com/mozilla/rust-code-analysis/releases/download/v0.0.8/rust-code-analysis-linux-x86_64.tar.gz | tar -C /usr/bin -xzv --strip=1 && chmod +x /usr/bin/rust-code-analysis &&
|
||||
cd bugbug &&
|
||||
|
|
|
@ -9,7 +9,7 @@ RUN apt-get update && \
|
|||
apt-get install -y --no-install-recommends -t testing git && \
|
||||
apt-get install -y --no-install-recommends gcc g++ curl patch && \
|
||||
pip install --disable-pip-version-check --quiet --no-cache-dir mercurial==5.3 && \
|
||||
hg clone -r 892e2d0a640b https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ && \
|
||||
hg clone -r ce06125e4728 https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ && \
|
||||
rm -r /version-control-tools/.hg /version-control-tools/ansible /version-control-tools/docs /version-control-tools/testing && \
|
||||
curl -L https://github.com/mozilla/rust-code-analysis/releases/download/v0.0.8/rust-code-analysis-linux-x86_64.tar.gz | tar -C /usr/bin -xzv --strip=1 && \
|
||||
apt-get purge -y gcc g++ curl && \
|
||||
|
|
Загрузка…
Ссылка в новой задаче