forked from artixweb/artixweb_packages
Compare commits
4 Commits
repos-upda
...
master
Author | SHA1 | Date | |
---|---|---|---|
a1e748c0a9 | |||
4f2c810a2f
|
|||
3ce6daea15 | |||
16fd963c8d
|
@@ -46,11 +46,11 @@ RUN pacman -Sy --noconfirm postgresql-libs \
|
||||
&& set -x \
|
||||
&& pacman -Syu --noconfirm \
|
||||
&& pacman -Scc --noconfirm \
|
||||
&& echo -e "[lib32]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||
&& echo -e "[system-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||
&& echo -e "[world-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||
&& echo -e "[galaxy-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||
&& echo -e "[lib32-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||
&& printf "[lib32]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf \
|
||||
&& printf "[system-gremlins]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf \
|
||||
&& printf "[world-gremlins]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf \
|
||||
&& printf "[galaxy-gremlins]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf \
|
||||
&& printf "[lib32-gremlins]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf \
|
||||
&& pacman -Sy --noconfirm
|
||||
|
||||
WORKDIR /usr/share/artixweb_packages
|
||||
|
@@ -35,8 +35,8 @@
|
||||
<h2>{{ pkg.package_name }}-{{ pkg.version }} {% if pkg.flagged %}(<span class="flagged">flagged</span>){% endif %}</h2>
|
||||
<section role="action_panel" class="action_panel">
|
||||
<h4>Actions Panel</h4>
|
||||
<section role="action"><a href="{{ pkg.gitea_url }}" target="blank">View Package Sources</a></section>
|
||||
<section role="action"><a href="{{ pkg.gitea_url }}/graph" target="blank">View Package Changes</a></section>
|
||||
<section role="action"><a href="{{ pkg.gitea_url }}">View Package Sources</a></section>
|
||||
<section role="action"><a href="{{ pkg.gitea_url }}/graph">View Package Changes</a></section>
|
||||
{% if !pkg.flagged %}
|
||||
<section role="action"><a href="/flag_package/{{ pkg.package_name }}/{{ pkg.version }}">Flag package out-of-date</a></section>
|
||||
{% else %}
|
||||
@@ -65,7 +65,7 @@
|
||||
<section role="value">{{ pkg.replaces|provides_or_replaces }}</section>
|
||||
{% endif %}
|
||||
<section role="key">Upstream URL:</section>
|
||||
<section role="value"><a href="{{ pkg.upstream_url }}" target="_blank">{{ pkg.upstream_url }}</a></section>
|
||||
<section role="value"><a href="{{ pkg.upstream_url }}">{{ pkg.upstream_url }}</a></section>
|
||||
<section role="key">Size:</section>
|
||||
<section role="value">{{ pkg.size|human_readable }} MB</section>
|
||||
<section role="key">Installed Size:</section>
|
||||
|
Reference in New Issue
Block a user