summaryrefslogtreecommitdiffstats
path: root/crossrepomove.in
AgeCommit message (Collapse)AuthorFilesLines
2017-07-05Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.protoLuke Shumaker1-0/+4
The added PKGBUILD.proto file is so that shellcheck can know know what to expect that a PKGBUILD sets.
2017-07-05Quote strings that shellcheck warns about.Luke Shumaker1-5/+5
These changes are all strictly "slap some double-quotes in there". Anything more than that is not included in this commit.
2017-04-05Avoid using string interpolation; use printf format strings instead.Luke Shumaker1-5/+5
This involves extending the signature of lib/common.sh's `stat_busy()`, `lock()`, and `slock()`. The `mesg=$1; shift` in stat_busy even suggests that this is what was originally intended from it.
2017-04-05Add a "License:" tag to all code files.Luke Shumaker1-0/+1
In cases where there is no license specified, the file is tagged as "License: Unspecified". Obviously, that is not ideal, but it highlights the fact, and I hope that it encourages whoever has the authority to specify the license to do so. On that note, to anyone who may have the authority to specify the license of files in devtools: the current licence of many files is GPLv2 with no option for later versions; I impore you to re-license them to have the "or any later version" option.
2016-05-27Use repos.archlinux.org everywhere instead of hostname based domains20160527Sven-Hendrik Haase1-1/+1
This makes it a lot easier to swap out the host that actually serves the repos in the future.
2013-08-08avoid injecting code into the format stringDave Reisner1-1/+1
Now that die() properly forwards arguments to error(), we can expect that the first arg is a format string and not the entirety of the output. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2013-05-25crossrepomove: copy packages locallyJan Alexander Steffens (heftig)1-5/+2
Nymeria's HTTP mirror is now password-protected and crossrepomove broke.
2013-01-27Fix crossrepomove for use on nymeria20130127Pierre Schmitz1-28/+14
2013-01-20Use nymeria instead of gerolde20130120Pierre Schmitz1-4/+4
2012-11-15crossrepomove: Fix dbscripts path for [community] move to nymeriaEric Bélanger1-2/+14
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-11-11For now only packages and svn from sigurd will be moved to nymeriaPierre Schmitz1-2/+2
2012-11-03Use nymeria.archlinux.org as shared host for developers and trusted usersPierre Schmitz1-4/+4
2012-10-27Use sigurd.archlinux.org instead of the now moved aur.archlinux.org hostnamePierre Schmitz1-2/+2
2012-03-05Add script to move packages between [extra] and [community]Pierre Schmitz1-0/+86