summaryrefslogtreecommitdiffstats
path: root/gitsrht-migrate
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-12-31 11:24:45 -0500
committerDrew DeVault <sir@cmpwn.com>2018-12-31 11:24:45 -0500
commitacf9751e050d65898660ce87d8c4a9af98bf6e11 (patch)
tree3e7e3bbc37cc08fde1040cf898d85f2ce152c904 /gitsrht-migrate
parent240c0f64e8a74ba7e75e7590b18b4ead711d3a77 (diff)
Swap relation of symlinks
Diffstat (limited to 'gitsrht-migrate')
-rwxr-xr-x[l---------]gitsrht-migrate6
1 files changed, 5 insertions, 1 deletions
diff --git a/gitsrht-migrate b/gitsrht-migrate
index e1d7fcc..40d34a5 120000..100755
--- a/gitsrht-migrate
+++ b/gitsrht-migrate
@@ -1 +1,5 @@
-git-srht-migrate \ No newline at end of file
+#!/usr/bin/env python3
+import gitsrht.alembic
+from srht.config import cfg
+from srht.database import alembic
+alembic("git.sr.ht", gitsrht.alembic)