Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
bbb97ccb
Commit
bbb97ccb
authored
Feb 25, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix comments
parent
06883252
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
8 deletions
+9
-8
duplicati.sh
repack.d/duplicati.sh
+1
-1
example.sh
repack.d/example.sh
+4
-3
mssql-server.sh
repack.d/mssql-server.sh
+1
-1
skypeforlinux.sh
repack.d/skypeforlinux.sh
+1
-1
teamviewer.sh
repack.d/teamviewer.sh
+1
-1
yandex-browser-beta.sh
repack.d/yandex-browser-beta.sh
+1
-1
No files found.
repack.d/duplicati.sh
View file @
bbb97ccb
#!/bin/sh -x
# It will run with two args: buildroot spec
# It will
be
run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
...
...
repack.d/example.sh
View file @
bbb97ccb
#!/bin/sh
# Place shell code here
# It will run with two args: buildroot spec
# Name this script like package name
# Place your shell code here
# It will be run with two args: buildroot spec
# Name this script as package name
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
repack.d/mssql-server.sh
View file @
bbb97ccb
#!/bin/sh -x
# It will run with two args: buildroot spec
# It will
be
run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
...
...
repack.d/skypeforlinux.sh
View file @
bbb97ccb
#!/bin/sh -x
# It will run with two args: buildroot spec
# It will
be
run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
...
...
repack.d/teamviewer.sh
View file @
bbb97ccb
#!/bin/sh -x
# It will run with two args: buildroot spec
# It will
be
run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
...
...
repack.d/yandex-browser-beta.sh
View file @
bbb97ccb
#!/bin/sh -x
# It will run with two args: buildroot spec
# It will
be
run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
...
...
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