• Vitaly Lipatov's avatar
    rpmgs: capture cargo vendor source override config to .gear/config.toml · ee24ccf1
    Vitaly Lipatov authored
    cargo vendor outputs a TOML config block to stdout with [source.*]
    overrides matching the actual git revisions / source IDs of vendored
    deps (including ?rev=... keys for git-pinned dependencies). This output
    was previously discarded, leaving package authors to maintain
    .gear/config.toml manually — which silently goes stale when upstream
    updates a git rev pin and breaks offline builds.
    
    Now rpmgs redirects the stdout to $RGD/.gear/config.toml during
    update_predownloaded() and stages it alongside the vendor commit, so
    the source override always matches the vendored crates.
    ee24ccf1
Name
Last commit
Last update
.gear Loading commit data...
bin Loading commit data...
etc Loading commit data...
po Loading commit data...
share/eterbuild Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
NEWS Loading commit data...
QuickHelp.txt Loading commit data...
QuickHelp.utf8.txt Loading commit data...
README.md Loading commit data...
README.ru.md Loading commit data...
TODO Loading commit data...
check_et.log Loading commit data...
check_reqs.sh Loading commit data...
etersoft-build-utils.spec Loading commit data...