зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix bug 359716 bustage by not pulling release tags by date. If it works, I'll get reviews afterwards.
This commit is contained in:
Родитель
0de7385e32
Коммит
fd79d924ff
|
@ -629,7 +629,13 @@ ifdef MOZ_CO_FLAGS
|
||||||
LDAPCSDK_CO_FLAGS := $(MOZ_CO_FLAGS)
|
LDAPCSDK_CO_FLAGS := $(MOZ_CO_FLAGS)
|
||||||
endif
|
endif
|
||||||
LDAPCSDK_CO_FLAGS := $(LDAPCSDK_CO_FLAGS) $(if $(LDAPCSDK_CO_TAG),-r $(LDAPCSDK_CO_TAG),-A)
|
LDAPCSDK_CO_FLAGS := $(LDAPCSDK_CO_FLAGS) $(if $(LDAPCSDK_CO_TAG),-r $(LDAPCSDK_CO_TAG),-A)
|
||||||
|
|
||||||
|
# Can only pull the tip or branch tags by date
|
||||||
|
ifeq (,$(filter-out HEAD %BRANCH,$(LDAPCSDK_CO_TAG)))
|
||||||
CVSCO_LDAPCSDK = $(CVS) $(CVS_FLAGS) co $(LDAPCSDK_CO_FLAGS) $(CVS_CO_DATE_FLAGS) $(LDAPCSDK_CO_MODULE)
|
CVSCO_LDAPCSDK = $(CVS) $(CVS_FLAGS) co $(LDAPCSDK_CO_FLAGS) $(CVS_CO_DATE_FLAGS) $(LDAPCSDK_CO_MODULE)
|
||||||
|
else
|
||||||
|
CVSCO_LDAPCSDK = $(CVS) $(CVS_FLAGS) co $(LDAPCSDK_CO_FLAGS) $(LDAPCSDK_CO_MODULE)
|
||||||
|
endif
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
# Error on obsolete variables.
|
# Error on obsolete variables.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче