Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pidptools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PETRA III Debian Packages
pidptools
Commits
01e3f91f
Commit
01e3f91f
authored
6 years ago
by
Jan Kotanski
Browse files
Options
Downloads
Patches
Plain Diff
New upstream version 1.8.2
parent
d3e4933b
Branches
upstream/jessie
Branches containing commit
Tags
upstream/jessie/1.8.2
Tags containing commit
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
PKG-INFO
+1
-1
1 addition, 1 deletion
PKG-INFO
pidpbuild
+3
-3
3 additions, 3 deletions
pidpbuild
pidpclone
+1
-1
1 addition, 1 deletion
pidpclone
pidpcreate
+1
-1
1 addition, 1 deletion
pidpcreate
pidppush
+1
-1
1 addition, 1 deletion
pidppush
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
8 additions
and
8 deletions
PKG-INFO
+
1
−
1
View file @
01e3f91f
Metadata-Version: 1.0
Name: pidp.tools
Version: 1.8.
1
Version: 1.8.
2
Summary: PETRA III Debian Package Tools
Home-page: https://stash.desy.de/projects/JMK/repos/pidptools/browse/
Author: Jan Kotanski
...
...
This diff is collapsed.
Click to expand it.
pidpbuild
+
3
−
3
View file @
01e3f91f
...
...
@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
set
-e
PIDPVERSION
=
"1.8.
1
"
PIDPVERSION
=
"1.8.
2
"
for
i
in
"
${
@
:1
}
"
do
if
[[
$i
==
-
*
]]
;
then
...
...
@@ -262,7 +262,7 @@ else
if
[[
-d
"debian/patches"
]]
;
then
if
[[
"
$(
ls
-A
debian/patches
)
"
]]
;
then
gbp pq import
git checkout debian/
$RELEASE
git checkout debian/
"
$RELEASE
"
fi
fi
git clean
-f
-d
...
...
@@ -454,7 +454,7 @@ else
VER
=(
${
ARR
[1]
}
)
VERSION
=
$(
echo
$VER
|
tr
-d
'()'
)
fi
PTAGNAME
=
debian/
$RELEASE
/
$VERSION
PTAGNAME
=
debian/
"
$RELEASE
"
/
"
$VERSION
"
TAGNAME
=
${
PTAGNAME
/\~/_
}
echo
"resetting to:
$TAGNAME
"
git reset
--hard
"
$TAGNAME
"
...
...
This diff is collapsed.
Click to expand it.
pidpclone
+
1
−
1
View file @
01e3f91f
...
...
@@ -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.8.
1
"
PIDPVERSION
=
"1.8.
2
"
for
i
in
"
${
@
:1
}
"
do
if
[[
$i
==
-
*
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
pidpcreate
+
1
−
1
View file @
01e3f91f
...
...
@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
set
-e
PIDPVERSION
=
"1.8.
1
"
PIDPVERSION
=
"1.8.
2
"
for
i
in
"
${
@
:1
}
"
do
if
[[
$i
==
-
*
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
pidppush
+
1
−
1
View file @
01e3f91f
...
...
@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
PIDPVERSION
=
"1.8.
1
"
PIDPVERSION
=
"1.8.
2
"
for
i
in
"
${
@
:1
}
"
do
if
[[
$i
==
-
*
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
01e3f91f
...
...
@@ -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.8.
1
"
release
=
"
1.8.
2
"
#: (:obj:`dict` <:obj:`str` , any >`) metadata for distutils
SETUPDATA
=
dict
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment