File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ updatecheck_deps: pgtap-version-$(UPDATE_FROM) test/sql/update.sql
470
470
# pg_regress --launcher not supported prior to 9.1
471
471
# There are some other failures in 9.1 and 9.2 (see https://travis-ci.org/decibel/pgtap/builds/358206497).
472
472
# TODO: find something that can generically compare majors (ie: GE91 from
473
- # https://github.com/decibel/pgxntool/blob/master /base.mk).
473
+ # https://github.com/decibel/pgxntool/blob/0.1.10 /base.mk).
474
474
updatecheck_setup : updatecheck_deps
475
475
@if echo $(VERSION ) | grep -qE " 8[.]|9[.][012]" ; then echo " updatecheck is not supported prior to 9.3" ; exit 1; fi
476
476
$(eval SETUP_SCH = test/schedule/update.sch)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Release: 1%{?dist}
5
5
Group: Applications/Databases
6
6
License: PostgreSQL
7
7
URL: https://pgtap.org/
8
- Source0: https://master .pgxn.org/dist/pgtap/%{version }/pgtap-%{version }.zip
8
+ Source0: https://api .pgxn.org/dist/pgtap/%{version }/pgtap-%{version }.zip
9
9
BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root
10
10
Provides: %{name }
11
11
Provides: %{name }-core
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Here are the steps to take to make a release of pgTAP:
75
75
76
76
+ Commit the changes, but don't push them yet.
77
77
78
- * Go back to the ` master ` branch and proofread the additions to the ` Changes `
78
+ * Go back to the ` main ` branch and proofread the additions to the ` Changes `
79
79
file since the last release. Make sure all relevant changes are recorded
80
80
there, and that any typos or formatting errors are corrected.
81
81
Original file line number Diff line number Diff line change 1
- # Adapted from https://github.com/decibel/db_tools/blob/master /lib/util.sh
1
+ # Adapted from https://github.com/decibel/db_tools/blob/0.1.10 /lib/util.sh
2
2
3
3
ME=` basename $0 `
4
4
You can’t perform that action at this time.
0 commit comments