We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3309591 commit 12c0586Copy full SHA for 12c0586
.gitignore
@@ -28,6 +28,7 @@ aclocal.m4
28
/conftest*
29
/dox
30
/getgroups
31
+/gists
32
/gmon.out
33
/rsync
34
/stunnel-rsyncd.conf
Makefile.in
@@ -171,6 +171,10 @@ gen: conf proto.h man git-version.h
171
172
.PHONY: gensend
173
gensend: gen
174
+ if ! diff git-version.h $(srcdir)/gists/rsync-git-version.h >/dev/null; then \
175
+ ./rsync -ai git-version.h $(srcdir)/gists/rsync-git-version.h && \
176
+ (cd $(srcdir)/gists && git commit --allow-empty-message -m '' rsync-git-version.h && git push) ; \
177
+ fi
178
rsync -aic $(GENFILES) git-version.h $${SAMBA_HOST-samba.org}:/home/ftp/pub/rsync/generated-files/
179
180
aclocal.m4: $(srcdir)/m4/*.m4
0 commit comments