Code Monkey home page Code Monkey logo

Comments (1)

MPV avatar MPV commented on May 30, 2024

I tried again locally by:

  1. git reset --hard origin/main (to get rid of any changes above)
  2. Changing (between step 1 & 2) these occurrences of sed into gsed:
  1. I ran bash setup.bash but still got output containing:
[...]
After confirmation, the `main` will be replaced with the generated
template using the above information. Please ensure all seems correct.
Type `yes` if you want to continue.
> yes

Switched to branch 'template'
Preparing worktree (detached HEAD 81a8d50)
HEAD is now at 81a8d50 Initial commit
Switched to a new branch 'out'
gsed: can't read .gitlab-ci.yml: No such file or directory
gsed: can't read README-github.md: No such file or directory
gsed: can't read README-gitlab.md: No such file or directory
gsed: can't read contributing-github.md: No such file or directory
gsed: can't read contributing-gitlab.md: No such file or directory
setup.bash: line 111: lib/utils.bash.sed: No such file or directory
gsed: can't read README-github.md: No such file or directory
gsed: can't read README-gitlab.md: No such file or directory
setup.bash: line 111: lib/utils.bash.sed: No such file or directory
setup.bash: line 111: .github/workflows/build.yml.sed: No such file or directory
gsed: can't read .gitlab-ci.yml: No such file or directory
gsed: can't read README-github.md: No such file or directory
gsed: can't read README-gitlab.md: No such file or directory
gsed: can't read contributing-github.md: No such file or directory
gsed: can't read contributing-gitlab.md: No such file or directory
setup.bash: line 111: lib/utils.bash.sed: No such file or directory
gsed: can't read README-github.md: No such file or directory
gsed: can't read README-gitlab.md: No such file or directory
gsed: can't read README-github.md: No such file or directory
gsed: can't read contributing-github.md: No such file or directory
gsed: can't read README-gitlab.md: No such file or directory
rm '.gitlab-ci.yml'
rm '.gitlab/issue_templates/Bug_Report.md'
rm '.gitlab/issue_templates/Feature_Request.md'
rm '.gitlab/merge_request_templates/Merge_Request.md'
rm 'README-gitlab.md'
rm 'contributing-gitlab.md'
[out (root-commit) d4b2431] Generate asdf-octopilot plugin from template.
 26 files changed, 442 insertions(+)
 create mode 100644 "\033[35m.gitlab-ci.yml\033[m.sed"
 create mode 100644 "\033[35mREADME-github.md\033[m.sed"
 create mode 100644 "\033[35mREADME-gitlab.md\033[m.sed"
 create mode 100644 "\033[35mcontributing-github.md\033[m.sed"
 create mode 100644 "\033[35mcontributing-gitlab.md\033[m.sed"
 create mode 100644 .editorconfig
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
 create mode 100644 .github/PULL_REQUEST/pull_request_template.md
 create mode 100644 .github/dependabot.yml
 create mode 100644 .github/workflows/build.yml
 create mode 100644 .github/workflows/lint.yml
 create mode 100644 .github/workflows/release.yml
 create mode 100644 .github/workflows/semantic-pr.yml
 create mode 100644 .tool-versions
 create mode 100644 LICENSE
 create mode 100644 README.md
 create mode 100755 bin/download
 create mode 100755 bin/install
 create mode 100755 bin/latest-stable
 create mode 100755 bin/list-all
 create mode 100644 contributing.md
 create mode 100755 lib/utils.bash
 create mode 100755 scripts/format.bash
 create mode 100755 scripts/lint.bash
 create mode 100644 version.txt
Switched to branch 'main'
Your branch and 'origin/main' have diverged,
and have 1 and 1 different commits each, respectively.
  (use "git pull" if you want to integrate the remote branch with yours)
All done.
Your main branch has been reset to an initial commit.
Push to origin/main with `git push --force-with-lease`
Review these TODO items:
[...]
[...]

And (as seen above) I've gotten files named like this (which surprised me):

$ ls . | grep "35m"
35m.gitlab-ci.yml.sed
35mREADME-github.md.sed
35mREADME-gitlab.md.sed
35mcontributing-github.md.sed
35mcontributing-gitlab.md.sed

Is this expected/desirable?

from asdf-plugin-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.