Add local build feature #5

Merged
realloc merged 1 commit from realloc/frostfs-locode-db:local_build into master 2023-07-26 21:07:55 +00:00
Owner

This pull request adds all necessary data sources to the repository, allowing for the creation of a self-contained database build that can be generated without an internet connection. By including all data sources within the repository, we can ensure that the resulting database build will be consistent and avoid any potential issues that may arise from changes to external data sources.

This pull request adds all necessary data sources to the repository, allowing for the creation of a self-contained database build that can be generated without an internet connection. By including all data sources within the repository, we can ensure that the resulting database build will be consistent and avoid any potential issues that may arise from changes to external data sources.
realloc self-assigned this 2023-04-23 06:34:57 +00:00
realloc changed title from Add local build feature to WIP: Add local build feature 2023-04-23 06:35:12 +00:00
realloc force-pushed local_build from 774b807e42 to 3424a51d59 2023-04-24 08:47:28 +00:00 Compare
realloc force-pushed local_build from 3424a51d59 to 6dc68fec8d 2023-04-24 12:44:37 +00:00 Compare
realloc added 1 commit 2023-04-24 13:21:12 +00:00
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
realloc changed title from WIP: Add local build feature to Add local build feature 2023-04-24 13:22:13 +00:00
realloc requested review from storage-core-committers 2023-04-24 13:22:26 +00:00
realloc requested review from storage-core-developers 2023-04-24 13:22:26 +00:00
dstepanov-yadro approved these changes 2023-04-25 07:11:28 +00:00
fyrchik reviewed 2023-04-25 07:26:03 +00:00
@ -23,3 +25,3 @@
in/airports.dat: $(DIRS)
wget -c https://raw.githubusercontent.com/jpatokal/openflights/master/data/airports.dat -O in/airports.dat
zcat data/airports.dat.gz > in/airports.dat
Owner

Just wondering, why zcat and not gunzip?

Just wondering, why `zcat` and not `gunzip`?
Author
Owner

Just an old habit. Technically, it's the same binary on most systems and can be considered a shortcut to gunzip -c.

Just an old habit. Technically, it's the same binary on most systems and can be considered a shortcut to `gunzip -c`.
fyrchik approved these changes 2023-04-25 08:08:43 +00:00
acid-ant approved these changes 2023-04-25 14:43:03 +00:00
realloc merged commit 7a76e91bdd into master 2023-04-26 11:54:52 +00:00
realloc referenced this pull request from a commit 2023-04-26 11:54:53 +00:00
realloc referenced this pull request from a commit 2023-04-26 11:54:53 +00:00
realloc referenced this pull request from a commit 2023-04-26 11:54:53 +00:00
realloc deleted branch local_build 2023-04-26 11:54:55 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-locode-db#5
No description provided.