chromium: Move update.sh back into the main path.

This is to ensure that nothing unexpected will be after the merge of the
refactoring branch, and also my own autoupdate machinery is expecting
this location, so there really is no reason to change it now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2014-04-19 15:16:22 +02:00
parent c537fa6da0
commit ad770bea67
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# This file is autogenerated from update.sh in the same directory.
# This file is autogenerated from update.sh in the parent directory.
{
dev = {
version = "36.0.1941.0";

View File

@@ -3,7 +3,7 @@
channels_url="http://omahaproxy.appspot.com/all?csv=1";
history_url="http://omahaproxy.appspot.com/history";
bucket_url="http://commondatastorage.googleapis.com/chromium-browser-official/";
base_path="$(cd "$(dirname "$0")" && pwd)";
base_path="$(cd "$(dirname "$0")" && pwd)/source";
source "$(nix-build --no-out-link "$base_path/update.nix" -A updateHelpers)";
@@ -116,7 +116,7 @@ versions="$(echo "$omaha" | sed -nr -e 's/^linux,([^,]+,[^,]+).*$/\1/p')";
channel_exprs="$(get_channel_exprs "$versions")";
cat > "$base_path/sources.nix" <<-EOF
# This file is autogenerated from update.sh in the same directory.
# This file is autogenerated from update.sh in the parent directory.
{
$channel_exprs
}