]> git.pld-linux.org Git - packages/rpm-build-tools.git/history - builder.sh
- check for upper-case alpha|beta|pre|rc too
[packages/rpm-build-tools.git] / builder.sh
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
2012-06-24 Arkadiusz Miśkiewiczworkaround for problems with rpm when icons isn't cvs...
2012-06-24 pawelk- added -ns, --no-srcs option (don't fetch Sources...
2012-06-24 kloczek- seem using temporary file on dumping spec file is...
2012-06-24 kloczek- back to using temporary file (--nobuild works as...
2012-06-24 kloczek- use --nobuild --define "__spec_prep_pre %{dump}"...
2012-06-24 Arkadiusz Miśkiewicz use z3 compression (most of files are binary so, we...
2012-06-24 depeszAdded compresion (-z9)
2012-06-24 Artur FrysiakNow URI grabber is configurable.
2012-06-24 Artur FrysiakAllways do cvs up (some files exist in CVS repo in...
2012-06-24 kloczek- reverte last changes
2012-06-24 kloczek- added "--ignorearch" to all "rpm -bp --test" (without...
2012-06-24 Sebastian Zagrodzki- added "--opts" switch to add uncommon options for...
2012-06-24 dobrekTwo changes:
2012-06-24 mkochano- Typo.
2012-06-24 Artur Frysiak- s/egrep/grep -E/
2012-06-24 Artur FrysiakCVS URI 'support'
2012-06-24 Artur Frysiak- https suport
2012-06-24 Arkadiusz Miśkiewicz- don't create subdirectories when downloading via...
2012-06-24 Arkadiusz Miśkiewicz- nodeps if we build source package
2012-06-24 Artur Frysiak- smal fixes
2012-06-24 Artur Frysiak- small fixes
2012-06-24 Artur Frysiaktest
2012-06-24 Sebastian Zagrodzki- added "no-cvs" option to prevent builder from downloa...
2012-06-24 Artur Frysiak- typo
2012-06-24 kloczek- V 0.8,
2012-06-24 Sebastian Zagrodzki- tries ~/etc/builderrc before ~/.builderrc
2012-06-24 Sebastian Zagrodzki- added possibility to download files from FTP/HTTP...
2012-06-24 kravietz- added check for the requested file just after cvs...
2012-06-24 Artur Frysiak- added support to ~/.builderrc
2012-06-24 kloczek- rel 0.7,
2012-06-24 pius- corrected typos in Usage description
2012-06-24 kloczek- "=" instead "==" in if [].
2012-06-24 kloczek- fix very stupid bug on parsing spec file.
2012-06-24 kloczek- fixed: for getting resources fron main branch cvs...
2012-06-24 Artur Frysiak- now fixed added $CVSROOT to $OPTIONS
2012-06-24 Artur Frysiak- fix added $CVSROOT to OPTIONS
2012-06-24 kloczek- added debugging scrip level (-D, --debug),
2012-06-24 kloczek- added building from specified cvs tag,
2012-06-24 kloczek- fixed bug in checking SOURCE file list.
2012-06-24 kloczek- sipler way checking is file list is empty.
2012-06-24 Artur Frysiak!= instead -ne
2012-06-24 kloczek- don't files from SOURCE if fo files to get from repo...
2012-06-24 kloczek- default $COMMAND if no switches passed (only spec...
2012-06-24 kloczek- set perm to 444 on spec files and files in SOURCES.
2012-06-24 kloczek- cosmetics.
2012-06-24 kloczek- added handling [-c|--clean] options - clean all tempo...
2012-06-24 kloczek- as on begining .. %dump instead %prep during parsing.
2012-06-24 Artur Frysiak- striped Icon from %dumping spec
2012-06-24 kloczek- fixed file list to get from repo in get_all_files().
2012-06-24 kloczek- fixed all if [],
2012-06-24 kloczek- getting spec file now work.
2012-06-24 Artur Frysiak-n instead != ""
2012-06-24 kloczek- fix: s#[#]# on checking $CVSROOT.
2012-06-24 kloczek- changed way preparing dumb spec file.
2012-06-24 kloczek- added central error handling,
2012-06-24 Artur Frysiak- exit 1 if error
2012-06-24 kloczek- added getting user rpm source and spec directory.
2012-06-24 kloczek- "exit 1" when no parameters passed.
2012-06-24 kloczek- fix inheriting $CVSROOT.
2012-06-24 kloczek- if no parameters print usage,
2012-06-24 kloczek- added iherititing $CVSROOT variable from parent ...
2012-06-24 kloczek* new dumping specfile data method (put %dump on top...
2012-06-24 kloczek- fixed CVSROOT for anon access.
2012-06-24 kloczek- added handling all cmdl parameters,
2012-06-24 kloczek- changed way making spec file for dumping to orginal...
2012-06-24 kloczek- fix be verbose about icon.
next
This page took 0.495536 seconds and 106 git commands to generate.