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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
trisquel
package-helpers
Commits
3c295ff4
Commit
3c295ff4
authored
12 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
More changes to adapt toplevel scripts to git workflow
parent
fb5a13f6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
makepackage
+2
-1
2 additions, 1 deletion
makepackage
makepending
+20
-69
20 additions, 69 deletions
makepending
with
22 additions
and
70 deletions
makepackage
+
2
−
1
View file @
3c295ff4
...
...
@@ -46,7 +46,7 @@ REPOSITORY=$PWD/repos/$CODENAME
HELPERS
=
$PWD
/helpers
if
!
[
-d
repos/
]
then
for
i
in
$(
git branch|sed
's/.* //;/master/d'
)
for
REPO
in
$(
git branch|sed
's/.* //;/master/d'
)
do
mkdir
-p
repos/
$REPO
/conf repos/
$REPO
/incoming
cat
<<
EOF
> repos/
$REPO
/conf/distributions
...
...
@@ -198,6 +198,7 @@ tmpumount(){
exit
1
}
tmpmount
(){
mount|grep tmpfs|grep jails
-q
&&
return
[
$MEM
-lt
16000000
]
&&
return
echo
$PACKAGE
|
grep
-q
"linux"
&&
return
grep
jails/
$UPSTREAM
-
$ARCH
/tmp /proc/mounts
-q
&&
tmpumount
...
...
This diff is collapsed.
Click to expand it.
makepending
+
20
−
69
View file @
3c295ff4
...
...
@@ -20,6 +20,10 @@
#
# This script compares two Sources.gz files, and reports available updates
PAIRS
=
"robur-hardy taranis-lucid dagda-natty brigantia-oneiric toutatis-precise"
CODENAMES
=
"robur taranis dagda brigantia toutatis"
UPSTREAMS
=
"hardy lucid natty oneiric precise"
[
1
$1
=
1
"test"
]
&&
TEST
=
echo
WD
=
$PWD
...
...
@@ -41,19 +45,11 @@ wget $MIRROR/dists/$DIST/$COMPONENT/source/Sources.gz -q -O - | zcat | egrep dsc
echo
" Done"
>
&2
}
listsweets
(){
DIST
=
$1
echo
-n
Downloading Sources.gz from
$MIRROR
>
&2
wget
$MIRROR
/Sources.gz
-q
-O
- | zcat | egrep dsc
$
|
cut
-d
" "
-f
4|sed
's/\.dsc//'
echo
" Done"
>
&2
}
update
(){
MIRROR
=
"http://archive.ubuntu.com/ubuntu"
for
i
in
hardy lucid maverick natty oneiric
for
i
in
$UPSTREAMS
do
listmirror
$i
main
>>
$i
listmirror
$i
-updates
main
>>
$i
...
...
@@ -63,40 +59,16 @@ do
listmirror
$i
-security
universe
>>
$i
done
#MIRROR="http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-11.04/"
#listsweets >> sweets-natty
MIRROR
=
"ftp://archive.trisquel.info/trisquel"
for
i
in
main extras
do
listmirror robur
$i
>>
robur
listmirror robur-updates
$i
>>
robur
listmirror robur-security
$i
>>
robur
done
for
i
in
taranis slaine dagda brigantia
for
i
in
$CODENAMES
do
MIRROR
=
"http://archive.trisquel.info/trisquel"
listmirror
$i
main
>>
$i
listmirror
$i
-updates
main
>>
$i
listmirror
$i
-security
main
>>
$i
done
MIRROR
=
"http://devel.trisquel.info/trisquel/hardy"
listmirror hardy main
>>
robur
#MIRROR="http://devel.trisquel.info/trisquel/jaunty"
#listmirror jaunty main >> dwyn
#MIRROR="http://devel.trisquel.info/trisquel/karmic"
#listmirror karmic main >> awen
MIRROR
=
"http://devel.trisquel.info/trisquel/lucid"
listmirror lucid main
>>
taranis
MIRROR
=
"http://devel.trisquel.info/trisquel/maverick"
listmirror maverick main
>>
slaine
MIRROR
=
"http://devel.trisquel.info/trisquel/natty"
listmirror natty main
>>
dagda
MIRROR
=
"http://devel.trisquel.info/trisquel/oneiric"
listmirror oneiric main
>>
brigantia
MIRROR
=
"http://devel.trisquel.info/trisquel/
$i
"
listmirror
$i
main
>>
$i
done
}
...
...
@@ -142,9 +114,10 @@ then
continue
fi
echo
Running makepackage
$package
$UPSTREAM
at
$(
date
)
echo
Running makepackage
$package
$UPSTREAM
at
$(
date
)
$LOGS
/
$package
-
$UPSTREAM
-
$(
date
+%Y%m%d
)
.log 1>&2
$TEST
sh
$WD
/makepackage
$package
$UPSTREAM
>
$LOGS
/
$package
-
$UPSTREAM
-
$(
date
+%Y%m%d
)
.log
&&
echo
-n
Done!
||
echo
-n
FAILED!
echo
Upgrading
$current
at
$DISTRO
with
${
UPSTREAM
}
_
$upstream
1>&2
echo
Running makepackage
$package
$DISTRO
at
$(
date
)
$LOGS
/
$DISTRO
-
$package
-
$(
date
+%Y%m%d
)
.log
echo
Running makepackage
$package
$DISTRO
at
$(
date
)
$LOGS
/
$DISTRO
-
$package
-
$(
date
+%Y%m%d
)
.log 1>&2
$TEST
sh
$WD
/makepackage
$package
$DISTRO
>
$LOGS
/
$DISTRO
-
$package
-
$(
date
+%Y%m%d
)
.log
&&
echo
-n
Done!
||
echo
-n
FAILED!
echo
" (
$(
date
)
)"
echo
fi
...
...
@@ -153,35 +126,13 @@ done
update
DISTRO
=
"robur"
UPSTREAM
=
"hardy"
PACKAGES
=
$(
ls
-1
$WD
/helpers/
$UPSTREAM
/make-
*
|
sed
's:^.*/::; s:make-::'
)
check
>>
$FILE
DISTRO
=
"taranis"
UPSTREAM
=
"lucid"
PACKAGES
=
$(
ls
-1
$WD
/helpers/
$UPSTREAM
/make-
*
|
sed
's:^.*/::; s:make-::'
)
check
>>
$FILE
DISTRO
=
"slaine"
UPSTREAM
=
"maverick"
PACKAGES
=
$(
ls
-1
$WD
/helpers/
$UPSTREAM
/make-
*
|
sed
's:^.*/::; s:make-::'
)
check
>>
$FILE
DISTRO
=
"dagda"
UPSTREAM
=
"natty"
PACKAGES
=
$(
ls
-1
$WD
/helpers/
$UPSTREAM
/make-
*
|
sed
's:^.*/::; s:make-::'
)
check
>>
$FILE
DISTRO
=
"brigantia"
UPSTREAM
=
"oneiric"
PACKAGES
=
$(
ls
-1
$WD
/helpers/
$UPSTREAM
/make-
*
|
sed
's:^.*/::; s:make-::'
)
for
pair
in
$PAIRS
do
DISTRO
=
${
pair
/-*/
}
UPSTREAM
=
${
pair
/*-/
}
PACKAGES
=
$(
git
--git-dir
=
/home/systems/devel/.git ls-tree
-r
--name-only
$DISTRO
|grep helpers/make-|sed
's/.*make-//'
)
check
>>
$FILE
#DISTRO="dagda"
#UPSTREAM="sweets-natty"
#PACKAGES=$(ls -1 $WD/helpers/$UPSTREAM/make-* | sed 's:^.*/::; s:make-::')
#check >> $FILE
done
report
()
{
#address=trisquel-devel@listas.trisquel.info
...
...
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