Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devtools
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
archlinux
devtools
Commits
21458bd0
Commit
21458bd0
authored
12 years ago
by
Pierre Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
For now only packages and svn from sigurd will be moved to nymeria
parent
a05969b2
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
archco.in
+1
-1
1 addition, 1 deletion
archco.in
commitpkg.in
+9
-1
9 additions, 1 deletion
commitpkg.in
crossrepomove.in
+2
-2
2 additions, 2 deletions
crossrepomove.in
rebuildpkgs.in
+1
-1
1 addition, 1 deletion
rebuildpkgs.in
with
14 additions
and
6 deletions
Makefile
+
1
−
1
View file @
21458bd0
...
...
@@ -115,6 +115,6 @@ dist:
gpg
--detach-sign
--use-agent
devtools-
$(
V
)
.tar.gz
upload
:
scp devtools-
$(
V
)
.tar.gz devtools-
$(
V
)
.tar.gz.sig
nymeria
.archlinux.org:/srv/ftp/other/devtools/
scp devtools-
$(
V
)
.tar.gz devtools-
$(
V
)
.tar.gz.sig
gerolde
.archlinux.org:/srv/ftp/other/devtools/
.PHONY
:
all clean install uninstall dist upload
This diff is collapsed.
Click to expand it.
archco.in
+
1
−
1
View file @
21458bd0
...
...
@@ -11,7 +11,7 @@ fi
case
$scriptname
in
archco
)
SVNURL
=
"svn+ssh://
svn-packages@nymeria
.archlinux.org/srv/
repos/
svn-packages
/svn
"
;;
SVNURL
=
"svn+ssh://
gerolde
.archlinux.org/srv/svn-packages"
;;
communityco
)
SVNURL
=
"svn+ssh://svn-community@nymeria.archlinux.org/srv/repos/svn-community/svn"
;;
*
)
...
...
This diff is collapsed.
Click to expand it.
commitpkg.in
+
9
−
1
View file @
21458bd0
...
...
@@ -105,7 +105,15 @@ for _arch in ${arch[@]}; do
done
if
[[
-z
$server
]]
;
then
server
=
'nymeria.archlinux.org'
case
"
$repo
"
in
core|extra|testing|staging|kde-unstable|gnome-unstable
)
server
=
'gerolde.archlinux.org'
;;
community
*
|
multilib
*
)
server
=
'nymeria.archlinux.org'
;;
*
)
server
=
'gerolde.archlinux.org'
msg
"Non-standard repository
$repo
in use, defaulting to server
$server
"
;;
esac
fi
if
[[
-n
$(
svn status
-q
)
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
crossrepomove.in
+
2
−
2
View file @
21458bd0
...
...
@@ -11,8 +11,8 @@ fi
pkgbase
=
"
${
1
}
"
packages_svn
=
'svn+ssh://
svn-packages@nymeria
.archlinux.org/srv/
repos/
svn-packages
/svn
'
packages_server
=
'
nymeria
.archlinux.org'
packages_svn
=
'svn+ssh://
gerolde
.archlinux.org/srv/svn-packages'
packages_server
=
'
gerolde
.archlinux.org'
community_svn
=
'svn+ssh://svn-community@nymeria.archlinux.org/srv/repos/svn-community/svn'
community_server
=
'nymeria.archlinux.org'
mirror
=
'http://mirrors.kernel.org/archlinux'
...
...
This diff is collapsed.
Click to expand it.
rebuildpkgs.in
+
1
−
1
View file @
21458bd0
...
...
@@ -47,7 +47,7 @@ pkg_from_pkgbuild() {
chrootdir
=
"
$1
"
;
shift
pkgs
=
"
$@
"
SVNPATH
=
'svn+ssh://
svn-packages@nymeria
.archlinux.org/srv/
repos/
svn-packages
/svn
'
SVNPATH
=
'svn+ssh://
gerolde
.archlinux.org/srv/svn-packages'
msg
"Work will be done in
$(
pwd
)
/rebuilds"
...
...
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