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

8427 Commits

Author SHA1 Message Date
proletarius101
77c3f83fd7
chore(deploy): convert print to logging for in-order output 2024-06-04 20:55:01 +08:00
proletarius101
5ff6cdd53b
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-04 20:55:01 +08:00
proletarius101
b74c848d6e
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-04 20:55:01 +08:00
proletarius101
bd2eaa5868
fix(deploy): all files are uploaded if the index only mode deployment follows a full mode one 2024-06-04 20:54:36 +08:00
proletarius101
c190b7fb56
debug 2024-06-04 20:54:36 +08:00
proletarius101
9c30b087c4
fix(deploy): fatal: A branch named 'full' already exists. 2024-06-04 20:54:36 +08:00
proletarius101
4941e699df
test(deploy): make sure the APK file is not uploaded in the index only mode 2024-06-04 20:54:36 +08:00
proletarius101
04987a021b
fix(deploy): local files are not synced to the local git repo 2024-06-04 20:54:36 +08:00
proletarius101
e8e8f8b9f0
fix(deploy): remove unnecessary additional initial commit
and fix the test error: https://gitlab.com/proletarius101/fdroidserver/-/jobs/6997355250#L6978
2024-06-04 20:53:54 +08:00
proletarius101
d619fbff26
chore(deploy): list all files in the local git repo 2024-06-04 20:53:54 +08:00
proletarius101
0e3bd6f63e
fix(deploy): files are not pushed to the remote 2024-06-04 20:53:54 +08:00
proletarius101
d1c881e2c3
test(deploy): fix fdroidserver.deploy.options is None 2024-06-04 20:53:54 +08:00
proletarius101
097f81a565
test(deploy): fix errors 2024-06-04 20:53:40 +08:00
proletarius101
abf4c93a7b
fix(deploy): don't recreate the branches 2024-06-04 20:53:40 +08:00
proletarius101
0e781913b8
fix: No such file or directory: 'repo/entry.jar' 2024-06-04 20:52:47 +08:00
proletarius101
7bfcb21ba6
test 2024-06-04 20:52:47 +08:00
proletarius101
1331d089ce
test 2024-06-04 20:52:47 +08:00
proletarius101
cda322445f
test 2024-06-04 20:52:47 +08:00
proletarius101
0eefa6fbe5
test 2024-06-04 20:52:47 +08:00
proletarius101
2f37cfb9a2
test 2024-06-04 20:52:47 +08:00
proletarius101
b4cfbd26e9
fix(deploy): align the config naming 2024-06-04 20:52:47 +08:00
proletarius101
1d8f404ef1
test 2024-06-04 20:52:47 +08:00
proletarius101
dbd6e4237e
test 2024-06-04 20:52:47 +08:00
proletarius101
2bc584d442
test 2024-06-04 20:52:47 +08:00
proletarius101
4689da8d08
test 2024-06-04 20:52:47 +08:00
proletarius101
4c32be112c
test 2024-06-04 20:52:47 +08:00
proletarius101
d30e7a0169
fix(deploy): error: The branch 'full' is not fully merged. 2024-06-04 20:52:47 +08:00
proletarius101
fcba5a4227
fix(deploy): error: The following untracked working tree files would be overwritten by checkout 2024-06-04 20:52:47 +08:00
proletarius101
fd7adaa61f
fix: no files are uploaded 2024-06-04 20:52:47 +08:00
proletarius101
bc2838829b
fix(deploy): Reference at 'refs/heads/full' does already exist 2024-06-04 20:52:47 +08:00
proletarius101
489944a503
fix: index only mode setting doesn't work if it follows a full mode config 2024-06-04 20:52:47 +08:00
proletarius101
3e67622736
fix: index only mode setting doesn't work if it follows a full mode config 2024-06-04 20:52:47 +08:00
Hans-Christoph Steiner
4acab21d81
fix: avoid making the parent directory redundantly in test case 2024-06-04 20:52:39 +08:00
proletarius101
ca5e9a089c
lint: fix pydocstyle 2024-06-04 20:52:39 +08:00
proletarius101
99a3823621
fix: ModuleNotFoundError 2024-06-04 20:52:39 +08:00
proletarius101
76432199be
lint: fix black formatting 2024-06-04 20:52:39 +08:00
proletarius101
df28c1e6c3
fix(deploy): remove the index-only mode from elsewhere except the config file
To enable per-remote configuration
2024-06-04 20:52:39 +08:00
proletarius101
0ea0a3de78
style: fix lint 2024-06-04 20:49:35 +08:00
proletarius101
f2fcfeabe5
style: fix lint 2024-06-04 20:49:35 +08:00
proletarius101
a4247eea0d
style: fix lint 2024-06-04 20:49:35 +08:00
proletarius101
221739b653
refactor: use _get_index_file_paths() instead of this mix of --include/--exclude 2024-06-04 20:49:07 +08:00
proletarius101
c7574037a9
refactor: remove the support of the index only mode when syncing to the local filesystem 2024-06-04 20:45:22 +08:00
proletarius101
359661a332
chore: revert repository vscode settings 2024-06-04 20:43:47 +08:00
proletarius101
cc75f2f9a4
feat(deploy): add index only mode in update_servergitmirrors 2024-06-04 20:43:47 +08:00
proletarius101
e22f7e52a8
style(deploy): remove unused imports 2024-06-04 20:43:03 +08:00
proletarius101
7840d0dc35
style(deploy): fix pydocstyle errors 2024-06-04 20:43:03 +08:00
proletarius101
1f3f02765d
test(deploy): add test cases for update_awsbucket_libcloud and fix errors 2024-06-04 20:43:03 +08:00
proletarius101
91cf352b96
test(deploy): add test cases for update_awsbucket_s3cmd 2024-06-04 20:43:03 +08:00
proletarius101
5e3b474a1c
fix(deploy): add test cases for local copy mode and fix issues 2024-06-04 20:43:03 +08:00
proletarius101
160c23a547
fix(deploy): add test cases for server webroot mode and fix issues 2024-06-04 20:40:34 +08:00