mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-11 11:54:42 +00:00
Fix comment
Drive-by: * Ignore vim swapfiles
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,5 +1,8 @@
|
||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# editor
|
||||
*.swp
|
||||
|
||||
# dependencies
|
||||
package-lock.json
|
||||
node_modules
|
||||
|
@ -40,7 +40,7 @@ async function run() {
|
||||
// setup rpm tree
|
||||
await exec.exec('rpmdev-setuptree');
|
||||
|
||||
// Copy spec file from path specFile to /root/rpmbuild/SPECS/
|
||||
// Copy spec file from path specFile to /github/home/rpmbuild/SPECS/
|
||||
await exec.exec(`cp /github/workspace/${specFile} /github/home/rpmbuild/SPECS/`);
|
||||
|
||||
// Make the code in /github/workspace/ into a tar.gz, located in /github/home/rpmbuild/SOURCES/
|
||||
|
Reference in New Issue
Block a user