Author: dsahlberg Date: Tue Nov 26 08:27:28 2024 New Revision: 1922105 URL: http://svn.apache.org/viewvc?rev=1922105&view=rev Log: Try to get GitHub Action notifications working, based on instructions from https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#github-actions-build-status-emails
* .asf.yaml New file, send job notifications to [email protected] * tools/dist/release.py (roll_tarballs): Exclude .asf.yaml from the release tarball Added: subversion/trunk/.asf.yaml Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Added: subversion/trunk/.asf.yaml URL: http://svn.apache.org/viewvc/subversion/trunk/.asf.yaml?rev=1922105&view=auto ============================================================================== --- subversion/trunk/.asf.yaml (added) +++ subversion/trunk/.asf.yaml Tue Nov 26 08:27:28 2024 @@ -0,0 +1,2 @@ +notifications: + jobs: [email protected] Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1922105&r1=1922104&r2=1922105&view=diff ============================================================================== --- subversion/trunk/tools/dev/unix-build/Makefile.svn (original) +++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue Nov 26 08:27:28 2024 @@ -951,7 +951,7 @@ $(SERF_OBJDIR)/.retrieved: [ -d $(SERF_OBJDIR) ] || mkdir -p $(SERF_OBJDIR) if [ ! -d $(SERF_SRCDIR) ]; then \ svn co $(SERF_URL) $(SERF_SRCDIR); \ - svn merge ^/serf/branches/1.3.x-sslbuild@1910116 $(SERF_SRCDIR); \ + #svn merge ^/serf/branches/1.3.x-sslbuild@1910116 $(SERF_SRCDIR); \ fi touch $@
