Skip to content

Commit 2ac5ea2

Browse files
authored
Merge pull request #4 from linuxserver/develop-p7zip
develop: replace unrar with p7zip
2 parents b1b05f0 + a6f5e34 commit 2ac5ea2

File tree

9 files changed

+10
-34
lines changed

9 files changed

+10
-34
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
github: linuxserver
22
open_collective: linuxserver
3+
custom: ["https://PayPal.Me/nitzo2001/0usd",]

Dockerfile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,11 @@ RUN \
2525
apk add --no-cache \
2626
curl \
2727
libjpeg-turbo \
28+
p7zip \
2829
py3-pip \
2930
python3 \
3031
sqlite \
3132
tesseract-ocr && \
32-
echo "**** install unrar ****" && \
33-
mkdir /tmp/unrar && \
34-
curl -o /tmp/unrar.tar.gz \
35-
-L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
36-
tar xf /tmp/unrar.tar.gz -C \
37-
/tmp/unrar --strip-components=1 && \
38-
cd /tmp/unrar && \
39-
make && \
40-
make install && \
41-
mkdir -p /usr/share/licenses/unrar && \
42-
mv license.txt /usr/share/licenses/unrar/ && \
4333
echo "**** install pyload ****" && \
4434
if [ -z ${PYLOAD_COMMIT+x} ]; then \
4535
PYLOAD_COMMIT=$(curl -sX GET "https://api.github.com/repos/pyload/pyload/branches/develop" \

Dockerfile.aarch64

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,11 @@ RUN \
2525
apk add --no-cache \
2626
curl \
2727
libjpeg-turbo \
28+
p7zip \
2829
py3-pip \
2930
python3 \
3031
sqlite \
3132
tesseract-ocr && \
32-
echo "**** install unrar ****" && \
33-
mkdir /tmp/unrar && \
34-
curl -o /tmp/unrar.tar.gz \
35-
-L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
36-
tar xf /tmp/unrar.tar.gz -C \
37-
/tmp/unrar --strip-components=1 && \
38-
cd /tmp/unrar && \
39-
make && \
40-
make install && \
41-
mkdir -p /usr/share/licenses/unrar && \
42-
mv license.txt /usr/share/licenses/unrar/ && \
4333
echo "**** install pyload ****" && \
4434
if [ -z ${PYLOAD_COMMIT+x} ]; then \
4535
PYLOAD_COMMIT=$(curl -sX GET "https://api.github.com/repos/pyload/pyload/branches/develop" \

Dockerfile.armhf

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,11 @@ RUN \
2525
apk add --no-cache \
2626
curl \
2727
libjpeg-turbo \
28+
p7zip \
2829
py3-pip \
2930
python3 \
3031
sqlite \
3132
tesseract-ocr && \
32-
echo "**** install unrar ****" && \
33-
mkdir /tmp/unrar && \
34-
curl -o /tmp/unrar.tar.gz \
35-
-L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
36-
tar xf /tmp/unrar.tar.gz -C \
37-
/tmp/unrar --strip-components=1 && \
38-
cd /tmp/unrar && \
39-
make && \
40-
make install && \
41-
mkdir -p /usr/share/licenses/unrar && \
42-
mv license.txt /usr/share/licenses/unrar/ && \
4333
echo "**** install pyload ****" && \
4434
if [ -z ${PYLOAD_COMMIT+x} ]; then \
4535
PYLOAD_COMMIT=$(curl -sX GET "https://api.github.com/repos/pyload/pyload/branches/develop" \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT
6060
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/'
6161
env.PULL_REQUEST = env.CHANGE_ID
62-
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.md ./.github/ISSUE_TEMPLATE/issue.feature.md ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml'
62+
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.md ./.github/ISSUE_TEMPLATE/issue.feature.md ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml ./root/donate.txt'
6363
}
6464
script{
6565
env.LS_RELEASE_NUMBER = sh(

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
237237

238238
## Versions
239239

240+
* **24.01.22:** - Replace unrar with p7zip.
240241
* **24.01.22:** - Initial release.

jenkins-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ repo_vars:
2727
- CI_DOCKERENV='TZ=US/Pacific'
2828
- CI_AUTH='user:password'
2929
- CI_WEBPATH=''
30+
sponsor_links:
31+
- { name: "pyLoad", url: "https://PayPal.Me/nitzo2001/0usd" }

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ app_setup_block: |
5050
5151
# changelog
5252
changelogs:
53+
- { date: "24.01.22:", desc: "Replace unrar with p7zip." }
5354
- { date: "24.01.22:", desc: "Initial release." }

root/donate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyLoad: https://PayPal.Me/nitzo2001/0usd

0 commit comments

Comments
 (0)