This is an automated email from the git hooks/post-receive script.
Charles Baylis pushed a change to branch stable in repository toolchain/abe.
from 761db73b Cleanup accessor functions in lib/component.sh. adds b0938f4a Separate retrieve/checkout steps. adds 084fbe85 Fix .sum file artifacts lists on trusty. adds 11a33ba7 Fix typo: sxection -> section. adds 336ef8a5 Touch all C files after checkout.
No new revisions were added by this update.
Summary of changes: abe.sh | 30 ++++++++++++ lib/checkout.sh | 131 ++++++++++------------------------------------------ lib/common.sh | 1 + lib/control.sh | 14 +++++- lib/make.sh | 2 +- lib/package.sh | 2 +- lib/retrieve.sh | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ testsuite/test.sh | 30 ++++++++---- 8 files changed, 228 insertions(+), 118 deletions(-) create mode 100644 lib/retrieve.sh