We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3e2a7 commit 33c3619Copy full SHA for 33c3619
scripts/push-to-aur.bash
@@ -36,7 +36,7 @@ su "$USR" -c "makepkg --printsrcinfo" >.SRCINFO
36
chown -R "$USR":"$USR" .SRCINFO
37
38
# Push changes
39
-# mygit config --global --add safe.directory "$USR_HOME"/"$AUR_PKG"
40
-# mygit add .SRCINFO PKGBUILD
41
-# mygit commit -m "Bump to $PKG_VERSION"
42
-# 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 commit comments