Skip to content

Commit

Permalink
Update documents and docker files.
Browse files Browse the repository at this point in the history
* Removed old docker files.
  • Loading branch information
hiroyuki-komatsu committed Dec 29, 2020
1 parent b8306c9 commit 1f4fa17
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 322 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -2,7 +2,7 @@ Contributing Guide
==================

## Pull Requests
**Mozc team is not accepting pull requests at the moment.**
**Mozc team is not accepting pull requests for files under src/.**

Although Google company policy certainly allows Mozc team to accept pull
requests, to do so Mozc team needs to move all Mozc source files into
Expand Down
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
@@ -1,4 +1,4 @@
**Mozc team is not accepting pull requests at the moment.**
**Mozc team is not accepting pull requests for files under src/.**

Although Google company policy certainly allows Mozc team to accept pull
requests, to do so Mozc team needs to move all Mozc source files into
Expand Down
59 changes: 0 additions & 59 deletions docker/fedora23/Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions docker/fedora23/clobber-make-buildenv.sh

This file was deleted.

31 changes: 0 additions & 31 deletions docker/fedora23/enter-buildenv.sh

This file was deleted.

31 changes: 0 additions & 31 deletions docker/fedora23/make-buildenv.sh

This file was deleted.

75 changes: 0 additions & 75 deletions docker/ubuntu14.04/Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions docker/ubuntu14.04/clobber-make-buildenv.sh

This file was deleted.

31 changes: 0 additions & 31 deletions docker/ubuntu14.04/enter-buildenv.sh

This file was deleted.

31 changes: 0 additions & 31 deletions docker/ubuntu14.04/make-buildenv.sh

This file was deleted.

2 changes: 2 additions & 0 deletions docker/ubuntu20.04/Dockerfile
Expand Up @@ -37,6 +37,8 @@ RUN apt-get update
RUN apt install -y clang libc++-dev libc++abi-dev python python-six python3-six pkg-config git curl bzip2 unzip make ninja-build
## Packages for linux desktop version
RUN apt install -y libibus-1.0-dev libglib2.0-dev qtbase5-dev libgtk2.0-dev libxcb-xfixes0-dev
## Packages for misc tools
RUN apt install -y nano

## For Bazel
## https://docs.bazel.build/versions/master/install-ubuntu.html
Expand Down

0 comments on commit 1f4fa17

Please sign in to comment.