Only update packages in toml

This commit is contained in:
Jeremy Soller 2017-07-29 08:19:47 -06:00
parent 40b8c921a6
commit 4af0d2bd84

View file

@ -25,7 +25,8 @@ pull:
make update make update
update: update:
cd cookbook && ./update.sh cd cookbook; \
./update.sh "$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages ../initfs.toml ../filesystem.toml)"
cargo update --manifest-path cookbook/pkgutils/Cargo.toml cargo update --manifest-path cookbook/pkgutils/Cargo.toml
cargo update --manifest-path installer/Cargo.toml cargo update --manifest-path installer/Cargo.toml
cargo update --manifest-path kernel/Cargo.toml cargo update --manifest-path kernel/Cargo.toml