sh 恰当地debian apt存储库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 恰当地debian apt存储库相关的知识,希望对你有一定的参考价值。



# publis latest repos
for mirror in $(aptly mirror list -raw=true); do \
  echo "# $mirror";
  aptly publish snapshot $(aptly snapshot list -raw=true | grep "^${mirror}-[0-9]*$" | tail -n1);sleep 10;
done

# fetch mirrors/create snapshots
service aptly-api stop >/dev/null;sleep 5; su aptly -c 'aptly api serve'
service aptly-api stop >/dev/null;sleep 5; su aptly -c '/usr/local/bin/aptly_mirror_update.sh -s'

# SALT_CRON_IDENTIFIER:aptly_mirror_update
0 */12 * * * service aptly-api stop >/dev/null;sleep 5;su aptly -c '/usr/local/bin/aptly_mirror_update.sh -s';service aptly-api start >/dev/null

# aptly-publisher usage
aptly-publisher publish  -c /etc/aptly-publisher.yaml --url http://127.0.0.1:8080
aptly-publisher publish --dists trusty/nightly -c /etc/aptly-publisher.yaml --url http://127.0.0.1:8080 -vv

以上是关于sh 恰当地debian apt存储库的主要内容,如果未能解决你的问题,请参考以下文章

如何从unsigned存储库安装debian软件包

Ubuntu apt 安装软件问题

sh 使用apt-get在Ubuntu 14.04上安装Scala 2.11.7和SBT 0.13.9或使用apt-get安装任何Debian衍生产品

sh 恰当地,当地的回购

Docker: Debian安装Docker

linux centos系统的sh文件改成debian系统的文件