This repository has been archived on 2021-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
mudbugos/scripts/BuildScripts/PackageScripts/uploadPackage.sh

35 lines
1.0 KiB
Bash
Executable File

#!/bin/bash
set -e
# upload the target package to the official prawnos apt repo
# (of course this will only work if you can authenticate with the repo)
# This file is part of PrawnOS (https://www.prawnos.com)
# Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# as published by the Free Software Foundation.
# PrawnOS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with PrawnOS. If not, see <https://www.gnu.org/licenses/>.
#example ~/.dput.cf
# [deb.prawnos.com]
# fqdn = deb.prawnos.com
# method = scp
# login = debian
# incoming = /var/www/repos/apt/debian/incoming
# allow_unsigned_uploads = true
# ssh_config_options = Port=2222
dput deb.prawnos.com *.changes