Skip to content

Commit

Permalink
chore: Update gitignore to exclude alembic (#3268)
Browse files Browse the repository at this point in the history
Co-authored-by: Joongi Kim <[email protected]>
Backported-from: main (24.12)
Backported-to: 24.09
Backport-of: 3268
  • Loading branch information
fregataa and achimnol committed Dec 27, 2024
1 parent 92267fa commit 64ea235
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 76 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ ENV/
/.pants.rc
/docker-compose.halfstack.current.yml
/alembic.ini
/alembic-accountmgr.ini
/dev.etcd.volumes.json
/dev.etcd.installed.json
/env-*.sh
Expand Down
74 changes: 0 additions & 74 deletions am-alembic.ini

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -905,8 +905,8 @@ configure_backendai() {
sed_inplace "s/port = 8100/port = ${POSTGRES_PORT}/" ./account-manager.toml
sed_inplace "s/port = 8081/port = ${ACCOUNT_MANAGER_PORT}/" ./account-manager.toml
sed_inplace "s@\(# \)\{0,1\}ipc-base-path = .*@ipc-base-path = "'"'"${IPC_BASE_PATH}"'"'"@" ./account-manager.toml
cp configs/account-manager/halfstack.alembic.ini ./am-alembic.ini
sed_inplace "s/localhost:8100/localhost:${POSTGRES_PORT}/" ./am-alembic.ini
cp configs/account-manager/halfstack.alembic.ini ./alembic-accountmgr.ini
sed_inplace "s/localhost:8100/localhost:${POSTGRES_PORT}/" ./alembic-accountmgr.ini

# configure halfstack ports
cp configs/agent/halfstack.toml ./agent.toml
Expand Down

0 comments on commit 64ea235

Please sign in to comment.