6 lines
71 B
Bash
Executable file
6 lines
71 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
fedpkg clog
|
|
git commit -a -F clog
|
|
git push
|
|
fedpkg build
|