Преглед на файлове

Makefile: minor fix to the git command in make testrelease

Bastien Guerry преди 13 години
родител
ревизия
c9b49c05a6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -286,7 +286,7 @@ pdf:	doc/org.pdf doc/orgguide.pdf
 card:	doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgcard.txt
 
 testrelease:
-	git checkout -b testrelease maint
+	git checkout -b testrelease origin/maint
 	git merge -s recursive -X theirs master
 	UTILITIES/set-version.pl testing
 	git commit -a -m "Release testing"