]> git.seodisparate.com - AnotherAURHelper/shortlog
AnotherAURHelper
2024-09-04 Stephen SeoFormatting
2024-08-28 Stephen SeoAdd opt to show "install" pkgs state when SIGUSR1
2024-05-16 Stephen SeoAppend "--include-sigs" to "repo-add" command
2024-04-28 Stephen SeoFix unescaped backslash in string
2024-04-25 Stephen SeoRefactor pkg state printing
2024-04-23 Stephen SeoFix case where aur pkg-pull/get-remote-info fails
2024-04-09 Stephen SeoUpdate README.md
2024-04-08 Stephen SeoEnsure only one of s/ccache in "other_deps"
2024-04-08 Stephen SeoUpdate README.md
2024-04-08 Stephen SeoAdd notice when dependency prefetch is successful
2024-04-08 Stephen SeoFix prefetch_dependencies fn
2024-04-08 Stephen SeoFixes
2024-04-08 Stephen SeoInstall s/ccache only when needed, note in README
2024-04-08 Stephen SeoPrefetch "other_deps" with "pacman -Sw"
2024-04-04 Stephen SeoUpdate README.md
2024-04-02 Stephen SeoFix README.md
2024-04-02 Stephen SeoUpdate README.md
2024-04-02 Stephen SeoUpdate LICENSE year
2024-04-02 Stephen SeoDon't generate user chroot if already once
2024-04-02 Stephen SeoImprove install script rechecking
2024-04-02 Stephen SeoImpl. install script "rechecking" option
2024-04-02 Stephen SeoAdd checking of install script
2023-11-21 Stephen SeoFix GLOBAL_LOG_FILE not being set by config
2023-11-18 Stephen SeoImpl. checking PKGBUILD versions from in chroot
2023-11-18 Stephen SeoFix type hint for tuple of strings
2023-11-17 Stephen SeoFix build_print_pkg_info() depending on global
2023-11-17 Stephen SeoFix confirm_result() depending on global
2023-11-17 Stephen SeoFix get_pkg_current_version() depending on global
2023-11-17 Stephen SeoFix type hints of "other_state"
2023-11-17 Stephen SeoFix get_sudo_privileges depending on global
2023-11-17 Stephen SeoFix function missing parameter
2023-11-17 Stephen SeoEncapsulate main into a function
2023-11-17 Stephen SeoAdd comment about tmpfs in example_config.toml
2023-11-17 Stephen SeoSet 5 attempts to umount tmpfs
2023-11-17 Stephen SeoSet flag to stop building if signal SIGINT
2023-11-17 Stephen SeoMore robust status print ending build step
2023-11-17 Stephen SeoUse mount options to set tmpfs user/permissions
2023-11-17 Stephen SeoExperimental support for building in tmpfs
2023-11-11 Stephen SeoMore refactoring of pkg status output
2023-11-11 Stephen SeoMinor tweak to build status print
2023-11-09 Stephen SeoSet "build_status" on build failures
2023-11-09 Stephen SeoFix weirdness with build status and statsu print
2023-11-09 Stephen SeoFix repo setup example config
2023-10-29 Stephen SeoUpdate README.md
2023-10-29 Stephen SeoUpdate README.md
2023-10-27 Stephen SeoSignal handle SIGUSR1 to print status
2023-10-25 Stephen SeoHandle SIGINT
2023-10-24 Stephen SeoDisable ccache when checking PKGBUILD pkgver
2023-10-20 Stephen SeoUpdate README.md
2023-10-12 Stephen SeoFix improper checking of "skip_branch_up_to_date"
2023-10-06 Stephen SeoClear gpg-agent cache so bad psswds don't pass
2023-10-03 Stephen SeoInstead of sys.exit(1), fail gracefully some cases
2023-09-12 Stephen SeoAdd documentation and type hints to datetime fns
2023-09-12 Stephen SeoFix datetime string in localtime (better fix)
2023-09-12 Stephen SeoFix datetime string in localtime
2023-09-11 Stephen SeoFix build log not having space after timestamp
2023-09-11 Stephen SeoFix "datetime_in_local_time" usage
2023-09-10 Stephen SeoImpl. using localtime timestamps if set in config
2023-09-09 Stephen SeoUse RFC-3339/ISO-8601 compatible timestamps
2023-09-06 Stephen SeoLog package "installation" output
2023-07-26 Stephen SeoApply "link_cargo_registry" in PKGBUILD ver. check
2023-06-26 Stephen SeoAdd doc-comment for fn handle_output_stream
2023-06-25 Stephen SeoImpl setting build to fail/continue on limit
2023-06-23 Stephen SeoEnforce a "log_limit" to limit stdout/stderr logs
2023-06-23 Stephen SeoFix erronous use of "Rust only" flag
2023-06-23 Stephen SeoImpl "Rust only" sccache usage by config option
2023-06-07 Stephen SeoFix handling of "is_timed" when using log_print()
2023-06-07 Stephen SeoHandle more (any) exceptions when building
2023-06-07 Stephen SeoImpl timestamped logs
2023-03-21 Stephen SeoMinor tweak to info output when verifying/building
2023-03-20 Stephen SeoAdd notes about `link_cargo_registry`
2023-03-18 Stephen SeoRevert "Check pkg sources in chroot"
2023-03-17 Stephen SeoCheck pkg sources in chroot
2023-03-17 Stephen SeoUpdate README.md
2023-03-17 Stephen SeoUpdate README.md
2023-03-17 Stephen SeoFix integirty checking with gpg
2023-02-28 Stephen SeoBind `.cargo/git` dir with `link_cargo_registry`
2023-02-27 Stephen SeoAdd opt to link "$HOME/.cargo/registry" on build
2023-02-04 Stephen SeoMerge branch 'dev'
2023-02-04 Stephen SeoAdd type annotations to ArchPkgVersion class
2023-02-04 Stephen SeoAdd some docstrings to the ArchPkgVersion class
2023-02-04 Stephen SeoRemove usage of python-packaging, minor fixes
2023-02-04 Stephen SeoUpdate LICENSE year
2023-02-04 Stephen SeoMinor fix
2023-02-04 Stephen SeoFormatting with python black
2023-02-04 Stephen SeoMore robust handling of non-digits in version
2023-02-03 Stephen SeoAttempt to fix issues with packaging.version.parse
2022-11-10 Stephen SeoUpdate README.md
2022-10-17 Stephen SeoMinor tweak to README.md
2022-10-16 Stephen SeoAdd note in README about possible soft-lock
2022-09-18 Stephen SeoAdd type hints to all functions
2022-09-08 Stephen SeoFix typo: missing comma in tuple
2022-09-07 Stephen SeoRefactorings related to subprocess
2022-09-07 Stephen SeoRemove tempfile created when setting up sccache
2022-09-07 Stephen SeoReplace roundabout way of setting up sccache
2022-09-07 Stephen SeoAdd missing compiler program for sccache support
2022-09-07 Stephen SeoAdd missing compilers to use sccache with
2022-09-06 Stephen SeoAdd documentation and do some refactoring
2022-09-05 Stephen SeoRefactor log_print, remove unnecessary "global"
2022-07-20 Stephen SeoFix example_config.toml
next