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 e87cedf commit b261c4eCopy full SHA for b261c4e
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