git.annexia.org
/
fedora-ocaml-rebuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328987b
)
Do a git pull before bumping local version.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 8 Jan 2020 22:16:47 +0000
(22:16 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 8 Jan 2020 22:17:20 +0000
(22:17 +0000)
Goalfile
patch
|
blob
|
history
diff --git
a/Goalfile
b/Goalfile
index
98a56d0
..
cafef1d
100644
(file)
--- a/
Goalfile
+++ b/
Goalfile
@@
-120,6
+120,11
@@
goal rebuild (pkg) =
$koji wait-repo %side-tag --build=$nvr
done
+ # Make sure the local directory is up to date.
+ # This should also fail if there are local changes, which
+ # would need to be corrected/integrated by hand.
+ git pull
+
# If the specfile doesn't have the magic string then add
# that now.
if ! grep -sq %rebuild-name $specfile; then