Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fdroid-repo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
fdroid-repo
Commits
39496ca5
Verified
Commit
39496ca5
authored
3 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Change build paths and dirs
parent
f5d9fd27
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2594
passed
3 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+0
-1
0 additions, 1 deletion
Dockerfile
src/Makefile
+0
-19
0 additions, 19 deletions
src/Makefile
src/update_repo.sh
+7
-2
7 additions, 2 deletions
src/update_repo.sh
with
7 additions
and
22 deletions
Dockerfile
+
0
−
1
View file @
39496ca5
...
@@ -12,7 +12,6 @@ RUN pip install s3cmd
...
@@ -12,7 +12,6 @@ RUN pip install s3cmd
RUN
unlink
/usr/bin/apksigner
RUN
unlink
/usr/bin/apksigner
ADD
src/apksigner.sh /usr/bin/apksigner
ADD
src/apksigner.sh /usr/bin/apksigner
ADD
src/update_repo.sh /
ADD
src/update_repo.sh /
ADD
src/Makefile /
ENV
UPDATE_WAIT=10
ENV
UPDATE_WAIT=10
...
...
This diff is collapsed.
Click to expand it.
src/Makefile
deleted
100644 → 0
+
0
−
19
View file @
f5d9fd27
.PHONY
:
all
all
:
$(TARGET_PATH)/index-v1.jar
$(TARGET_PATH)/index-v1.jar
:
s3 git
fdroid update
--use-date-from-apk
fdroid signindex
fdroid deploy
rsync
-rlpcgoDv
$(
REPO_PATH
)
/
$(
TARGET_PATH
)
/
git
:
update_git
.PHONY
:
update_git
update_git
:
rsync
-rlpcgoDv
--exclude
=
".*"
$(
GIT_PATH
)
/
$(
WORKDIR
)
/
s3
:
update_s3
.PHONY
:
update_s3
update_s3
:
s3cmd
sync
--preserve
s3://releases/quasseldroid-ng/
$(
S3_PATH
)
/
rsync
-rlpcgoDv
$(
S3_PATH
)
/
*
-release
.apk
$(
REPO_PATH
)
/
This diff is collapsed.
Click to expand it.
src/update_repo.sh
+
7
−
2
View file @
39496ca5
...
@@ -11,8 +11,13 @@ mkdir -p $WORKDIR
...
@@ -11,8 +11,13 @@ mkdir -p $WORKDIR
mkdir
-p
$REPO_PATH
mkdir
-p
$REPO_PATH
mkdir
-p
$S3_PATH
mkdir
-p
$S3_PATH
cd
$WORKDIR
cd
$WORKDIR
cp
/Makefile
$WORKDIR
/
while
true
;
do
while
true
;
do
make
S3_PATH
=
$S3_PATH
REPO_PATH
=
$REPO_PATH
TARGET_PATH
=
$TARGET_PATH
GIT_PATH
=
$GIT_PATH
WORKDIR
=
$WORkDIR
rsync
-rlpcgoDv
--exclude
=
".*"
$GIT_PATH
/
$WORKDIR
/
s3cmd
sync
--preserve
s3://releases/quasseldroid-ng/
$S3_PATH
/
rsync
-rlpcgoDv
$S3_PATH
/
*
-release
.apk
$REPO_PATH
/
fdroid update
--use-date-from-apk
fdroid signindex
fdroid deploy
rsync
-rlpcgoDv
$REPO_PATH
/
$TARGET_PATH
/
sleep
$UPDATE_WAIT
sleep
$UPDATE_WAIT
done
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment