mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 19:39:51 +03:00
Add a shortcut for "git pull --ff-only" in all repositories cloned by pmbootstrap (currently pmaports and aports_upstream, new pmdevices repository coming soon). 'pmbootstrap pull' will only update the repositories, if: * they are on an officially supported branch (e.g. master) * the history is not conflicting (fast-forward is possible) * the git workdirs are clean Otherwise it shows the user a descriptive message about what to do. The list of supported branches is only "master" right now, and will be extended in later commits, so we can have a stable branch for pmaports based on Alpine's releases. More about that in the project direction 2020 issue. Closes: #1858 |
||
---|---|---|
.. | ||
testdata | ||
static_code_analysis.sh | ||
test_apk_static.py | ||
test_aportgen.py | ||
test_aportgen_device_wizard.py | ||
test_bootimg.py | ||
test_build_is_necessary.py | ||
test_build_package.py | ||
test_chroot_interactive_shell.py | ||
test_config_init.py | ||
test_config_user.py | ||
test_cross_compile_distcc.py | ||
test_crossdirect.py | ||
test_envkernel.py | ||
test_file.py | ||
test_folder_size.py | ||
test_frontend.py | ||
test_helpers_git.py | ||
test_helpers_package.py | ||
test_helpers_pmaports.py | ||
test_helpers_repo_missing.py | ||
test_install.py | ||
test_keys.py | ||
test_mount.py | ||
test_newapkbuild.py | ||
test_parse_apkbuild.py | ||
test_parse_apkindex.py | ||
test_parse_depends.py | ||
test_pkgrel_bump.py | ||
test_qemu_running_processes.py | ||
test_questions.py | ||
test_repo.py | ||
test_run_core.py | ||
test_shell_escape.py | ||
test_version.py | ||
test_version_validate.py | ||
testcases_fast.sh |