build/repo-update.sh
Vincent Legoll 5da4b58094 Fix comment glitches (#471)
- Remove stale comment
- Fix typo

Signed-off-by: Vincent Legoll <vincent.legoll@idgrilles.fr>
2016-09-18 17:33:36 +03:00

33 lines
816 B
Bash

#!/bin/bash
#
# Copyright (c) 2015 Igor Pecovnik, igor.pecovnik@gma**.com
#
# This file is licensed under the terms of the GNU General Public
# License version 2. This program is licensed "as is" without any
# warranty of any kind, whether express or implied.
#
# This file is a part of tool chain https://github.com/igorpecovnik/lib
#
# This script recreates deb repository from files in directory POT
#
# each file is added three times! wheezy-jessie-trusty
#
# We are using this only for kernel, firmware, root changes, headers
[[ -f "../userpatches/lib.config" ]] && source "../userpatches/lib.config"
POT="../output/debs/"
# load functions
source general.sh
# run repository update
addtorepo
# add a key to repo
cp bin/armbian.key ../output/repository/public
cd ../output/repository/public
echo "done."