The nodejs-bash-language-server package
Need to fix a broken link: $ ll /usr/bin/bash-language-server lrwxrwxrwx 1 root root 54 Jan 30 13:15 /usr/bin/bash-language-server -> /usr/lib/node_modules/bash-language-server/bin/main.js $ ll /usr/lib/node_modules/bash-language-server/bin/main.js ls: cannot access '/usr/lib/node_modules/bash-language-server/bin/main.js': No such file or directory |
||
|---|---|---|
| .gitignore | ||
| nodejs-bash-language-server.spec | ||
| prepare_vendor.sh | ||
| README.md | ||
| sources | ||
nodejs-bash-language-server
The nodejs-bash-language-server package
Updating the package
- Update the version in the spec file
- Run
bash prepare_vendor.sh(This will download the tarball and create the vendor package) - Add a changelog entry to the spec file
- Upload new source tarballs with
fedpkg new-sources PACKAGE.tar.gz - Commit your stuff to git