Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
275be8f9b5 |
1 changed files with 2 additions and 2 deletions
|
|
@ -239,8 +239,8 @@ rm -rf .git
|
|||
# Remove the .gitignore to prevent ignoring changes in some files
|
||||
rm -f .gitignore
|
||||
git init -q
|
||||
git config --global user.email "rpmbuild"
|
||||
git config --global user.name "rpmbuild"
|
||||
git config user.email "rpmbuild"
|
||||
git config user.name "rpmbuild"
|
||||
git add .
|
||||
git commit -a -m "base"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue