build-tools: remove unused garbage

This commit is contained in:
Nicolas F 2020-07-07 23:36:56 +02:00
parent d362e1512d
commit 8ec2a998e2
28 changed files with 0 additions and 285 deletions

View File

@ -1,2 +0,0 @@
FROM centos:7
RUN yum -y install git wget python2 @'Development Tools' python-pillow-devel numpy python-sphinx

View File

@ -1,9 +0,0 @@
build:
docker build -t registry.code.em32.net/overviewer/minecraft-overviewer:base .
push:
docker push registry.code.em32.net/overviewer/minecraft-overviewer:base
run:
docker run --rm -it registry.code.em32.net/overviewer/minecraft-overviewer:base /bin/bash

View File

@ -1,3 +0,0 @@
This image is a centos:7 image that contains all the necessary tools to build
and run Overviewer. It can serve as a base image for other images, or be used
directly.

View File

@ -1,39 +0,0 @@
%define python_sitearch %{_libdir}/python2.6/site-packages
Summary: Generates large resolution images of a Minecraft map.
Name: Minecraft-Overviewer
Version: {VERSION}
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GNU General Public License v3
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Vendor: Andrew Brown <brownan@gmail.com>
Url: http://overviewer.org/
Requires: python26, python26-imaging, python26-numpy
BuildRequires: python26-devel, python26-imaging-devel, python26-numpy, python-setuptools
%description
The Minecraft Overviewer is a command-line tool for rendering high-resolution
maps of Minecraft worlds. It generates a set of static html and image files and
uses the Google Maps API to display a nice interactive map.
%prep
%setup -n %{name}
%build
env CFLAGS="$RPM_OPT_FLAGS" %{__python}26 setup.py build
%install
%{__python}26 setup.py install -O1 --root=%{buildroot}
rm -rf %{buildroot}%{_defaultdocdir}/minecraft-overviewer
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{python_sitearch}/Minecraft_Overviewer-*-*.egg-info
%{python_sitearch}/overviewer_core
%{_bindir}/overviewer.py
%doc README.rst COPYING.txt sample_config.py

View File

@ -1,5 +0,0 @@
FROM centos:6
RUN yum -y install epel-release && yum -y install git wget python2 @'Development Tools' python-imaging-devel numpy python-sphinx mock
RUN useradd --create-home --groups mock overviewer
USER overviewer

View File

@ -1,11 +0,0 @@
tag=centos6
build:
docker build -t registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) --no-cache .
push:
docker push registry.code.em32.net/overviewer/minecraft-overviewer:$(tag)
run:
docker run --rm --privileged -it registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) /bin/bash

View File

@ -1,37 +0,0 @@
Summary: Generates large resolution images of a Minecraft map.
Name: Minecraft-Overviewer
Version: {VERSION}
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GNU General Public License v3
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Vendor: Andrew Brown <brownan@gmail.com>
Url: http://overviewer.org/
Requires: python-imaging, numpy
BuildRequires: python-devel, python-imaging-devel, numpy
%description
The Minecraft Overviewer is a command-line tool for rendering high-resolution
maps of Minecraft worlds. It generates a set of static html and image files and
uses the Google Maps API to display a nice interactive map.
%prep
%setup -n %{name}
%build
env CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
%install
%{__python} setup.py install -O1 --root=%{buildroot}
rm -rf %{buildroot}%{_defaultdocdir}/minecraft-overviewer
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{python_sitearch}/Minecraft_Overviewer-*-*.egg-info
%{python_sitearch}/overviewer_core
%{_bindir}/overviewer.py
%doc README.rst COPYING.txt sample_config.py

View File

@ -1,5 +0,0 @@
FROM registry.code.em32.net/overviewer/minecraft-overviewer:base
RUN yum -y install mock
RUN useradd --create-home --groups mock overviewer
USER overviewer

View File

@ -1,11 +0,0 @@
tag=centos7
build:
docker build -t registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) --no-cache .
push:
docker push registry.code.em32.net/overviewer/minecraft-overviewer:$(tag)
run:
docker run --rm --privileged -it registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) /bin/bash

View File

@ -1,37 +0,0 @@
Summary: Generates large resolution images of a Minecraft map.
Name: Minecraft-Overviewer
Version: {VERSION}
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GNU General Public License v3
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Vendor: Andrew Brown <brownan@gmail.com>
Url: http://overviewer.org/
Requires: python-imaging, numpy
BuildRequires: python-devel, python-imaging-devel, numpy
%description
The Minecraft Overviewer is a command-line tool for rendering high-resolution
maps of Minecraft worlds. It generates a set of static html and image files and
uses the Google Maps API to display a nice interactive map.
%prep
%setup -n %{name}
%build
env CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
%install
%{__python} setup.py install -O1 --root=%{buildroot}
rm -rf %{buildroot}%{_defaultdocdir}/minecraft-overviewer
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{python_sitearch}/Minecraft_Overviewer-*-*.egg-info
%{python_sitearch}/overviewer_core
%{_bindir}/overviewer.py
%doc README.rst COPYING.txt sample_config.py

View File

@ -1,2 +0,0 @@
FROM debian:jessie
RUN apt-get -y update && apt-get -y install git build-essential python-numpy python-pil python-dev python-imaging python-all-dev devscripts wget

View File

@ -1,14 +0,0 @@
tag=debian64
build:
docker build -t registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) .
forcebuild:
docker build --no-cache -t registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) .
push:
docker push registry.code.em32.net/overviewer/minecraft-overviewer:$(tag)
run:
docker run --rm --privileged -it registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) /bin/bash

View File

@ -1,5 +0,0 @@
minecraft-overviewer ({VERSION}-0~overviewer1) unstable; urgency=low
* Automatically generated from Git: {DESC}
-- Aaron Griffith <agrif@overviewer.org> {DATE}

View File

@ -1 +0,0 @@
7

View File

@ -1,13 +0,0 @@
Source: minecraft-overviewer
Maintainer: Aaron Griffith <agrif@overviewer.org>
Section: python
Priority: optional
Build-Depends: python-all-dev (>= 2.6), debhelper (>= 7.4.3), python-imaging, python-numpy
Standards-Version: 3.9.1
Package: minecraft-overviewer
Architecture: any
Homepage: http://overviewer.org/
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, python2.7 | python2.6, python (>= 2.6), python (<< 2.8), python-imaging, python-numpy, ${shlibs:Depends}
Description: Generates large resolution images of a Minecraft map.

View File

@ -1,35 +0,0 @@
This package was debianized by Aaron Griffith <agrif@overviewer.org>
on Sat, 14 May 2011 14:21:24 -0400.
It was downloaded from http://github.com/overviewer/Minecraft-Overviewer
Upstream Author:
Andrew Brown <brownan@overviewer.org>
Files: *
Copyright:
2010-2011, Andrew Brown
License: GPL
Files: debian/*
Copyright:
2011, Aaron Griffith
License: GPL
License: GPL
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This package 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 this package; if not, see .
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'

View File

@ -1,8 +0,0 @@
NOW=`date '+%a, %d %b %Y %H:%M:%S +0000'`
VER=`python2 setup.py --version`
DESC=`git describe --tags`
echo "minecraft-overviewer (${VER}-0~overviewer1) unstable; urgency=low"
echo ""
echo " * Automatically generated from Git: ${DESC}"
echo ""
echo " -- Aaron Griffith <agrif@overviewer.org> ${NOW}"

View File

@ -1,9 +0,0 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0+git at
# Tue, 18 Sep 2012 22:13:53 -0400
%:
dh $@ --with python2 --buildsystem=python_distutils

View File

@ -1 +0,0 @@
3.0 (quilt)

View File

@ -1 +0,0 @@
FROM registry.code.em32.net/overviewer/minecraft-overviewer

View File

@ -1,5 +0,0 @@
all:
docker build -t overviewer:src .
run:
docker run --rm -it overviewer:src /bin/bash

View File

@ -1,2 +0,0 @@
This is an image that builds a image that can be used to generate an overviewer
source package

View File

@ -1,3 +0,0 @@
FROM centos:7
RUN yum -y install git wget which

View File

@ -1,11 +0,0 @@
tag=centos7-verify
build:
docker build -t registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) --no-cache .
push:
docker push registry.code.em32.net/overviewer/minecraft-overviewer:$(tag)
run:
docker run --rm -it registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) /bin/bash

View File

@ -1 +0,0 @@
This dockerfile is a very basic image that we use to verify that centos RPMs can be installed

View File

@ -1,3 +0,0 @@
FROM debian:jessie
RUN apt-get -y update && apt-get -y install wget git

View File

@ -1,11 +0,0 @@
tag=debian-verify
build:
docker build -t registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) --no-cache .
push:
docker push registry.code.em32.net/overviewer/minecraft-overviewer:$(tag)
run:
docker run --rm -it registry.code.em32.net/overviewer/minecraft-overviewer:$(tag) /bin/bash

View File

@ -1 +0,0 @@
This dockerfile is a very basic image that we use to verify that debian .deb files can be installed