1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-28 21:22:14 +01:00
Jan-Simon Möller 853c2c5dcb Add support for --overlay and --rsync-{src,dest} to build and osc.
--overlay OVERLAY
              Copy overlay filesystem to buildroot after installing
              all RPMs. This must be a valid directory.
--rsync-src RSYNCSRC
              Copy overlay folder (RSYNCSRC) to a folder (RSYNCDEST)
              inside the buildroot using rsync.
              It will "%define RSYNCDONE 1" for handling %setup in your
              specfile. E.g.:
              %prep
              %if 0%{?RSYNCDONE}
              %setup -n aaa_base -T -D -b 5 -b 7
              %else
              %setup -n aaa_base -b 5 -b 7
              %endif
--rsync-dest RSYNCDEST

Todo: tell rpmbuild not to delete the folders.
2009-08-18 21:28:33 +00:00
..
2009-06-04 15:20:22 +00:00
2009-06-23 10:09:48 +00:00
2009-08-04 21:10:23 +00:00
2009-08-11 22:58:23 +00:00
2009-03-04 22:57:28 +00:00