Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wikiteq] Update Extension:Variables to reduce deprecation warnings #440

Open
wants to merge 1 commit into
base: wikiteq
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
APACHE_LOG_DIR=/var/log/apache2

# System setup
RUN set x; \

Check failure on line 19 in Dockerfile

View workflow job for this annotation

GitHub Actions / test

DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`

Check failure on line 19 in Dockerfile

View workflow job for this annotation

GitHub Actions / test

DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
apt-get clean \
&& apt-get update \
&& apt-get install -y aptitude \
Expand Down Expand Up @@ -589,9 +589,9 @@
&& cd $MW_HOME/extensions/UserPageViewTracker \
&& git checkout -q f4b7c20c372165541164d449c12df1e74e98ed0b \
# Variables
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-Variables $MW_HOME/extensions/Variables \
&& git clone --single-branch -b master https://github.com/wikimedia/mediawiki-extensions-Variables $MW_HOME/extensions/Variables \
&& cd $MW_HOME/extensions/Variables \
&& git checkout -q b4a9063f16a928567e3b6788cda9246c2e94797f \
&& git checkout -q fe29b81db571c7ae640096b09dbdd535c05a966d \
# VEForAll (v. 0.5)
&& git clone --single-branch -b master https://github.com/wikimedia/mediawiki-extensions-VEForAll $MW_HOME/extensions/VEForAll \
&& cd $MW_HOME/extensions/VEForAll \
Expand Down
Loading