Skip to content
Snippets Groups Projects
Commit f110f6da authored by Jan Kotanski's avatar Jan Kotanski
Browse files

New upstream version 1.6.3

parent 2dbaf696
No related branches found
Tags upstream/jessie/1.6.3
No related merge requests found
Metadata-Version: 1.0
Name: pidp.tools
Version: 1.6.2
Version: 1.6.3
Summary: PETRA III Debian Package Tools
Home-page: https://stash.desy.de/projects/JMK/repos/pidptools/browse/
Author: Jan Kotanski
......
......@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
set -e
PIDPVERSION="1.6.2"
PIDPVERSION="1.6.3"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......@@ -136,9 +136,9 @@ else
fi
if ! [[ -z $HDRI ]] ; then
if [[ -z $MYOTHERMIRROR ]] ; then
MYOTHERMIRROR="deb http://repos.pni-hdri.de/apt/debian $TRRELEASE main"
MYOTHERMIRROR="deb [trusted=yes] http://repos.pni-hdri.de/apt/debian $TRRELEASE main"
else
MYOTHERMIRROR=$MYOTHERMIRROR" | deb http://repos.pni-hdri.de/apt/debian $TRRELEASE main"
MYOTHERMIRROR=$MYOTHERMIRROR" | deb [trusted=yes] http://repos.pni-hdri.de/apt/debian $TRRELEASE main"
fi
fi
CDIR=${PWD##*/}
......@@ -185,15 +185,15 @@ else
else
if [[ -z $CREATEPB ]] ; then
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder update --othermirror="$MYOTHERMIRROR"
DIST=$RELEASE git-pbuilder update --othermirror="$MYOTHERMIRROR" --override-config
else
ARCH=$ARCH DIST=$RELEASE git-pbuilder update --othermirror="$MYOTHERMIRROR"
ARCH=$ARCH DIST=$RELEASE git-pbuilder update --othermirror="$MYOTHERMIRROR" --override-config
fi
else
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder create --othermirror="$MYOTHERMIRROR"
DIST=$RELEASE git-pbuilder create --othermirror="$MYOTHERMIRROR" --override-config
else
ARCH=$ARCH DIST=$RELEASE git-pbuilder create --othermirror="$MYOTHERMIRROR"
ARCH=$ARCH DIST=$RELEASE git-pbuilder create --othermirror="$MYOTHERMIRROR" --override-config
fi
fi
fi
......
......@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
PIDPVERSION="1.6.2"
PIDPVERSION="1.6.3"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......
......@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
set -e
PIDPVERSION="1.6.2"
PIDPVERSION="1.6.3"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......
......@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
PIDPVERSION="1.6.2"
PIDPVERSION="1.6.3"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......
......@@ -30,7 +30,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
#: (:obj:`str`) full release number
release = "1.6.2"
release = "1.6.3"
#: (:obj:`dict` <:obj:`str` , any >`) metadata for distutils
SETUPDATA = dict(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment