mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 13:00:15 +02:00
* Use separate repositories for each compiler
version by adding the version-number to the repository url git-svn-id: trunk@29244 -
This commit is contained in:
parent
6c10d2ddad
commit
6c29775e09
@ -154,7 +154,10 @@ begin
|
||||
else
|
||||
CurrentRemoteRepositoryURL:=GlobalOptions.RemoteRepository;
|
||||
end;
|
||||
Result:=CurrentRemoteRepositoryURL+AFileName;
|
||||
result := CurrentRemoteRepositoryURL;
|
||||
if result[length(result)]<>'/' then
|
||||
result := result + '/';
|
||||
Result:=Result+CompilerOptions.CompilerVersion+'/'+AFileName;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user