Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc improvements (caching, logging, robustness) #92

Merged
merged 12 commits into from
Feb 6, 2024
Merged

Conversation

turadg
Copy link
Member

@turadg turadg commented Feb 6, 2024

Ancillary changes for #88 that needn't wait for that PR itself to be landed.

Copy link
Member

@michaelfig michaelfig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! A few minor suggestions, but the logic looks sound.

Thanks for separating this into a more digestible form.

Comment on lines +16 to +17

echo "[$PROPOSAL_PATH] Starting agd"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detritus?

Suggested change
echo "[$PROPOSAL_PATH] Starting agd"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, probably bad rebase. will correct in next PR

echo "Must specify what proposal to use"
exit 1
fi
PROPOSAL_PATH="/usr/src/proposals/$ID/"
PROPOSAL_PROPOSAL="/usr/src/proposals/$PROPOSAL/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe:

Suggested change
PROPOSAL_PROPOSAL="/usr/src/proposals/$PROPOSAL/"
PROPOSAL_DIR="/usr/src/proposals/$PROPOSAL/"

@turadg turadg merged commit 6aa9610 into main Feb 6, 2024
3 checks passed
@turadg turadg deleted the ta/misc-improvements branch February 6, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants