summaryrefslogtreecommitdiffstats
path: root/extrapkg
AgeCommit message (Collapse)AuthorFilesLines
2008-11-21Remove the 'add' dir from staging0.6.4Aaron Griffin1-1/+1
This extra dir is largely useless. db-remove makes the del/ dir unnecessary, so lets kill the add/ dir too Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-08-24Aaron broke it0.6.3Thomas Bächler1-0/+5
2008-05-10Fix a typo in extrapkgJason Chu1-1/+1
2008-05-07Remove suffix usage from extrapkgAaron Griffin1-12/+2
The new dbscripts do not need this. All info can be gathered from the $CARCH variable in the filename. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-04-08Add '64' suffix back to extrapkgAaron Griffin1-0/+10
This was accidentally scrubbed, breaking 64bit uploads Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-04-06Update extrapkg to use svn & archrelease instead of cvsJason Chu1-23/+4
2008-02-07Add architecture-specific logic into extrapkgDan McGee1-7/+23
This change will remove 4 needless sed lines from the PKGBUILD we use on Arch for building this package and do the logic locally where it probably makes more sense anyway. $CARCH should always be present as we fail if we cannot find a correct makepkg.conf file in /etc/. Signed-off-by: Dan McGee <dan@archlinux.org>
2008-01-23Ensure scp'ing the package file works when PKGDEST is defined.Travis Willard1-1/+1
Make the call to scp use $(basename $pkgfile) so that we don't get oddness. Signed-off-by: Travis Willard <travis@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-01-23Improve makepkg config loading for checkpkg and extrapkg.Travis Willard1-1/+12
Now, checkpkg and extrapkg will fail if /etc/makepkg.conf doesn't exist, and will also try to load in personal user's settings in ~/.makepkg.conf Signed-off-by: Travis Willard <travis@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-01-23Use full filename for scp uploadAaron Griffin1-1/+1
Fix an issue where a missing add directory causes the package to be uploaded as a file named "add" Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-11-29Whitespace fixes/cleanup to all of the scriptsDan McGee1-60/+62
Add the same vim modeline to all the files, as well as cleanup the newly added scripts a bit. If you look at this diff with the -w option, you'll see it really isn't all that significant. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-10-03fixed integrity check when using PKGDESTThomas Bächler1-7/+7
fixed tab/space indentation
2007-10-02extrapkg: Allow scp limit option to be passed on to scpDan McGee1-1/+8
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-10-02Integrity check on uploadThomas Bächler1-0/+6
Ths is a little patch to check the integrity of the uploaded file after uploading it. It will avoid problems like the ones with kernel26 or openoffice-base recently. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-10-02Updates for makepkg3 and current -> core changeDan McGee1-9/+20
Taken from makepkg3.patch that was in the PKGBUILD tree. Signed-off-by: Dan McGee <dan@archlinux.org>
2006-04-28made the repo variable point to the right place for currentpkgJason Chu1-1/+1
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@221 630f3fb4-fbd1-0310-a574-b293cca3120f
2006-03-20look for packages in the PKGDEST directory if we can't find them locallyJason Chu1-0/+4
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@219 630f3fb4-fbd1-0310-a574-b293cca3120f
2006-03-20save packages to staging directory instead of ftp dirJason Chu1-1/+1
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@218 630f3fb4-fbd1-0310-a574-b293cca3120f
2005-05-17fixed typoJason Chu1-1/+1
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@213 630f3fb4-fbd1-0310-a574-b293cca3120f
2005-05-17added support for communitypkg and removed some old commented out codeJason Chu1-15/+12
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@212 630f3fb4-fbd1-0310-a574-b293cca3120f
2004-11-11removed requirement for t in pkgrelJason Chu1-16/+0
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@174 630f3fb4-fbd1-0310-a574-b293cca3120f
2004-10-22fixed a small bug created by loading the PKGBUILDJason Chu1-4/+4
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@171 630f3fb4-fbd1-0310-a574-b293cca3120f
2004-10-07added a little extra feature to not let you upload to current, extra, or ↵Jason Chu1-0/+12
unstable with a 't' in the release git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@169 630f3fb4-fbd1-0310-a574-b293cca3120f
2004-09-28sources the PKGBUILD and checks that 't' is in the pkgrelJason Chu1-11/+29
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@168 630f3fb4-fbd1-0310-a574-b293cca3120f
2004-08-22added some error checking to scp and cvs commandsJason Chu1-0/+18
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@162 630f3fb4-fbd1-0310-a574-b293cca3120f
2004-07-24added the option for an extra message in the cvs commitJason Chu1-0/+7
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@156 630f3fb4-fbd1-0310-a574-b293cca3120f
2004-07-19initial checkin of two fairly important developer toolsJason Chu1-0/+39
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@138 630f3fb4-fbd1-0310-a574-b293cca3120f