Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
P
package-deb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AnarchyTools
package-deb
Commits
b7ea3519
Commit
b7ea3519
authored
May 10, 2016
by
Drew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert to ATBUILD_PACKAGE_VERSION
parent
a7c07d7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
bin/package-deb.atbin/package-deb
bin/package-deb.atbin/package-deb
+3
-9
No files found.
bin/package-deb.atbin/package-deb
View file @
b7ea3519
...
...
@@ -43,12 +43,6 @@ fi
NAME=$2
shift
fi
;;
--version)
if [ -n "$2" ]; then
VERSION=$2
shift
fi
;;
--depends)
if [ -n "$2" ]; then
...
...
@@ -73,8 +67,8 @@ if [ -z ${NAME+x} ]; then
exit 1
fi
if [ -z ${VERSION+x} ]; then
echo "
version
is required"
if [ -z ${
ATBUILD_PACKAGE_
VERSION+x} ]; then
echo "
ATBUILD_PACKAGE_VERSION
is required"
exit 1
fi
...
...
@@ -92,7 +86,7 @@ PAYLOAD=`grep -o ':payload .*' $SOURCEBINPATH/compiled.atpkg | grep -oP '(?<=").
SOURCEBIN=${PAYLOAD}
PACKAGENAME=${NAME}
DEBFOLDER=/tmp/build/${NAME}
DEBVERSION=$VERSION
DEBVERSION=$
ATBUILD_PACKAGE_
VERSION
DEBFOLDERNAME=$DEBFOLDER-$DEBVERSION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment