Compare commits
4 commits
782c7cebf4
...
d79177fd3f
| Author | SHA1 | Date | |
|---|---|---|---|
| d79177fd3f | |||
| 5792809333 | |||
| a0a12cfa71 | |||
| 8f2e7da157 |
2 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Knowledge Genome - Makefile v. 1.2.3
|
# Knowledge Genome - Makefile v. 1.2.4
|
||||||
# Orchestrates the setup and management of the knowledge base.
|
# Orchestrates the setup and management of the knowledge base.
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,15 +54,15 @@ for entry in "${GENOMES[@]}"; do
|
||||||
|
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
|
|
||||||
|
# Key export and instructions
|
||||||
|
gcrypt_export_key "${GENOME_NAME}"
|
||||||
|
gcrypt_print_key_instructions "${GENOME_NAME}"
|
||||||
|
|
||||||
cd "${WORK_DIR}/${MASTER_REPO}"
|
cd "${WORK_DIR}/${MASTER_REPO}"
|
||||||
git add .gitmodules "${GENOME_NAME}"
|
git add .gitmodules "${GENOME_NAME}"
|
||||||
git commit -m "chore: register submodule ${GENOME_NAME}"
|
git commit -m "chore: register submodule ${GENOME_NAME}"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
# Key export and instructions
|
|
||||||
gcrypt_export_key "${GENOME_NAME}"
|
|
||||||
gcrypt_print_key_instructions "${GENOME_NAME}"
|
|
||||||
|
|
||||||
# Commit the submodule reference in the master repo
|
# Commit the submodule reference in the master repo
|
||||||
cd "${WORK_DIR}/${MASTER_REPO}"
|
cd "${WORK_DIR}/${MASTER_REPO}"
|
||||||
git commit -m "feat: add ${GENOME_NAME} as submodule"
|
git commit -m "feat: add ${GENOME_NAME} as submodule"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue