Skip to content

Commit

Permalink
fix: enable push to aur
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsq committed Oct 12, 2022
1 parent 1d3e2a7 commit 33c3619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/push-to-aur.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ su "$USR" -c "makepkg --printsrcinfo" >.SRCINFO
chown -R "$USR":"$USR" .SRCINFO

# Push changes
# mygit config --global --add safe.directory "$USR_HOME"/"$AUR_PKG"
# mygit add .SRCINFO PKGBUILD
# mygit commit -m "Bump to $PKG_VERSION"
# mygit push origin master
mygit config --global --add safe.directory "$USR_HOME"/"$AUR_PKG"
mygit add .SRCINFO PKGBUILD
mygit commit -m "Bump to $PKG_VERSION"
mygit push origin master

0 comments on commit 33c3619

Please sign in to comment.