This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/pillow-10.3.0
in repository https://gitbox.apache.org/repos/asf/training.git
omit 622e53b chore(deps): bump pillow from 9.5.0 to 10.3.0
add 8caac52 s/Generating content/Syntax highlighting/
add f3dd38c add mentors
add 52371c0 get eveything lined up
add 9840652 Merge pull request #143 from apache/Mentors
add 06ca5bb chore: Updated the Docker setup in the archetype to match the
one of the root of the project (containing pinned versions of most tools)
add 9384bc6 chore: Updated the Docker setup in the archetype to match the
one of the root of the project (containing pinned versions of most tools)
add 16cf5ee fix: Address issues in the build of the website.
add a8c6597 fix: Address issues in the build of the website.
add a4f0f92 fix: Updated the fontawesome download as the 6.x version
seems to no longer be available.
add 4f9c256 fix: fixed a copy-paste error.
add 21dc876 fix: Removed an invalid resource entry.
add 91d784b fix: Replaced the web-download of fontawesome with a maven
artifact.
add 2dda992 fix: Added a script that makes docker build using the local
users uid and gid, hopefully resolving permission issues on Jenkins.
add 6958f77 chore: Updated the git coordinates to omit the "inbubator-"
prefix.
add fba71b0 chore: Another try to get the permissions working in Docker.
add 65fa346 chore: Added apache headers to the new files.
add cedb953 chore(deps): bump pillow from 9.5.0 to 10.3.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (622e53b)
\
N -- N -- N refs/heads/dependabot/pip/pillow-10.3.0 (cedb953)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Dockerfile | 12 +-
README.md | 2 +-
.../Apache/Incubator/IncubatorReleases/README.md | 2 +-
.../Incubator/NavigatingASFIncubation/README.md | 2 +-
.../Presentations/src/main/asciidoc/index_en.adoc | 2 +-
content/Incubator/Mentors/pom.xml | 14 +-
content/{Conferences => Incubator}/pom.xml | 6 +-
.../IoT/magic-industrial-data-acquisition/pom.xml | 2 +-
content/pom.xml | 1 +
docker/entrypoint.sh | 52 +++++++
.../.asf.yaml => docker/requirements-legacy.txt | 7 +-
.../requirements-modern.txt | 18 ++-
pom.xml | 8 +-
requirements-legacy.txt | 5 -
requirements-modern.txt | 15 --
site/pom.xml | 80 ++++------
site/src/site/asciidoc/developers/website.adoc | 2 +-
site/src/site/asciidoc/users/index.adoc | 4 +-
.../src/site/asciidoc/users/presentation-tips.adoc | 4 +-
site/src/site/site.xml | 1 +
tools/Dockerfile | 2 +-
.../META-INF/maven/archetype-metadata.xml | 2 +
.../main/resources/archetype-resources/Dockerfile | 170 ++++++++++++++-------
.../archetype-resources/docker-compose.yaml | 1 -
.../src/main/resources/archetype-resources/pom.xml | 17 +++
.../archetype-resources/requirements-legacy.txt | 7 +-
.../archetype-resources/requirements-modern.txt | 18 ++-
tools/pom.xml | 8 +-
website-skin/pom.xml | 2 +-
website-skin/src/it/training-website/pom.xml | 10 +-
.../src/site/asciidoc/users/index.adoc | 4 +-
31 files changed, 299 insertions(+), 181 deletions(-)
copy content/{Conferences => Incubator}/pom.xml (90%)
create mode 100644 docker/entrypoint.sh
copy site/src/site/resources/.asf.yaml => docker/requirements-legacy.txt (92%)
copy content/IoT/IoTDeveloper/clean-deps.sh => docker/requirements-modern.txt
(80%)
delete mode 100644 requirements-legacy.txt
delete mode 100644 requirements-modern.txt
copy site/src/site/resources/.asf.yaml =>
tools/content-archetype/src/main/resources/archetype-resources/requirements-legacy.txt
(92%)
copy content/IoT/IoTDeveloper/clean-deps.sh =>
tools/content-archetype/src/main/resources/archetype-resources/requirements-modern.txt
(80%)