]> git.pld-linux.org Git - packages/rpm-build-tools.git/history - builder.sh
- updated from SPECS
[packages/rpm-build-tools.git] / builder.sh
2012-06-24 ankry- enhanced additional-md5sums syntax support
2012-06-24 Michal Moskal- add SourceK-md5 after SourceK, not before
2012-06-24 Jakub Bogusz- don't do cvs up mirrors if -ncs option used
2012-06-24 Tomasz Pala- fixed md5 stuff with $ALWAYS_CVSUP!="yes"
2012-06-24 Tomasz Pala- -s option for grep on additional-md5sums
2012-06-24 Tomasz Pala- s/ALLWAYS_CVSUP/ALWAYS_CVSUP/
2012-06-24 Michal Moskal- handle additional-md5sums
2012-06-24 Michal Moskal- handle NoSource in -a5
2012-06-24 Jan Rękorajski- added support for distfiles server to be on local...
2012-06-24 Jakub Bogusz- small TODO for md5 support
2012-06-24 Michal Moskal- fix case when SOURCEURL0 is displayed by rpmbuild...
2012-06-24 Michal Moskal- say bye bye if there is md5 sum mismatch
2012-06-24 Michal Moskal- wget creates 0-size files, get rid of them
2012-06-24 Michal Moskal- options (-5, -a5, -U) now works as described in HOWTO
2012-06-24 Michal Moskal- fix distfiles url (distfiles.pld-linux.org now)
2012-06-24 Michal Moskal- use by-md5/a/b/ab12345343/foobar-1.2.tar.gz distfiles url
2012-06-24 Arkadiusz Miśkiewicz- redirect errors from md5sum to /dev/null
2012-06-24 Tomasz Pala- added -5 option
2012-06-24 Tomasz Pala- --update option (for -nc -nd)
2012-06-24 adgor- Typo (my ignorance)
2012-06-24 adgor- Look into $SOURCE_DIR first to avoid some useless...
2012-06-24 Tomasz Pala- --no-dist option
2012-06-24 adgor- More cosmetics
2012-06-24 adgor- Changed ftp files dir from src to by-md5
2012-06-24 undefine- small fix
2012-06-24 adgor- Changed host name which needed
2012-06-24 adgor- Malekith's changes && some silly ideas of mine
2012-06-24 Marcin Winkler- missing letter s: --no-cvs-specs
2012-06-24 Arkadiusz Miśkiewicz- handle 'Connection timed out'
2012-06-24 radzio- fix problem with exit code when LOGFILE is set
2012-06-24 Arkadiusz Miśkiewicz- sleep for 2 seconds before trying again wich cvs
2012-06-24 Tomasz Pala- typos
2012-06-24 Arkadiusz Miśkiewicz- allow to use --date and -r together
2012-06-24 mkochano- Added --date yyyy-mm-dd switch for building package...
2012-06-24 Arkadiusz Miśkiewicz- extend Try again message
2012-06-24 Arkadiusz Miśkiewicz- add Connection reset by peer
2012-06-24 Arkadiusz Miśkiewicz- avoid empty lines
2012-06-24 Arkadiusz Miśkiewicz- break if other error than connection problems
2012-06-24 Arkadiusz Miśkiewicz- retry when cvs fails to download file
2012-06-24 djrzulf- force use IPv4 for downloading
2012-06-24 ankry- added -nu option (for using -n option of pldnotify...
2012-06-24 radek- allowed to use -ns0 for building, not only getting...
2012-06-24 Tomek Orzechowski- back to previous version, sorry
2012-06-24 Tomek Orzechowski- fixed
2012-06-24 jkLet the .spec extension be optional
2012-06-24 Arkadiusz Miśkiewicz- change @ to # when doing tags
2012-06-24 Arkadiusz Miśkiewicz- fix regex rule to avoid sticky tags
2012-06-24 Arkadiusz Miśkiewicz- when spec was changed but release was not bumped...
2012-06-24 Michal Moskal- fuck RA, fuck ACZE, but leave NEST alone, OK?
2012-06-24 kloczek- reverte last change.
2012-06-24 Michal Moskal- removed -T{v,}{s,d} options
2012-06-24 radzio - s/ALLAWAYS_CVSUP="yes"/ALLWAYS_CVSUP=${ALLWAYS_CVSUP...
2012-06-24 Jakub Bogusz- echo correct tags on -T*
2012-06-24 Jakub Bogusz- all -T except -Tv were broken; fixed (I hope)
2012-06-24 Arkadiusz Miśkiewicz- option -Tv should not tag with STABLE (note that...
2012-06-24 ankry- added -ncs option for not accessing cvs for .spec...
2012-06-24 Jakub Bogusz- multiple typo
2012-06-24 kloczek- typo.
2012-06-24 kloczek- few cleanups and describe "--with/--without <feacture...
2012-06-24 Marcin Krzyżanowski- s/-U/-u/
2012-06-24 kloczek- s#-u#-nu# in usage text.
2012-06-24 Marcin Krzyżanowski-U, --try-upgrade - check version, and try to upgrade...
2012-06-24 Paweł Gołaszewski- trying to use setup when prep is missing causes fail...
2012-06-24 depesz- allow working with restrictive firewalls
2012-06-24 Jacek Konieczny- support for mirrors
2012-06-24 undefine- typo
2012-06-24 Paweł Gołaszewski- prep section in rpm isn't required - check setup...
2012-06-24 Arkadiusz Miśkiewicz- use rpm instead of rpmbuild for old rpms (fixed probl...
2012-06-24 Arkadiusz Miśkiewicz- missed one svn
2012-06-24 Arkadiusz Miśkiewicz- accept svn:// in urls
2012-06-24 Arkadiusz Miśkiewicz- now usable on rpm 4.0.4 system, too
2012-06-24 Michal Moskal- added --no-source0 option (don't fetch Source0:)
2012-06-24 mkochano- Removed not needed (and not working ;) ) "/bin/sh...
2012-06-24 mkochano- Added missing "eval" in log name generation.
2012-06-24 kloczek- correct $BCOND and %dump in %prep.
2012-06-24 kloczek- start prepare 0.10,
2012-06-24 kloczek- revert %dump in install (this does not work) .. bette...
2012-06-24 mkochano- Use $BCOND when requesting sources and patches lists.
2012-06-24 mkochano- Typos fixed.
2012-06-24 mkochano- Default value for LOGFILE with note about type of...
2012-06-24 Arkadiusz Miśkiewicz- use grep instead of head
2012-06-24 Arkadiusz Miśkiewicz- display spec revision and date
2012-06-24 Sebastian Zagrodzki- fixed shifting arguments at --define
2012-06-24 Sebastian Zagrodzki- added --define option
2012-06-24 Paweł Gołaszewski- small cosmetic fix
2012-06-24 Paweł Gołaszewski- added raw branching support
2012-06-24 ankry- make builder's chmod configurable
2012-06-24 Arkadiusz Miśkiewicz- allow more bconds than one
2012-06-24 ankry- added support for limitting number of wget retries...
2012-06-24 Arkadiusz Miśkiewicz- by default use CVSroot from CVS/Root and if it doesn...
2012-06-24 Arkadiusz Miśkiewicz- added support for --with/--without options
2012-06-24 Jan Rękorajski- if file is not in repo TELL which fucking file it is!
2012-06-24 Arkadiusz Miśkiewiczfixes for ksh93
2012-06-24 Arkadiusz Miśkiewiczdon't fail if no sources found (hack to allow build...
2012-06-24 Arkadiusz Miśkiewiczfix chmod again
2012-06-24 Arkadiusz Miśkiewiczredirect errors from query to /dev/null
2012-06-24 Arkadiusz Miśkiewiczfix problems with get_files when no files passed
2012-06-24 Artur Frysiakmassive typo by kloczek
2012-06-24 kloczek- fixed grabbing name, version and release in parse_spec(),
2012-06-24 Arkadiusz Miśkiewiczfix chmod
next
This page took 0.505286 seconds and 106 git commands to generate.