Commit 2b74de0e authored by Seblu's avatar Seblu
Browse files

seblu-push: Allow repo URL override via env

parent 79c1e01e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

repourl='archlinux@white.seblu.net'
repodir='incoming'
repourl=${REPO_URL:-archlinux@white.seblu.net}
repodir=${REPO_DIR:-incoming}

[[ -r /etc/makepkg.conf ]] && source /etc/makepkg.conf
[[ -r "$HOME/.makepkg.conf" ]]  && source "$HOME/.makepkg.conf"