Skip to content

Commit 58715da

Browse files
committed
Remove all references to the DEPENDENCIES file.
1 parent 1ad8736 commit 58715da

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ COPY pkg/docker/entrypoint.sh /entrypoint.sh
192192

193193
# License files
194194
COPY LICENSE /pgadmin4/LICENSE
195-
COPY DEPENDENCIES /pgadmin4/DEPENDENCIES
196195

197196
# Install runtime dependencies and configure everything in one RUN step
198197
RUN apk add --no-cache \

Make.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ REM Main build sequence Ends
239239

240240
ECHO Staging license files...
241241
COPY "%WD%\LICENSE" "%BUILDROOT%\" > nul || EXIT /B 1
242-
COPY "%WD%\DEPENDENCIES" "%BUILDROOT%\" > nul || EXIT /B 1
243242

244243
ECHO Creating config_distro.py
245244
ECHO SERVER_MODE = False > "%BUILDROOT%\web\config_distro.py"

pkg/linux/build-functions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ _copy_code() {
242242

243243
# License files
244244
cp "${SOURCEDIR}/LICENSE" "${SERVERROOT}/usr/${APP_NAME}/"
245-
cp "${SOURCEDIR}/DEPENDENCIES" "${SERVERROOT}/usr/${APP_NAME}/"
246245

247246
# Web setup script
248247
mkdir -p "${WEBROOT}/usr/${APP_NAME}/bin/"

pkg/pip/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ do
9090
done
9191

9292
cd ../
93-
for FILE in LICENSE DEPENDENCIES README.md
93+
for FILE in LICENSE README.md
9494
do
9595
echo Adding ${FILE}
9696
# We use tar here to preserve the path, as Mac (for example) doesn't support cp --parents

0 commit comments

Comments
 (0)