xbps-install: fix --reproducable.
The 'repository' obj also needs to be skipped to be fully reproducable between different repositories. Updated the test case accordingly.
This commit is contained in:
		@@ -232,7 +232,8 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @def XBPS_FLAG_INSTALL_REPRO
 | 
			
		||||
 * Enabled reproducible mode; skips adding the "install-date" obj into pkgdb.
 | 
			
		||||
 * Enabled reproducible mode; skips adding the "install-date"
 | 
			
		||||
 * and "repository" objs into pkgdb.
 | 
			
		||||
 * Must be set through the xbps_handle::flags member.
 | 
			
		||||
 */
 | 
			
		||||
#define XBPS_FLAG_INSTALL_REPRO		0x00008000
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user