]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
update geoip: also push
authorElan Ruusamäe <glen@delfi.ee>
Mon, 18 Jan 2016 12:44:47 +0000 (14:44 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 18 Jan 2016 12:44:47 +0000 (14:44 +0200)
update-geoip.sh

index cbc0f3bafe60ea4a9081b96aabe4fdf8e0d29569..1642aa54a7112fcb6521902d4b09cde0245966cf 100755 (executable)
@@ -93,6 +93,7 @@ commit_vcs() {
        local specfile="$1" version="$2"
 
        git commit -m "updated to $version" $specfile
+       git push || echo push failed
 }
 
 # get version from package files
This page took 0.114132 seconds and 4 git commands to generate.