summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-20 15:15:27 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-20 15:20:04 -0400
commitd32af77762e742771cb2ea9b33b2dac58563bcfb (patch)
tree1a626438a145e39b366f962acd0a2356da19f8e7 /src/libretools.conf
parentcc0dfc478503c1a8117c05e2dfa3d3031a45c66d (diff)
libretools.conf:REPODEST: Don't use a shared SSH account by default.v20180920
DISRUPTION: This will make the default configuration unsuitable for packagers whose local username doesn't match their username in hackers.git. They will need to manually adjust their `libretools.conf:REPODEST` to have the correct username. For years, when releasing a package, librerelease has been SSH'ing to a shared repo@ account. In the last few months, we've made changes to the server to make it so that you can use your normal $USER@ account. It has been opt-in by adjusting your REPODEST appropriately. For the last month, several developers have opted-in. After a couple of hiccups resolved in the first few hours, the HOOKPRERELEASE issue (for users for which the DISRUPTION applies, which the last few commits fixed), there were no issues. This has the negative affect So, change this from opt-in to opt-out. If all goes smoothly, then SSH to the repo@ account will eventually be disabled. https://lists.parabola.nu/pipermail/dev/2018-August/006907.html
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index 9d1defe..5258f34 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -26,7 +26,7 @@ ABSLIBRESEND=ssh://git@git.parabola.nu:1863/~git/abslibre/abslibre.git
################################################################################
## Where to upload packages to
-REPODEST=ssh://repo@repo.parabola.nu:1863/~/staging/$LIBREUSER/staging/
+REPODEST=ssh://$LIBREUSER@repo.parabola.nu:1863/~/staging/
## These are run before and after uploading packages
HOOKPRERELEASE='ssh -fN ${REPODEST_port:+-p "$REPODEST_port"} "${REPODEST_userhost}"'