Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Kevin
package-helpers
Commits
9537b589
Commit
9537b589
authored
12 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into toutatis
parents
1d3b5b27
a9c4668f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
makepackage
+10
-7
10 additions, 7 deletions
makepackage
with
10 additions
and
7 deletions
makepackage
+
10
−
7
View file @
9537b589
...
...
@@ -46,31 +46,34 @@ REPOSITORY=$PWD/repos/$CODENAME
HELPERS
=
$PWD
/helpers
if
!
[
-d
repos/
]
then
mkdir
-p
repos/
$CODENAME
/conf repos/
$CODENAME
/incoming
cat
<<
EOF
> repos/
$CODENAME
/conf/distributions
for
i
in
$(
git branch|sed
's/.* //;/master/d'
)
do
mkdir
-p
repos/
$REPO
/conf repos/
$REPO
/incoming
cat
<<
EOF
> repos/
$REPO
/conf/distributions
Origin: Trisquel
Label: Trisquel
Suite:
$
CODENAME
Suite:
$
REPO
Version: 42
Codename:
$
CODENAME
Codename:
$
REPO
Architectures: i386 amd64 source
Components: main
UDebComponents: main
DebIndices: Packages Release . .gz .bz2
UDebIndices: Packages . .gz .bz2
DscIndices: Sources Release .gz .bz2
Log:
$
CODENAME
.log
Log:
$
REPO
.log
Description: Trisquel GNU/Linux packages for the
$UPSTREAM
based release
EOF
if
gpg
-K
|
grep
-q
$GPGKEY
then
echo
"SignWith:
$GPGKEY
"
>>
repos/
$
CODENAME
/conf/distributions
echo
"SignWith:
$GPGKEY
"
>>
repos/
$
REPO
/conf/distributions
fi
cd
repos/
$
CODENAME
cd
repos/
$
REPO
reprepro
-v
export
cd
../..
done
fi
disablescripts
(){
...
...
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