summaryrefslogtreecommitdiff
path: root/archrelease
AgeCommit message (Collapse)Author
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz
2010-02-22Don't check if package was released already0.9.4Pierre Schmitz
The checks aren't reliable enough and fail if the local repo is broken due to network failures. So for now we just allways commit.
2010-02-22be more fail safePierre Schmitz
2010-02-17Use svnversion insead of svn infoPierre Schmitz
2010-02-17Use local information to determine if a commit is neededPierre Schmitz
2010-02-17Check if package was already releasedPierre Schmitz
2010-02-13apply common coding stylePierre Schmitz
2010-02-13inform the user of activities that might take a longer time0.9.1Pierre Schmitz
2010-02-12supress confusing output of pushd and popd0.9.0Pierre Schmitz
2010-02-11Replace expensive merge with delete and copyPierre Schmitz
2009-10-06archrelease: exit if working copy is not committedFrançois Charette
Check with svn diff if the PKGBUILD etc has been committed, and exit with an error message if not. Also moved message from commitpkg to here. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-04-21Ensure archrelease is always run from a proper directoryAaron Griffin
It should only be run from a trunk dir containing a PKGBUILD Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-04-21Create the 'repos' dir if it doesn't existAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-04-20Add a message that explains what to do when a merge conflict is detected and ↵Jason Chu
needs to be dealt with.
2008-04-09Start tracking svnmerge info when we create a branch0.6.2Jason Chu
I thought it was tracked by default
2008-04-08Copy only the HEAD revision when releasing0.6.1Aaron Griffin
This prevents the copying of local files and only copies versioned files Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-04-08archrelease modifications to auto-commit handlingAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-04-05Add arch{co,release,rm} to devtools and make them install properlyJason Chu