feat: Create utils feature to install repos and setupmjr#240
Conversation
…ne repos - Creates a unified `utils` DevContainer feature (`src/utils`) with boolean options to install `repos` and `setupmjr`. - Installs `repos` via the recommended APT repository on Debian/Ubuntu, and uses the `install-local.sh` fallback for non-Debian distributions. - Installs `setupmjr` using the source `install-local.sh` release installer, as the APT repository is not yet fully configured for it according to the docs. - Deprecates the standalone `repos` feature and updates its description to direct users to `utils`. - Cleans up testing artifacts and ensures all OS fallback blocks properly invoke `git clone` and `install-local.sh`. Co-authored-by: MiguelRodo <23501332+MiguelRodo@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Fixes a CI failure in `renv-cache-jq-unit-test` by updating its base image to `ghcr.io/rocker-org/devcontainer/r-ver:4.4` to ensure R and Rscript are present. - Introduces the new `utils` DevContainer feature, consolidating the installation of `MiguelRodo/repos` and `MiguelRodo/setupmjr`. - Installs `repos` via APT for Debian/Ubuntu and falls back to `install-local.sh` for non-Debian OSes. - Uses `install-local.sh` for `setupmjr` across all environments as its APT repository is not yet fully configured. - Deprecates the standalone `repos` feature and updates global test scenarios to validate `utils` instead. Co-authored-by: MiguelRodo <23501332+MiguelRodo@users.noreply.github.com>
This PR creates a new unified
utilsDevContainer feature that installsMiguelRodo/reposandMiguelRodo/setupmjr. It marks the standalonereposfeature as deprecated. The installation scripts now properly implement the recommended installation methods (APT forreposon Debian/Ubuntu, andinstall-local.shfor non-Debian OSes andsetupmjr).PR created automatically by Jules for task 3399805786476937412 started by @MiguelRodo