-
- Downloads
Bug 40905: Avoid replacing .*browser-testbuild targets
In some places we use target_replace to replace .*browser-.* targets, in order to replace the torbrowser-$os-$arch targets. However the regexp we used would also replace the torbrowser-testbuild target, so we need to update the regexp to exclude the testbuild target.
parent
571d86aa
Branches
Tags
Showing
- projects/conjure/config 1 addition, 1 deletionprojects/conjure/config
- projects/go/config 1 addition, 1 deletionprojects/go/config
- projects/lyrebird/config 1 addition, 1 deletionprojects/lyrebird/config
- projects/snowflake/config 1 addition, 1 deletionprojects/snowflake/config
- projects/tor-android-service/config 4 additions, 4 deletionsprojects/tor-android-service/config
- projects/tor-onion-proxy-library/config 4 additions, 4 deletionsprojects/tor-onion-proxy-library/config
- projects/webtunnel/config 1 addition, 1 deletionprojects/webtunnel/config
Please sign in to comment