mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
committed by
Konstantin Pastbin
parent
dbfb0d5e0b
commit
0971c47e84
@@ -34,7 +34,7 @@ whole planet is also applicable.
|
|||||||
The last three steps may be expressed as the following shell script:
|
The last three steps may be expressed as the following shell script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
REPO="/path/to/cloned/repo"
|
REPO="/path/to/cloned/repo"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
PROJECT=$1
|
PROJECT=$1
|
||||||
VERSION=$2
|
VERSION=$2
|
||||||
RELEASE=$3
|
RELEASE=$3
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Downloads all maps necessary for learning to rank to the current
|
# Downloads all maps necessary for learning to rank to the current
|
||||||
# directory.
|
# directory.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
# If CMAKE variable is set, use it
|
# If CMAKE variable is set, use it
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#####################################
|
#####################################
|
||||||
# Locates generator_tool executable #
|
# Locates generator_tool executable #
|
||||||
#####################################
|
#####################################
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
# Prevent python from generating compiled *.pyc files
|
# Prevent python from generating compiled *.pyc files
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e -u -x
|
set -e -u -x
|
||||||
|
|
||||||
OMIM_PATH="${OMIM_PATH:-$(dirname "$0")/../..}"
|
OMIM_PATH="${OMIM_PATH:-$(dirname "$0")/../..}"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e -u
|
set -e -u
|
||||||
SCRIPTS_PATH="$(dirname "$0")"
|
SCRIPTS_PATH="$(dirname "$0")"
|
||||||
"$SCRIPTS_PATH/generate_symbols.sh"
|
"$SCRIPTS_PATH/generate_symbols.sh"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
# Prevent python from generating compiled *.pyc files
|
# Prevent python from generating compiled *.pyc files
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e -u -o pipefail
|
set -e -u -o pipefail
|
||||||
|
|
||||||
# Generate subways.transit.json file consumed by the maps generator.
|
# Generate subways.transit.json file consumed by the maps generator.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -u -x -e
|
set -u -x -e
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#####################################################
|
#####################################################
|
||||||
# Tests a planet build made with generate_planet.sh #
|
# Tests a planet build made with generate_planet.sh #
|
||||||
#####################################################
|
#####################################################
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Concatenates Android release notes in all languages into a single output format
|
# Concatenates Android release notes in all languages into a single output format
|
||||||
# suitable to upload to Google Play to update existing notes.
|
# suitable to upload to Google Play to update existing notes.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Should be used everywhere to generate a consistent version number based
|
# Should be used everywhere to generate a consistent version number based
|
||||||
# on the date of the last commit and a number of commits on that day.
|
# on the date of the last commit and a number of commits on that day.
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|||||||
Reference in New Issue
Block a user