1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00
Commit Graph

8265 Commits

Author SHA1 Message Date
proletarius101
5ff9a19072
style(deploy): rename working_dir_root variable to workspace_dir 2024-06-05 03:52:02 +08:00
proletarius101
78b6e53e42
style(deploy): fix pyflake 2024-06-05 02:38:14 +08:00
proletarius101
40ecaff6fe
fix(deploy): all files are uploaded if the index only mode deployment follows a full mode one
switch the branch before rsyncing
2024-06-03 21:09:03 +08:00
proletarius101
5aeece612f
chore(deploy): convert print to logging for in-order output 2024-06-03 00:58:17 +08:00
proletarius101
abdaced2a5
fix(deploy): all files are uploaded if the index only mode deployment follows a full mode one
create new branches from groud up
2024-06-03 00:51:54 +08:00
proletarius101
3833bc7d6e
fix(deploy): all files are uploaded if the index only mode deployment follows a full mode one
let rsync only sync necessary files
2024-06-03 00:45:45 +08:00
proletarius101
7d123b5578
fix(deploy): all files are uploaded if the index only mode deployment follows a full mode one 2024-06-03 00:30:57 +08:00
proletarius101
59fdaa321c
debug 2024-06-03 00:24:19 +08:00
proletarius101
9441d0e849
fix(deploy): fatal: A branch named 'full' already exists. 2024-06-02 23:37:06 +08:00
proletarius101
a09552207d
test(deploy): make sure the APK file is not uploaded in the index only mode 2024-06-02 23:27:58 +08:00
proletarius101
10c06b8b44
fix(deploy): local files are not synced to the local git repo 2024-06-02 23:06:23 +08:00
proletarius101
d2a867a018
fix(deploy): remove unnecessary additional initial commit
and fix the test error: https://gitlab.com/proletarius101/fdroidserver/-/jobs/6997355250#L6978
2024-06-02 21:13:37 +08:00
proletarius101
a19fc1d607
chore(deploy): list all files in the local git repo 2024-06-02 19:39:05 +08:00
proletarius101
cd2a0fbf29
fix(deploy): files are not pushed to the remote 2024-06-02 19:31:13 +08:00
proletarius101
04c191e4d8
test(deploy): fix fdroidserver.deploy.options is None 2024-05-23 22:40:51 +08:00
proletarius101
5fe1fa9dd3
test(deploy): fix errors 2024-05-20 00:55:28 +08:00
proletarius101
092a8dda2e
fix(deploy): don't recreate the branches 2024-05-20 00:16:27 +08:00
proletarius101
4f09ba2bff
fix: No such file or directory: 'repo/entry.jar' 2024-04-06 22:44:47 +08:00
proletarius101
c148ea3d8e
test 2024-04-06 22:30:50 +08:00
proletarius101
d79ac8e2dc
test 2024-04-06 22:23:36 +08:00
proletarius101
5aef1da1fc
test 2024-04-06 22:19:13 +08:00
proletarius101
e966ac2efe
test 2024-04-06 22:17:40 +08:00
proletarius101
1cc23b20c8
test 2024-04-06 17:46:31 +08:00
proletarius101
a5740f364c
fix(deploy): align the config naming 2024-04-06 17:41:16 +08:00
proletarius101
4f2ec8f2e3
test 2024-04-06 17:20:30 +08:00
proletarius101
5a46b062f4
test 2024-04-06 17:18:23 +08:00
proletarius101
649bb5b1bc
test 2024-04-06 17:16:45 +08:00
proletarius101
462786bb37
test 2024-04-06 17:13:24 +08:00
proletarius101
31f9919073
test 2024-04-06 17:10:12 +08:00
proletarius101
cd23cf659b
fix(deploy): error: The branch 'full' is not fully merged. 2024-04-06 16:49:24 +08:00
proletarius101
d9984dbeea
fix(deploy): error: The following untracked working tree files would be overwritten by checkout 2024-04-06 16:45:03 +08:00
proletarius101
6ddf241713
fix: no files are uploaded 2024-04-06 16:36:38 +08:00
proletarius101
5e0980b98a
fix(deploy): Reference at 'refs/heads/full' does already exist 2024-04-06 16:11:12 +08:00
proletarius101
d2ada6e418
fix: index only mode setting doesn't work if it follows a full mode config 2024-04-06 16:01:51 +08:00
proletarius101
96d1f4190f
fix: index only mode setting doesn't work if it follows a full mode config 2024-04-06 14:53:54 +08:00
Hans-Christoph Steiner
2d267e6cbd fix: avoid making the parent directory redundantly in test case 2024-04-06 05:49:49 +00:00
proletarius101
513b223caa lint: fix pydocstyle 2024-02-28 08:02:35 +00:00
proletarius101
6271de094e fix: ModuleNotFoundError 2024-02-28 08:02:35 +00:00
proletarius101
51b88b784b lint: fix black formatting 2024-02-28 08:02:35 +00:00
proletarius101
7022eabe84 fix(deploy): remove the index-only mode from elsewhere except the config file
To enable per-remote configuration
2024-02-28 08:02:35 +00:00
proletarius101
1e259cb043 style: fix lint 2024-02-28 08:02:35 +00:00
proletarius101
b3c15038da style: fix lint 2024-02-28 08:02:35 +00:00
proletarius101
775316747c style: fix lint 2024-02-28 08:02:35 +00:00
proletarius101
4a793cd67a refactor: use _get_index_file_paths() instead of this mix of --include/--exclude 2024-02-28 08:02:35 +00:00
proletarius101
e05bc9c1db refactor: remove the support of the index only mode when syncing to the local filesystem 2024-02-28 08:02:35 +00:00
proletarius101
6b1c5bae0f chore: revert repository vscode settings 2024-02-28 08:02:35 +00:00
proletarius101
b4b4b20b4c feat(deploy): add index only mode in update_servergitmirrors 2024-02-28 08:02:35 +00:00
proletarius101
d814291577 style(deploy): remove unused imports 2024-02-28 08:02:35 +00:00
proletarius101
707b91e1eb style(deploy): fix pydocstyle errors 2024-02-28 08:02:35 +00:00
proletarius101
34395b0932 test(deploy): add test cases for update_awsbucket_libcloud and fix errors 2024-02-28 08:02:35 +00:00